
/*   Container-Box im Bereich   "Internetquellen"    */	

#container {
	width:630px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	font-family:verdana,arial,sans-serif;
	}

	
/*   erste Tabbox im Bereich   "Internetquellen"    */	

#box {
	margin:0;
	padding:0;
	font-weight:bold;
	width:630px;
	align:center ;
	}

#box ul { 
	margin:0;
	padding:0;
	list-style:none; 
	width:100%;
	}
	
#box li { 
	float:left; 
	background:#f1f1f1;  
	list-style:none; 
	margin:0; 
	padding:3px 0 3px 0;
    border-width:1px; 
	border-style:solid; 
	border-color:#E4E4E4; 
	width:33%;
	}
	
#box a { 
	text-decoration:none;
	float:left; 
	padding:5px 15px 4px 10px; 
	margin-left:10px; 
	color:#333333;
	background:url(/pix/pfeil_off.gif) no-repeat left center;
	}

#box a:hover
	{
	color:#80061E;
	background:url(/pix/pfeil_on.gif) no-repeat left center;
	}


#box #current { 
	background-color:#fff; 
	border-bottom-color:#fff;
	border-width:1px 1px 1px 1px; 
	} 
	
#box #current a { 
	color:#80061E;
	background:url(/pix/pfeil_on.gif) no-repeat left center;
	}

/*   zweite Tabbox im Bereich   "Systematische Suche - Internetquellen"  */
	
#subbox {
	clear:both;
	margin:0;
	padding:0;
	float:left; 
	font-weight:bold;
	line-height:normal;
	width:630px;
	}

#subbox ul { 
	width:100%;
	margin:0;
	list-style:none; 
	padding:0;
	}
	
#subbox li { 
	float:left; 
	background:#f1f1f1;  
	list-style:none; 
	margin:0; 
	border-width:1px; 
	border-style:solid; 
	border-color:#E4E4E4; 
	width:49%;
	}
	
#subbox a { 
	text-decoration:none;
	float:left; 
	padding:0 15px 0 10px; 
	margin-left:10px; 
	color:#333333;
	background:url(/pix/pfeil_off.gif) no-repeat left center;
	}

#subbox a:hover	{
	color:#80061E;
	background:url(/pix/pfeil_on.gif) no-repeat left center;
	}

#subbox #current { 
	background-color:#fff; 
	border-bottom-color:#fff;
	border-width: 1px 1px 0 1px; 
	width:50%;
	} 

#subbox #current a { 
	color:#80061E;
	background:url(/pix/pfeil_on.gif) no-repeat left center;
	}

	
/*   zweite Tabbox im Bereich   "Systematische Suche - Internetquellen"  */
	
#subbox2 {
	clear:both;
	margin:0;
	padding:0;
	float:left; 
	font-weight:bold;
	line-height:normal;
	width:100%;
	}

#subbox2 ul { 
	margin:0;
	list-style:none; 
	padding:0;
	width:100%;
	}
	
#subbox2 li { 
	float:left; 
	background:#f1f1f1;  
	list-style:none; 
	margin:0; 
	border-width:1px; 
	border-style:solid; 
	border-color:#E4E4E4; 
	width:33%;
	}
	
#subbox2 a { 
	text-decoration:none;
	float:left; 
	padding:0 15px 0 10px; 
	margin-left:10px; 
	color:#333333;
	background:url(/pix/pfeil_off.gif) no-repeat left center;
	}

#subbox2 a:hover	{
	color:#80061E;
	background:url(/pix/pfeil_on.gif) no-repeat left center;
	}

#subbox2 #current { 
	background-color:#fff; 
	border-bottom-color:#fff;
	border-width: 1px 1px 0 1px; 
	} 

#subbox2 #current a { 
	color:#80061E;
	background:url(/pix/pfeil_on.gif) no-repeat left center;
	}	



/*   Inhalt-Box im Bereich   "Internetquellen"    */		
	
#content {
clear:both;
width: 628px;

font-weight:normal;
background-color: #ffffff;
padding-top: 10px;
}	

#content p {
padding:5px 5px 5px 5px;
margin:0 0 10px 10px;
}


#content li {
list-style-image:none;
list-style-type:decimal;
margin-left: 1px;
padding-top: 3px;
padding-bottom: 4px;
}

#content INPUT {
margin-left:10px;
max-width: 1250px;
}

#content SELECT {
margin-left:10px;
}


#content td{
font-family:verdana,arial,sans-serif;
font-weight:normal;
font-size:12px;
}


#liste {
background-color: #fff;
color: black;
border-bottom: #E4E4E4 1px solid;
}

#liste li{
list-style-image:none;
list-style-type:none;
background-color: #fff;
padding: 0px;
list-style-position:outside;
}

#liste dl {
padding-left:40px;

}

#liste dd{
list-style-position:inside;

}

h1{
font-family:verdana,arial,sans-serif;
line-height:120%;
color:#80061E;
font-size:16px;


}


hr{
background-color:#b2b2b2; /* Mozilla 1.4 */
color:#b2b2b2; /* IE 6 */
border: #b2b2b2; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}



