/*
GENERALS
*/
* {
	padding:0;
	margin:0;
	border:none;
}


body {
	background: #B7E188;
	background: url(gfx/Grass10.jpg) top left repeat #dddddd;
	font-family: Tahoma, Verdana, Monaco, Arial, "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 100.1%;
	text-align:center;
	color:#c9b9b9;
}

#page_wrapper {
	margin:auto;
	margin-top:20px;
	text-align:left;
	width:683px;
}

#upper {
	background: url(gfx/frame_top.JPG) top left no-repeat #FFFFFF;
	color:#616161;
	width:683px;
}

#header {
	background:url(gfx/keyvisual_.jpg) top left no-repeat;
	width:677px;
	height:239px;
	overflow:hidden;
	margin:3px;
}

/* SEO: Text der Grafiken auch im Code, aber nicht sichtbar */
#header h1, #header h2, #header p {
	width:1px;
	overflow:hidden;
	margin-left:-2000px;
}

#logo {
	margin-top:3px;
}

#float_box {
	margin-top: 20px;
}

#navigation {
	width:140px;
	float:left;
	padding-left:23px;
}

#navigation h1 {
	font-size:1em;
	color:#FD890B;
	font-weight:normal;
	background:url(gfx/h1nav-line.gif) bottom left no-repeat;
	line-height:1.75em;
	margin-bottom:1em;
}

#navigation ul { list-style:none; margin:0px 5px 0px 5px; }
#navigation ul li { margin-bottom:5px; }
#navigation ul li a { font-size:0.875em; text-decoration:none; width:100px; height:1.714em; display:block; line-height:1.714em; padding-left: 21px; }
#navigation ul li a:link { color:#788188; background:url(gfx/bullet.gif) left no-repeat; }
#navigation ul li a:visited { color:#788188; background:url(gfx/bullet.gif) left no-repeat; }
#navigation ul li a:hover { color:#FD890B; text-decoration:underline; background:url(gfx/bullet.gif) left no-repeat; }
#navigation ul li a:active { color:#FD890B; background:url(gfx/bullet.gif) left no-repeat; }

#navigation ul li.active a { color:#FD890B; }


#navigation p { 
	font-size:0.75em; 
	text-decoration:none; 
	width:100px; 
	padding-left:8px; 
	padding-bottom:4px; 
}

#content {
	width:480px;
   min-height:400px;
	float:left;
	border-left:1px solid #d2d2d2;
	/*padding-left:20px;*/
	padding-right:20px;
	font-size:0.75em;
	line-height:1.5em;
}

#padleft {
	padding-left:20px;
}

#content p {
	padding-left:20px;
   margin-bottom:1.33em;
	margin-top:0.75em;
}

#content h1 {
	font-size:1.33em;
	color:#FD890B;
	font-weight:normal;
	background:url(gfx/h1-line.gif) bottom left no-repeat;
	line-height:1.75em;
	margin-bottom:1em;

   padding-left:20px;
}

#content h2 {
	font-size:1em;
	color:#FD890B;
	font-weight:bold;
	margin-bottom:0.33em;

   padding-left:20px;
}

#content h3 {
	font-size:1.166em;
	color:#FD890B;
	font-weight:normal;
	background:url(gfx/h3-line.gif) bottom left no-repeat;
	line-height:1.75em;
	margin-bottom:1em;

   padding-left:20px;
}

#content div.box {
	color:#616161;
	background:#e5eaed;
	padding:8px 20px 16px 0px;
	margin:20px 0 20px 20px;

}

#flashcontent {
	height:490px;
	margin:30px 0px 0px 30px;
}

#content form, #content img
{
padding-left:20px;
}



#content div.box a { color:#616161 };

#content ul, #content div.box ul {  }
#content ul li, #content div.box ul li { margin-left:1.5em; list-style-position:outside; list-style-type:circle; }

#content ol li, #content div.box ol li { margin-left:2em; list-style-position:outside; list-style-type:decimal; }

#content a {
        color:#228B22;
   text-decoration:none;
}

#content a:link {
        color:#228B22;
}

#content a:visited {
  color:#228B22;
}

#content a:hover {
        color:#32CD32;
   text-decoration:underline;
}

#content a:active {
        color:#32CD32;
}

#footer {
	background:url(gfx/frame_bottom.JPG) top left no-repeat;
	height:3px;
	width:683px;
	overflow:hidden;
	margin-top:20px;
	font-size:3px;
	line-height:3px;
}

#downer {
	text-align:center;
	color:#c9b9b9;
	background: #222222;
	width:683px;
}

#bottom_nav {
	color:#c9b9b9;
	text-align:center;
	background: #222222;
	margin-top:20px;
	margin-bottom:20px;
	font-size:0.625em;
}

#bottom_nav ul { list-style:none; }
#bottom_nav li { display:inline; margin-right:1em; }
#bottom_nav li a, #bottom_nav p a { color:#c9b9b9; }
#bottom_nav p { margin-top:1em; color:#c9b9b9; }

td { font-size:0.875em; }

/* input { border: 1px solid gray; } */

.small { font-size:0.875em; line-height:1.2em; padding-top:1em; }
.disclaimer { font-size:0.875em; line-height:1.2em; }

.clear {
	clear:both;
	}

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