/* CSS Document kveb */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #679db7;
	margin:0px;
	padding:0px;
	height:100%;
	text-align: center;
}

/*Plazierung etc der divs*/
#container {
	width: 800px;
	background-color: #d4e7ee;
	text-align: left;
}
#titellogo {
	top: 2px;
	width: 800px;
	height: 30px;
	clear: both;
}

#titelbild {
	width: 800px;
	clear: both;
}

#navigation {
	background-color: #d4e7ee;
	color: #679db7;
	float: left;
	width: 195px;
	margin-left: -25px;
	margin-right:10px;
	height:100%;
}
#navigation ul{
	list-style-image: none;
	list-style-type: none;
}
#navigation li{
	font-size: 13px;
	width: 175px;
	border-bottom: 1px dotted #666;
	padding-top:5px;
}
#navigation a{
	text-decoration: none;
	color: #404040;
}
#inhalt {
	background-color: #d4e7ee;
	/*border: 1px #000 solid;*/
	float:left;
	top: 0px;
	width: 575px;
	overflow:auto;
	height:100%;
}

#inhalt a:link{
	text-decoration: none;
	color: #404040;
}
#inhalt a:hover{
	text-decoration: none;
	color: #145190;
}
#inhalt a:active{
	text-decoration: none;
	color: #145190;
}
#inhalt a:visited{
	text-decoration: none;
	color: #404040;
}
/*motto*/
#inhalt .motto { 
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	color: #145190;
	text-align:right;
}


/*Schriftgrösse ändern*/
body.klein p, ul, body.klein p, body.klein ul, body.klein #inhalt.p{			
	font-size: 11px;
	font-weight:normal;
	line-height:normal;
	color: #000000;
}
body.mittel p, body.mittel ul, body.mittel #inhalt.p{		
	font-size: 12px;
	font-weight:normal;
	line-height:normal;
	color: #000000;
}
body.gross p, body.gross ul, body.gross #inhalt.p{		
	font-size: 14px;
	font-weight:normal;
	line-height:normal;
	color: #000000;
}


/*schrift*/
h1 { 
	font-size: 14px;
	font-weight: bold;
	color: #145190;
}
h2, h3, h4, h5 {
	font-size: 12px;
	font-weight: bold;
	color: #145190;
	line-height: 14px;
}

ul {
	list-style-image: url(../img/list.png);
}
.stellungnahmetitel {
  font-size: 11px;
  font-weight:bold;
	color: #145190;
}
.stellungnahmetext {
  font-size: 11px;
	color: #000;
}
.kleinschrift {
  font-size: 9px;
  color: #666666;
}
