body
{
	background-color:				#66CC99;
	color:							#000000;
}

table#subMenuLayoutTable
{
	width:							100%;
	border-spacing:					0px;

	/* Heya IE7, go, go, go!!! */
	border-collapse:				collapse;
}

table#subMenuLayoutTable td
{
	padding:						0% 1% 0% 1%;
	vertical-align:					top;
}

td#voteLayoutTD
{
	width:							70%;
}

td#seiteLayoutTD
{
	width:							30%;
}

h1
{
	text-align:						center;
}





div#inhalt > ul li
{
	margin-top:						0.4em;
}

div#inhalt > ul > li
{
	margin-top:						2.0em;
	margin-bottom:					2.0em;
}

div#inhalt > ul > li span.forumAktuellerEintrag
{
	font-size:						1.2em;
	font-weight:					bold;
	font-style:						italic;
	color:							#990000;
}

div#inhalt > ul > li a
{
/*	background-image:				url(/bilders/layout/hintergrund_schwarz_010.png);*/
	font-size:						1.2em;
	color:							#000000;
	text-decoration:				none;
}

div#inhalt > ul > li a:hover
{
	text-decoration:				underline;
}

div#inhalt > ul > li a:visited
{
/*	color:							#505050;*/
/*	color:							#30A060;*/
	font-weight:					normal;
}

span.gelesen
{
	font-style:						italic;
}

span.autor
{
	color:							#0000C0;
	font-weight:					bold;
/*	font-size:						0.8em;*/
}

span.datum
{
	color:							#0000C0;
}

span.forumHeute
{
	color:							#FFFF00;
	font-style:						italic;
}

span.forumGestern
{
	color:							#FF0000;
	font-style:						italic;
}


div.forumEintrag
{
	width:							80%;
	margin-left:					auto;
	margin-right:					auto;
}

div.forumEintrag > h3
{
	margin:							0%;
	font-size:						1.2em;
	padding:						0.25em;
}

/* Autor und Datum */
div.forumEintrag > h3 + div
{
	padding:						0.1em 0.3em 0.1em 0.3em;
}

/* Text, Link und Bild */
div.forumEintrag > h3 + div + div
{
	padding:						1.5em 0.5em 0.5em 0.5em;
}

div.forumEintrag > h3 + div + div a
{
	color:							#0000FF;
}





div#inhalt form.formular > fieldset > input
{
	width:							100%;
	margin-bottom:					0.5em;
}

div#inhalt form.formular > fieldset > textarea
{
	width:							100%;
	height:							25%;
	margin-bottom:					0.5em;
}









div.bild
{
/*border:1px solid red;*/
	margin:							2.0em 0% 0% 0%;
/*	margin-left:					auto;
	margin-right:					auto;*/
text-align:center;
}

div.bild > img
{
/*	display:						block;*/
	background-color:				#FFFFFF;
	max-width:						100%;
	margin-left:					auto;
	margin-right:					auto;
	border:							1px solid #808080;
}

