BODY {
	min-width:700px;
	margin:20px;
	margin-top:5px;
	font-family:verdana,arial,sans-serif;
	text-align:center;
}

/* Container for the whole site */
#container_body {
	width:980px;
	margin:auto;
	text-align:left;
}

/* menu before the header  */
#topMenu {
	z-index:3;
	line-height:18px;
	margin-top:8px;
	margin-bottom:8px;
	padding:0px;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
}

#topMenu Div.tx-srlanguagemenu-pi1 {
	float:right;
}

#topMenu ul.left {
	float:left;
}

#topMenu ul.right {
	text-align:right;
}

#topMenu ul {
	margin:0px;
	padding:0px;
}

#topMenu li {
	display:inline;
	list-style:none;
	margin:0px;
	padding:10px 8px 4px 20px;
}

#topMenu a {
	text-decoration:none;
	margin:0px;
	padding:0px;
	color:#000;
	font-weight:bold;
}

#topMenu a:hover {
	text-decoration:underline;
	margin:0px;
	padding:0px;
	color:#000;
	font-weight:bold;
}
#pid_247 {
	background:transparent url(../images/login.gif) no-repeat bottom left;
}

#pid_246 {
	background:transparent url(../images/logout.gif) no-repeat bottom left;
}

#pid_49 {
	background:transparent url(../images/register.gif) no-repeat bottom left;
}


#pid_247 a {
	color:red;
}

#pid_247 a:hover {
	color:red;
	text-decoration:underline;
}

#pid_246 a {
	color:red;
}

#pid_246 a:hover {
	color:red;
	text-decoration:underline;
}

#pid_43 {
	background:transparent url(../images/imprint.gif) no-repeat bottom left;
}
#pid_42 {
	background:transparent url(../images/legal_terms.gif) no-repeat bottom left;
}
#pid_44 {
	background:transparent url(../images/contact.gif) no-repeat bottom left;
}

/* header including the logo, the main menu, the advertisement banner and the search */
#header {
	position:relative;
	left:0px;
	background:transparent url(../images/header_bg.gif) no-repeat;
	height:108px;
	font-family:verdana, arial, sans-serif;
	clear:right;
}

#header_logo {
	position:absolute;
	left:10px;
	top:10px;
}

#search {
	z-index:2;
	position:absolute;
	bottom:0px;
	right:0px;
	background:url(../images/header_right.gif) no-repeat top right;
	width:300px;
	height:108px;
}

#search form {
	position:absolute;
	bottom:0px;
	right:0px;
	margin:0px;
	padding:4px;
	font-size:12px;
}

#search form p {
	display:inline;
	padding:5px;
	font-weight:bold;
}

#search form input {
	font-size:12px;
	border:1px solid black;
	background:#FFC600;
}

#search form select {
  font-size:12px;
  border:1px solid #000;
  }

#banner_top {
	z-index:3;
	position:absolute;
	top:10px;
	left:30%;
}

#banner img {
	border:1px solid black;
}

#header h1 {
	margin:0px;
	font-size:2px;
	top: 7px;
}

#header h1 a,#header h1 a:hover {
	display: block;
	width:190px;
	height:65px;
	background: url("../images/logo.gif") no-repeat;
	text-indent: -700em;
	text-decoration: none;
}

#headerMenu {
	position:absolute;
	bottom:0px;
	width:100%;
	background:white url(../images/menu_bg.gif) repeat-x;
}

#headerMenu ul {
	font-family:verdana, arial, sans-serif;
	margin:0px;
	padding:0px;
	height:1.6em;
	line-height:2.2em;
	border-top:1px solid #7e7e7e;
	border-left:1px solid #7e7e7e;
	border-right:1px solid #7e7e7e;
}

#headerMenu li {
	list-style:none;
	float:left;
	height:26px;
	line-height:2.2em;
	border-bottom:1px solid #7e7e7e;
	text-align:center;
	padding:0px;
	font-size:12px;

}
#headerMenu li a {
	border-right:1px solid #7e7e7e;
	color:#000;
	background:#eee url(../images/menu.gif);
	text-decoration:none;
	padding:6px 11px;
	font-weight:bold;
}

#headerMenu li.active {
	list-style:none;
	height:26px;
	line-height:26px;
	text-align:center;
	padding:0px;
	font-size:12px;
}

#headerMenu li.active a {
	background:#FFC600;
	text-align:center;
	padding:6px 11px;
	color:#000;
	text-decoration:none;
}

#headerMenu li a:hover {
	cursor:pointer;
	background-color:#fff;
	background-position:100% -75px;
}

#headerMenu li.active a:hover {
	cursor:pointer;
	background-color:#FFC600;
	color:#000;
}


/* content area after the header - including a left column (250px) and the main content on the right*/
#container_content{
	font-size:12px;
}

/* container for main content right of the submenu */
#content {
	margin-right:0;
	padding:20px 0px 0 0;
	font-size:12px;
}

/* LINKS GENERAL */
a:link 								{ color:#000000;text-decoration:underline; }
a:visited							{ color:#000000;text-decoration:underline; }
a:hover 								{ color:#556280;text-decoration:underline; }
a:active								{ color:#556280;text-decoration:underline; }
