@charset "utf-8";
/* CSS Document */

body {
    color: black;
	background-color: #FFFFFF;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 41em;
	/* Mindestbreite verhindert Umbruch und 
	Anzeigefehler in modernen Browsern */
    }
	
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:150%;
	margin-top:35px;
	text-align:left;
	font-weight:bold;
	}
	
#zitat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:10px;
	text-align:left;
    }	
		
#header {
    position:absolute;
    top:0px; left:0px; right:0px;
    text-align:center;
  	background-color: #006ab2;
	width:100%;
	}


#kopf {
    font-size: 24px;
    text-align: center;
    background-color: #006ab2;
	background-image:url(../images/head_logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:100px;
    }
    
#ivf-ev {
	font-size: 12px;
    text-align: center;
	letter-spacing: 1px;
    background-color:#E08603;
	padding: 5px;
	color:#FFFFFF;
	}

#nav1 {
	font-size: 12px;
    text-align: center;
	text-transform:uppercase;
	letter-spacing:3px;
    background-color:#006AB2;
	padding: 5px;
	color:#FFFFFF;
	}
	
#nav1 a {
	text-decoration:none;
	color: #FFFFF;
	}

#nav1 a:link {
    color: #FFFFFF;
    }

#nav1 a:visited {
    color: #FFFFFF;
    }

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

#nav1 a:active {
    color: #0000FF;
    }		

#corpus {
	background-color:#FFFFFF;
	overflow: scroll;
	position:fixed;
    top:150px; left:0px; right:0px; bottom:10px;
	}

#left {
	font-size: 12px;
	line-height:150%;
    float: left; 
	width: 200px;
	margin-bottom: 5px; 
	padding: 5px;
   }
   
#right {
	font-size: 12px;
	line-height:150%;
    float: right; 
	width: 200px; 
	padding: 5px;
   }      
   
#inhalt {
	margin: 0px 220px 5px 220px;
    padding: 5px 15px 5px 15px;
    border-left: 2px ridge silver;
	border-right: 2px ridge silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:14px;
	text-align:justify;
    }
	
#inhalt a {
	text-decoration:none;
	color: #000000;
	}

#inhalt a:link {
    color: #000000;
    }

#inhalt a:visited {
    color: #000000;
    }

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

#inhalt a:active {
    color: #0000FF;
    }
   
#footer {
	background-color:#E08603; 
	font-size: 12px;
	padding: 5px;
	text-align:center;
	color: #FFFFFF;
	position:fixed;
	left:0px; bottom:0px;
	width:100%;
	clear:both;
	
	}

#footer a {
	text-decoration:none;
	color: #FFFFF;
	}

#footer a:link {
    color: #FFFFFF;
    }

#footer a:visited {
    color: #FFFFFF;
    }

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

#footer a:active {
    color: #0000FF;
    }
	
		
