@charset "utf-8";

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0;
	padding: 0;
	color: #000;
}

body:visited {
	color: blue;
	text-decoration: underline;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style-type: square;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

a img { 
	border: none;
}

a:link {
	color: blue;
	text-decoration: underline; 
}
a:visited {
	color: blue;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}

.header {
	background: #999;
	color: white;
	font-size:xx-large;
	font-weight: bold;
}

.sidebar1 {
	width: 220px;
	background: "white";
	font-size:xx-large;
	padding-bottom: 15px;
}

.content {
	padding: 10px 0;
	width: 760px;
	float: left;
	background: white;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}

ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 220px;  
	text-decoration: none;
	background:#333; 
	color: white;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background:#06C;
	color: #FFF;
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}

ul.nav2 li {
	border-bottom: 1px solid #666; 
}
ul.nav2 a, ul.nav2 a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 220px;  
	text-decoration: none;
	background: white; 
	color: black;
}

ul.nav2 a:hover, ul.nav2 a:active, ul.nav2 a:focus {
	background:#C00;
	color: #FFF;
}


.footer {
	padding: 10px 0;
	background: #999;
	position: relative;
	clear: both; 
	font-style:italic;
	alignment-adjust:middle;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.Stichwort 
	{
	color: 		white;
	font-weight: bold;	
	}

.Beschreibung {
	color:		black;
	font-style: italic;
}

.Seite {
	font-size:small;
}

.Quelle{
	color:#CC3300;
	}
.Fett 
	{
	color: 		black;
	font-weight: bold;
	}

.logo {
	background: #999;
	float:right;
}