@CHARSET "ISO-8859-1";
body
{
	margin: 0px;
	font-size: 14px;
	font-family: Arial;
	background-color: #C5DCBB;
}

#main
{
	width: 900px;
	text-align: center;
	margin: 20px auto;
}

h1
{
	text-align: left;
	margin: 0px;
	font-size: 30px;
}

h2
{
	margin: 0px;
	font-size: 20px;
	/*color: #2F840B;*/
}

img
{
	border: 0px;
}

#head
{	
	vertical-align: middle;
}

#banner
{
	width: 100%;
	height: 150px;
	border: solid 2px #FFFFFF;
	background-color: #FFFFFF;
}

#menu a:link, #menu a:visited, #menu a:active
{
	vertical-align: middle;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 20px;
	width: 140px;
	margin-left: 6px;
	float: left;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2F840B;
	border: solid 1px #FFFFFF;
}

#menu a:hover
{
	background-color: #FFFFFF;
	color: #2F840B;
	font-weight: bold;
}

#menu
{
	width: 100%;
	height: 30px;
	border-left: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	background-color: #2F840B;
}

#content
{
	width: 100%;
	height: 520px;
	border-left: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	background-image: url("Bilder/background.png");
	background-color: #77AF60;
}

#left
{
	border-right: dotted 2px #FFFFFF;
	background-color: #2F840B;
	height: 510px;
	width: 150px;
	float: left;
	text-align: left;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
}

#textcontainer
{
	border: solid 5px #2F840B;
	margin: 20px auto auto 20px;
	width: 670px;
	height: 460px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
	float: left;
	text-align: justify;
	overflow: auto;
}

#SubMenu
{
	font-size: 10px;
}

#counter_div
{
	vertical-align: text-bottom;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	float: right;
}

#login a:visited, #login a:active, #login a:hover, #login a:link
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

fieldset
{
	width: 250px;
	padding: 5px;
}

fieldset input
{
	float: right;
	width: 140px;
}

fieldset div
{
	width: 100px; 
	float: left;
}

#btnAnmelden
{
	float: right;
}

#left span
{
	cursor: pointer;
}

#left ul
{
	margin: 0px;
	padding: 0px;
    float: left;
	list-style-type: none;
}

#left a:link, #left a:visited, #left a:active
{
	vertical-align: middle;
	width: 140px;
	float: left;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}

#left a:hover
{
	background-color: #FFFFFF;
	color: #2F840B;
	font-weight: bold;
	cursor: pointer;
	text-align: right;
	width: 140px;	
}

#feedIcon
{
	text-align: center;
	margin: 4px;
}

#datum
{
	font-size: 10px;
	float: right;
	clear: both;
}

#last
{
	float: left;
}

#last a:link, #last a:visited, #last a:active, #next a:link, #next a:visited, #next a:active
{
	font-size: 10px;
	text-decoration: none;
	color: #2F840B;
	background-color: #FFFFFF;
}

#next
{	
	float:right;
}

#pictures, #videos
{
	text-align: center;
	margin: 5px 5px 5px 4px;
	border: dashed 2px #2F840B;
	/*background-color: #C5DCBB;*/
}

#pictures img, #videos img
{
	margin: 5px;
}

.tooltipSchatten {
	background: url(shadow.png); /* durchsichtiger Schatten */
}

.tooltipContent {
	left: -4px; top: -4px; /* wie viel des Schattens ist sichtbar? */
	background-color: #ff0; /* gelber Hintergrund */
	border: solid black 1px; /* dünner schwarzer Rahmen */
	padding: 5px; /* Abstand zwischen Text und Rahmen */
	font: bold 10pt sans-serif; /* kleine fette Schriftart */
}

div.adsense
{
	float: right;
	width: 320px;
}

ul
{
	margin: 10px 0 10px 10px;
	padding: 0;
}

ul li
{
	margin: 0 0 0 10px;
	padding:0;
}

a
{
	text-decoration: none;
	color: #008000;
	font-weight: bold;
}

