* {
margin:0;
padding:0;
}

html, body {
height:100%;
}

#wrap {
min-height:100%;
}

/* IE Win only \*/
* html #wrap {
height:100%;
}
/* */

#footer {
height:25px;
margin-top:-25px;
}

/* Styling */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #575656;
background-color: #FFFFFF;
background-image: url(../images/bg_out.jpg);
background-repeat: repeat-x;
text-align: center; /* horizontal zentrieren fuer IE5 */
}

#wrap {
width:950px;
background-color: #FFFFFF;
background-image: url(../images/bg_in.jpg);
background-repeat: no-repeat;
margin:0 auto;
text-align:left;
}

#header {
color:white;
padding:0px;
}

#content {
padding: 0px 10px 35px 10px; /* unteres padding in der Hoehe des footers vermeidet Ueberlappung */
}

#footer {
width:930px;
height:25px;
margin-left:auto;
margin-right:auto;
background-color:#eff0f0;
color: #575656;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 24px;
}

#sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 5px 15px 25px; /* padding keeps the content of the div away from the edges */
}

#sidebar2 {
float: right; /* since this element is floated, a width must be given */
width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
}

#mainContent {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #575656;
line-height:16px;
text-align:justify;
margin-top: 0px;
margin-right: 160px;
margin-bottom: 0px;
margin-left: 290px;
padding-top: 15px;
padding-right: 25px;
padding-bottom: 15px;
padding-left: 0px;
}

#mainContent-IC {
width:540px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #575656;
line-height:16px;
margin-top: 0px;

margin-bottom: 0px;
margin-left: 290px;
}

#mainContent-IC td{
padding:4px;
border:1px solid white;
vertical-align:top;
}
#mainContent-IC .toptable{
background-color: #e0f0e0;
}
#mainContent-print {
width:540px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #575656;

}

#mainContent-print td{
padding:4px;
border:1px solid white;
vertical-align:top;
}
#mainContent-print .toptable{
background-color: #e0f0e0;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
line-height:21px;
color: #575656;
font-weight:bold;
margin-bottom: 20px;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #575656;
font-weight:bold;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

a:link {
color:#006746;
text-decoration:none;
}

a:visited {
color:#006746;
text-decoration:none;
}

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

ol {
margin-left: 20px;
}

li {
list-style-position: outside;
margin-left: 15px;
margin-top: 10px;
}

.infobox {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background-color:#e0f0e0;
	border: 1px solid #006746;
}

.txtimage {
float:left;
margin:0px 10px 5px 0px;
}

em {
color:#000000;
}

#impftab td {
color: #FFFFFF;
text-align: left;
padding:4px;
border:1px solid white;
vertical-align:top;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#006746;
    text-decoration:none;
	background-color: #eff0f0;
	background: #eff0f0;
	}

a.info:hover{z-index:25; background-color:#eff0f0; text-decoration:underline; font-size: 99%; }

a.info span{display: none;}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575656;
	text-decoration:none;
	position:absolute;
    top:20px;
	left:-200px;
	width:400px;
    border:1px solid #575656;
    background-color:#e0f0e0;
	padding: 10px;
}

a.info2{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#006746;
    text-decoration:none;
	background-color: #eff0f0;
	background: #eff0f0;
	}

a.info2:hover{z-index:25; background-color:#eff0f0; text-decoration:underline; font-size: 99%; }

a.info2 span{display: none;}

a.info2:hover span{ /*the span will display just on :hover state*/
    display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #575656;
	text-decoration:none;
	position:absolute;
    top:-200px;
	left:-200px;
	width:400px;
    border:1px solid #575656;
    background-color:#e0f0e0;
	padding: 10px;
}


.emcs {
	font-style: italic;
}
