/* CSS Document */


/************ GENERAL ************/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#000000;
	margin:0px;
	padding:0px;
}

h1{
	color:#FFFFFF;
	padding: 10px 0px 10px 20px;
	font-size:18px;
}

h2{
	font-size:14px;
	color:#FF0000;
	padding:10px 0px 0px 20px;
}

/*********** NAVIGATION **************/

.navi{
	float:right;
	width:117px;
	height:328px;
	padding:0px 0px 0px 0px;
	background-image:url(bilder/navback.jpg);
	background-repeat:repeat-x;
}

.navi a{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}


.linkitem{
	width:97px;
	float:right;
	background-image:url(bilder/inaktiv.jpg);
	background-repeat:no-repeat;
	background-color:#4E4E4E;
	margin:4px 0px 0px 0px;
	padding:6px 0px 8px 16px;
}

.linkitem:hover{
	background-image:url(bilder/aktiv.jpg);
	background-color:#FF0000;
}

/************* CONTENTS *********************************************************************/

.masterpage{
	text-align:left;
	width: 760px;
	
}

.pagelogo{
	width:263px;
	height:111px;
	background-image:url(bilder/logo.jpg);
	background-repeat:no-repeat;
	float:left;
}

.pagetitle{
	width:380px;
	height:111px;
	background-image:url(bilder/titel.jpg);
	background-repeat:no-repeat;
	float:left;
}

.header{
	width:643px;
	height:217px;
	background-image:url(bilder/kopfheader.jpg);
	background-repeat:no-repeat;
	float:left;
}

.mastercontent{
	width:760px;
	clear:both;
	background-image:url(bilder/contentback.jpg);
	background-repeat:repeat-y;
	background-color:#818382;
	
}
.newstop{
	background-image:url(bilder/headerground.jpg);
	background-repeat:no-repeat;
	width:263px;
	height:37px;
}

.news{	
	background-color:#C5C5C5;
	width:263px;
	padding:0px 0px 0px 0px;
	float:left;
}

.newsbox{
	padding:0px 5px 18px 20px;
}

.newsdatum{
	color:#FF0000;
	font-weight:bold;
}
.newstitel{
	font-weight:bold;
	text-decoration:underline;
}
.newsinhalt{
	
}

.newslink{}

.newslink a{
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}
.newslink a:hover{
	text-decoration:underline;
}

.content{
	float:right;
	width:497px;
	background-color:#818382;
}

.contentbox{
	padding: 0px 20px 10px 20px;
	width:457px;
}

.contentbox img{
	padding: 10px 10px 10px 10px;
}

.contentbild{
	width:206px;
	float:left;
}
.contentinhalt{
	float:right;
	width:251px;
}

.contentinhalt h2{
	color:#FFFFFF;
	font-size:16px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.contenttextweiss{
	width:236px;
	padding:10px 5px 10px 10px;
	color:#FFFFFF;
	font-weight:bold;
}

.contentlinka a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;	
}
.contentlinka a:hover{
	text-decoration:underline;
}

.contenttextschw{
	width:236px;
	padding:0px 5px 10px 10px;
}

.contentlinkb a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;	
}
.contentlinkb a:hover{
	text-decoration:underline;
}

.chronikleft{	
	background-color:#C5C5C5;
	width:263px;
	height:305px;
	overflow:scroll;
	padding:0px 0px 0px 0px;
	float:left;
}

.formdatum{
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
}

.formgroesse{
	color:#000000;
	font-weight:bold;
	text-align:right;
}

.formtitel{
	color:#000000;
	font-weight:bold;
}

.forminhalt{
	color:#000000;
}


/********** FOOTER **********/

.inhaltfooter{
	padding:2px 0px 0px 20px;
	color:#BBBBBB;
	float:left;
}

.inhaltfooter a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}

.inhaltfooter a:hover{
	text-decoration:underline;
}

img{
	border:none;
}

.footernews{
	background-color:#999999;
	padding:8px 0px 0px 0px;
	width:263px;
	height:21px;
	float:left;
	
}
.footernews a{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 0px 0px 20px;
}

.footernews a:hover{
	text-decoration:underline;
}

.footercontent{
	background-color:#4E4E4E;
	padding:8px 0px 0px 0px;
	width:497px;
	height:21px;
	float:left;
}


/********** von Henryk **********/
/********** FORUM **********/
.forumform{
	background-repeat:no-repeat;
	padding:0px 5px 18px 20px;
	width:263px;
	height:37px;
}

.forumlogin{
	font-weight:bold;
}

