/* CSS Document */

body {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#56af45;
	height: 90%;
	top: 5%;
	vertical-align: middle;
}




#container {
	width:960px;
	text-align:left;





!important
	padding:0;
	background-color:#B51714; /*purple*/
	height: 90%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	top: 5%;
	bottom: 5px;
}

#header {
	margin:0 auto;
	padding:0px;
	height:168px;
	top: auto;
	position: relative;
	background-image: url(../images/rasen-klein-kind.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #C81010;
	background-color: #FFFFFF;
}

#header h1
{
	color:#C81010;
	font-size:24px;
	font-weight:normal;
	padding-top:20px;
	margin:0;
	text-align: right;
}

#header h2
{
	color:#6F6F6F;
	font-size:12px;
	font-weight:normal;
	padding-top:20px;
	margin:0;
	text-align: right;
}

#search_bar {
	margin:0 auto;
	padding-top:0px;
	padding-right:5px;
	height:15px;
	text-align:right;
	background-color: #56AF45;
}

#search_bar input {
	background-color:#F4A804;
	border:1px solid #DF9707;
}

#content_wrap
{
	margin-bottom:15px;
	margin-top:15px;
	padding-left:5px;
	height: auto;
}

#nav 
{
	clear:left;
	float:left;
	width:170px;
	margin:0 0 10px 0;
	padding:0;
}

#nav ul 
{
	list-style:none;
	width:179px;
	margin:0 0 15px 0;
	padding:0;
}

#nav li 
{
	margin-bottom:0px;
	font-size: 90%;
}

#nav li a 
{
	font-weight:lighter;
	font-size:100%;
	height:20px;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:0px;
	background-color: #B51714;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #B51714;
	border-right-color: #B51714;
	border-bottom-color: #56AF45;
	border-left-color: #B51714;
}

#nav li a:hover 
{
	color:#C81010;
	background-color: #FFFFFF;
	border: thin dashed #56AF45;
}






#main {
	width:auto;
	margin-left:183px;
	padding:15px;
	background-color:#FFFFFF;
	/*font-defaults: (override these below)*/
	font-size:12px;
	color:#505050;
	height: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #56AF45;
	border-bottom-color: #56AF45;
	border-left-color: #56AF45;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C81010;
}

#main a:link
{
	color:#56af45;
	text-decoration:underline;
}
#main a:visited
{
	color:#56af45;
	text-decoration:underline;
}
#main a:hover
{
	color:#bed23f; /*yellow*/
	text-decoration:underline;
}
#main a:active
{
	color:#56af45;
	text-decoration:underline;
}


#main h1
{
	font-size:18px;
	font-weight:normal;
	color:#56AF45;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #56af45;
	padding-bottom: 5px;
}

#main h2
{
	font-size:14px;
	font-weight:bold;
	color:#56AF45;
	padding-bottom: 5px;
}

#main p
{
	font-size:12px;
	font-weight:normal;
	color:#505050;
}



#footer {
	margin:0 auto;
	padding:10px;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	background-image:url(../images/search_bar3.jpg);
	background-position:top;
	background-repeat:repeat-x;
	bottom: 5px;
}
#footer a
{
	color:#999999;
	text-decoration: none;
}
#footer a:visited
{
	color:#999999;
	text-decoration:none;
}
#footer a:hover
{
	color:#CCCCCC; /*yellow*/
	text-decoration: none;
}


.brclear { 
	clear:both; 
	height:0; 
	margin:0;
	font-size: 1px;
	line-height: 0px;
}
.aussenrahmen {
	border: 1px solid #56AF45;
}
.imglinks {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: thin solid #B51714;
}
