/* CSS Document */

/*
-----------------------------------------------
jakomedia stylesheet
für die
forum software
fms.jakomedia
version: 1.0
last date of change: 01.12.2006
copyright by jakomedia.de
-----------------------------------------------
*/

/* Allgemeine Informationen
----------------------------------------------- */
h1,h2,h3,h4,h4,h6,p,span,ol,ul,li,form,img { margin:0; padding:0; font-size:100.00%; }

div.frei {
	clear:both;
	height:0;
	margin:0;
	line-height:0;
	font-size:1px;
	}

body {
  	margin:0 0 20px 0;
  	padding:0;
	background-color:#FFFFFF;
  	margin:0 0 0px 0;
  	color:#000;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size:13px;
	text-align:center;
  }

/* Struktur des Aufbaus
----------------------------------------------- */
#inhalt {
	width:1000px;
	background-color:#FFFFFF;
}


#top {
	height:46px;
	background-color:#DFDFDF;
	background-image:url(jpg/oben.gif);
	background-repeat:no-repeat;
	text-align:left;
	color:#f7de94;
}
.top {
	color:#f7de94;
}


#bodyContainer {
	width:100%;
	background-color:#FFFFFF;
	}
	
#bodyContainerStandortBalken{
	width:700px;
	background-color:#FFFFFF;
	text-align:left;
	margin-left:50px;
	float:left;
	font-size:10px;
	color:#333399;
	}
#bodyContainerStandortBalken p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333399;
	font-weight:bold;
	text-align:center;
	padding:10px auto;
	}
	
/*linke Seite - NAVIGATION*/
#bodySideLeft {
	width:220px;
	background-color:#FFFFFF;
	background-image:url(jpg/balkhor.gif);
	background-visitors:<?php echo $besuchercounter;?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;position:left;
	background-repeat:no-repeat;
	float:left;
	text-align:left;
	padding-top:10px;
	padding-bottom:25px;
	font-size:12px;
	}

#bodySideLeft p {
	margin:0px 0px;
	margin-bottom:5px;
	color:#333399;
	}
#bodySideLeft a {
	text-decoration:underline;
	}
#bodySideLeft a:hover {
	text-decoration:none;
	}
	
	#bodySideLeft ul {
		font-size:12px;
		float:left;
		width:220px;
	}
	
	#bodySideLeft ul li {
	background-visitors:<?php echo $besuchercounter;?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;position:20px;
	color:#333399;
	display:block;
	list-style-type:none;
	padding-left: 20px;
	height:17px;
	margin-bottom:4px;
	text-align: left;
	font-size:12px;
		}
	#bodySideLeft ul li a.class_1{
	font-weight:100;
	font-size:13px;
	color:#333399;
	margin-left:0px;
	font-weight:bold;
	}
	#bodySideLeft ul li a.class_2{
	font-weight:100;
	font-size:11px;
	color:#333399;
	margin-left:20px;
	border-left:30px;
	}
	#bodySideLeft ul li a.class_3{
	font-weight:100;
	font-size:12px;
	color:#333399;
	margin-left:20px;
	}

	#bodySideLeft ul li.class_1_head{
	font-weight:100;
	font-size:14px;
	color:#000000;
	margin-left:0px;
	}
	#bodySideLeft ul li.class_2_head{
	font-weight:normal;
	font-size:12px;
	color:#333399;
	margin-left:10px;
	}
	#bodySideLeft ul li.class_3_head{
	font-weight:100;
	font-size:12px;
	font-weight:bold;
	color:#333399;
	margin-left:20px;
	}

	
#bodySideLeft h1 {
	width:100%;
	background-color:#660000;
	border-top: 2px #666 solid;
	border-bottom: 2px #666 solid;
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	}


#bodyMainText {
	width:610px;
	background-color:#FFF;
	background-image:url(jpg/watermerk.gif);
	background-repeat:no-repeat;
	float:left;
	color:#333399;
	font-size:14px;
	text-align:justify;
	letter-spacing:1px;
	padding:1em 0 1em 0;
	margin:10px;
	padding:10px;
	}
	#bodyMainText h1 {
	font-size:16px;
	font-weight:bold;
	}
	#bodyMainText a{
	color:#333399;
	font-size:12px bold;
	}
	.bodyMainLinkImg {
	margin:0px 5px 5px 0;
	float:left;
}

	#bodyMainText a.subnav{
		font-weight:100;
		font-size:11px;
		color:##333399;
		margin-left:10px;
		}
	#bodyMainText ul {
	margin-left:28px;
	margin-right:30px;
	font-weight:bold;
	list-style-type:none;
	}

	#bodyMainText ol{
	margin-left:28px;
	margin-right:30px;
	list-style-type:decimal;
	}

	#bodyMainText ol.liste_buchstabe{
	list-style:lower-alpha;
	margin-left:28px;
	margin-right:30px;
	}

#fuss {
	width:900;
	background-color:#660000;
	color: #CCCCCC;
	text-align:center;
	margin: 0px auto;
	font-size:11px;
	padding:10px;
}
	#fuss p {
		font-weight:normal;
		margin:0 25px;
	}
	#fuss a{
		padding:0 15px 0 15px ;
		color:#CCCCCC;
		font-weight:bold;
		}
	#fuss a:hover{
		text-decoration:underline;
		}
	#fuss a.right{
		}
	
/* Inhalte formatieren & Einzelne Formatierungsangaben
----------------------------------------------- */

a:link,a:visited,a:active {
	color:#333399;
	background:none;
	text-decoration:none;
	font-weight:normal;
	}
a:hover {
	color:#333399;
	text-decoration:underline;
	font-weight:normal;
	}
	
.link_normal	{color:#0000FF;}


	
.titel_10 	{font-family: verdana, sans-serif; font-size: 12px; color: #000000;font-weight: bold;}
.titel_12 	{font-family: verdana, sans-serif; font-size: 15px; color: #000000;font-weight: bold;}

.text_8  	{font-family: verdana, sans-serif; font-size: 10px; font-weight: normal; color:#000000;}
.text_10  	{font-family: verdana, sans-serif; font-size: 12px; font-weight: normal; color:#000000;}
.text_12 	{font-family: verdana, sans-serif; font-size: 15px; font-weight: normal; color:#000000;}



#tabelle {
background-color:#CCCCCC;
}
	#tabelle th {
	background-color:#660000;
	color:#DFDFDF;
	}
	
