/* Globale Seiteneinstellungen */
body {
		background-color:#FFFFFF;
		font-size:0.6em;
		font-family:Verdana; 
}

img {
	border:none;
}

a:focus { 
	border:1px 1px 1px 1px solid red;
}
a:active {
	border:1px 1px 1px 1px solid red;
} 

#main {
	position:absolute;
	top:0px;
	left:50%;
	width:0px;
	height:100%;
}

#maincontainer {
	position:absolute;
	top:0px;
	left:-502px;
	width:1004px;
	height:0px;
}
/* ----------------------------*/


/* HEADER BEREICH */

#header {
	position:absolute;
	top:10px;
	left:100px;
	width:834px;
	height:100px;
	background-image:url('../images/header_en.jpg');
	background-repeat:no-repeat;
	font-size:0pt;
	line-height:0px;
}

#headercontent {
	width:734px;
	height:70px;
	padding-left:58px;
	padding-right:45px;
	padding-top:15px;
	font-size:0pt;
	line-height:0px;
}

#headertext {
	position:absolute;
	left:175px;
	top:15px;
	width:481px;
	height:40px;
	font-size:0pt;
	line-height:0px;
}

#headermenu {
	position:absolute;
	/*left:140px; sobald 4er button eingeblendet wird*/
	left:220px;
	top:68px;
	width:580px;
	height:19px;
	font-size:0pt;
	line-height:0px;
}

#headerlanguage {
	position:absolute;
	left:650px;
	top:20px;
	width:130px;
	height:15px;
	text-align:right;
}

#headerlanguage a {
	font-size:x-small;
	color: #000000;
}

#headertop {
	height:22px;
	line-height:0px;
	font-size:0pt;
	background-image:url('..images/headertop.gif');
	
}

#headerbottom {
	height:23px;
	line-height:0px;
	font-size:0pt;
	background-image:url('../images/headerbottom.gif');
	
}
/* -------------------------------*/



/* CONTENT Bereich   */

#contentcontainer {
	position:absolute;
	top:145px;
	left:100px;
	/*width:834px;
	height:504px;*/
	width: 86em;
}

#content {
	padding-left: 4px;
	padding-right:30px;
	padding-top: 0px;
	padding-bottom:10px;
	
	background-image:url('../images/whitegrey.gif');
	background-repeat:repeat-y;
	
}

#content a, #content a:link, #content a:hover, #content a:visited {
	text-decoration:underline;
	color:#000000;
}

#content a:hover {
	text-decoration:underline;
}

 /* Dropdown menu */
#contentmenu {
	position:absolute;
	left:118px;
	top:111px;
	width:85em;
	
	
	vertical-align:top;
	z-index:9999;
	border:1px solid white;
}

 /* Funktions menu rechts*/
#contentfunctions {
	/*float: right; 
	width:157px;
	font-size:1.1em;
	padding-right:0px;*/
	float: right;
	width: 15em;
	font-size:1.1em;
	/*MARGIN-TOP: -350px;*/ 
	/*border: 1px solid red;*/
}

#contenttop {
	height:11px;
	line-height:11px;
	font-size:0pt;
	background-image:url('../images/contenttop.gif');
}

#contentbottom {
	height:17px;
	line-height:11px;
	font-size:0pt;
	background-image:url('../images/contentbottom.gif');
	background-repeat:no-repeat;
}

#Fusszeile {
    clear: both;
    font-size: 0.9em;
  	text-align:center;
  }
  
#Fusszeile a:hover {
	background-color:#CCCCCC;
}

  
/*--------------------------- */

.hidden {
	display:none;
}

#inhalt {
	position: relative;
	z-index:999;
}

.submitbutton
{  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em; 
	color: #666666; 
	background-color: #EAEBEC; 
	border-style: solid;
	border-left: 1px  solid  #FFFFFF; 
	border-top:  1px  solid  #FFFFFF; 
  	border-right:  1px  solid  #FFFFFF; 
  	border-bottom:  1px  solid  #FFFFFF; 
}

.search {
	background-image:url('../images/suche.gif');
	font-size: 1em;
	color:#FFFFFF;
    font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*--------------------------- */

/*
#readerservice {
	height:50px;
	padding-top:13px;
	padding-left:40px;
	background-image: url(../images/readerservice.gif);
	background-repeat:no-repeat;
}
*/

#readerservice {
	height:50px;
	padding-top:13px;
	padding-left:40px;
	background-image: url(../images/weitere_links_pfeil.gif);
	background-repeat:no-repeat;
}

#readerservice2 {
	height:50px;
	padding-top:20px;
	padding-left:40px;
	background-image: url(../images/weitere_links_pfeil.gif);
	background-repeat:no-repeat;
}

#readerservice a, #readerservice a:link, #readerservice a:hover, #readerservice a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-weight: bold;
	font-size: 1em;
	color:#FFFFFF;
	text-decoration: none;
	background-color: #B7B6B6;
}

#readerservice2 a, #readerservice2 a:link, #readerservice2 a:hover, #readerservice2 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-weight: bold;
	font-size: 1em;
	color:#FFFFFF;
	text-decoration: none;
	background-color: #B7B6B6;
}



