html, body {
	padding: 0;
	margin: 0;
	background-color: #221C1D;
	font-family: 'Verdana', 'Arial', sans-serif;
	height: 100%;
	background: #000000/*url(images/bg.png);*/
}

	
#page {
	width: 780px; 
	height: 100%;
	margin: 0 auto; 
}


#rand {
	float: left;
	clear: left;
	width: 60px;
	height: 700px;
	background: url(images/rand.png);
}

#header {
	float: left;
	width: 720px;
	height: 200px;
}

#navigation {
	float: left;
	background: url(images/navigation.jpg);
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 720px;
}

#navigation ul {
	margin: 0px;
	padding: 12px 0px 0px 10px; /* oben, rechts, unten, links */	
}

#navigation li {
	list-style: none;
	display: inline;
	font-style:normal;
	color: #FFFFFF;  
	font-weight: 100;
	background: url(images/bullet.png) no-repeat scroll right center transparent;
	padding-right: 15px;
}

#navigation li.active {
	text-decoration: underline;
}

#navigation li.last {
	background-image: none;
}

#navigation a {
	font-size: 16px;
    text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

#navigation a:link, #navigation a:visited {
	color: #FFFFFF;  
}

#navigation a:hover, #navigation a:focus {
	color: #A9B5DC;  
}


#content {
	float: left;
	width: 700px;
	padding: 10px; /* oben-unten, rechts-links */
	background-color: #b5bedd;
	font-size: 11px;
	text-align: left;
	min-height: 440px;
}


#content p{
	margin: 0px;
	padding-top: 10px;
	line-height: 150%
}

/*
#links p:first-letter{
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	color: #EC008C;
	font-family: 'New Times Roman';
	font-size: 100px;
	font-weight: normal;	
}
*/

#content ul {
	margin: 0px;
	padding-left: 20px;
}

#content li {
	list-style: url("images/list.png");
	color: #000000;
	padding: 5px 0px;
}
/*
#content h1 {
	margin: 0px;
	padding: 7px 0 1px 10px;
	display: block;
	height: 24px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	background: url(images/h1_border.png) repeat;
	text-transform: uppercase;
}
*/

#content h1 {
	margin: 0px;
	display: block;
	height: 36px;
	color: #394761;
	font-family: 'Times New Roman', Times, serif;
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
	/*background: url(images/h2_border.png) repeat;*/
}

#content h2{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #394761;
	text-transform: uppercase;
}

/*
#content h3 {
	color: #4682B4;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
}

#content h4 {
	color: #4682B4;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
}
*/
#content a:link, #content a:visited{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #394761;
}

#content a:hover, #content  a:focus{
	text-decoration: underline;
}

.mehr {
	padding: 0;
	margin: 0;
	height: 11px;
	width: 80px;
	background: url(images/mehr.png) no-repeat right 2px;
	padding-bottom: 20px;
}

#neuigkeiten {
	clear: left;
	float: left;
	width: 460px;
	background: url(images/punkt.png) repeat-y right;
	min-height: 440px;
}

#neuigkeiten p{
	padding: 5px 15px 0px 0px;
}


#links {
	clear: left;
	float: left;
	width: 200px;
	padding:0 20px 0 10px;
}

#mitte {
	float: left;
	padding:0 20px;
	width: 200px;
	background: url(images/punkte-mitte.png) repeat-y;
	min-height: 440px;
}

#rechts {
	float: left;
	padding:0 10px 0 20px;
	width: 200px;
	/*background: url(images/punkt.png) repeat-y  left;*/
}




/*Ditto*/
.news {
	/*background: url(images/punkt.png) repeat-x  bottom left;*/
}

.news h3 {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.news p{

}




#newstitel {
	color: #4682B4;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #4682B4;
}

.datum {
	color: #6d90a6;
}

.intro {
	padding: 15px 15px 0px 0px;
	font-weight: bold;
}

.archiv {

}
