/* Grundelemente */

body {
	background: #87A298;
	margin: 0px 0px 0px 0px; 
	min-width:650px;
	font: 76% trebuchet ms, verdana, arial, sans-serif;
}

p {
	margin-top: 0px;
	/* font size wieder auf 1em ändern */
	font-size: 1em; 
	}
	
a:link, a:visited { 
	font-weight: bold;
	text-decoration: none;
	color: #6F8590;
	}

a:hover, a:active { 
	color: #990000;
	}

h1 { 
	margin: 0px;
	text-indent: -100em; 
	}
	
h2 {
	margin-top: 0px; 
	margin-bottom: 5px; 
	font-size: 1.2em; 
	color: #6F8590;
	}
	
h3 {
	margin-top: 0px; 
	margin-bottom: 5px; 
	font-size: 1.1em; 
	color: #6F8590;
	}

/* Meine Divs */

#container { 
	margin:0px auto;
	padding:0px;
    width:650px;	
	background: url(../img/ks_bg.gif) repeat-y top left; 
	}
	
#container img{ 
	border: 0px;
	}
	
#container p{ 
	margin-top: 0px;
	margin-bottom: 9px;
	}
	
#content_container { 
	margin: 0px 33px 0px 33px;
	padding: 10px 0px 0px 0px;
	background-color: #D5DCE4;	
	}

#logo_header { 
	width: 584px;
	height: 95px;
	background-image: url(../img/ks_header.gif);
	margin: 10px auto 0px auto;
	
	} 

#navigation { 
	float: left;
	width: 140px;
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	text-align: right;
	}
	
#navigation img { 
	margin: 0px 0px 10px 0px;
	}
	
#navigation ul { 
	list-style-type: none; 
   	padding: 0px;
	margin: 0px;
   } 
   
#navigation li {
	margin: 0px 0px 5px 0px;
	}
	
#navigation li a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6F8590;
	}
	
#navigation li a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6F8590;
	}

#navigation li a:hover { 
	color: #990000;
	}
	
#navigation a:active { 
	color: #990000;
	}
	
#content {
	position: relative;
	width: 405px;
	margin: 0px 10px 0px 160px;
	color: #000;
	line-height: 1.6em;
	}
	
#content a:link { 
	font-weight: bold;
	text-decoration: none;
	color: #6F8590;
	}
	
#content a:visited { 
	font-weight: bold;
	text-decoration: none;
	color: #6F8590;
	}

#content a:hover, a:active { 
	color: #990000;
	}
	
#content img { 
	margin: 0px 0px 10px 0px;
	border: 1px solid #5982AB;
	}
	
#sidebar { 
	float: right;
	right: 0px;
	width: 152px;
	padding: 0px 10px 10px 10px;
	}
	
#sidebar p { 
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	text-align: left;
	color: #6F8590;
	}
	
#sidebar img { 
	margin: 0px 0px 10px 0px;
	}
	
#footer { 	
clear: both;
text-align:center;
	}
	
#footer p {
margin-bottom: 5px;
	color: #A0AAAE; 
	}
	
#footer a:link, a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #6F8590;
	}
	
#footer a:hover, a:active { 
	color: #990000;
	}
	
#bottom { 
height: 25px;
	background: #B0BECC url(../img/ks_bottom.gif) no-repeat top left;  
	}

