/*
 * This page is developed an designed by e8media - agency for digital media, mailto:info@e8media.de
 * Contact: Oliver Meding, Goerreshof 152, D-53347 Alfter, Germany, Phone +49 2222 922568
 *
 * Development & source code & CSS-Styles by Tobias Kivelip, mailto:tobias@kivelip.net
 * Screendesign by Stefan Weber, mailto:stefan@infectiousarts.de
 *
 * Copyright: The copyright for any material created by the author is reserved.
 */
 
/*
 * Allgemeine Definitionen
 */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #fff url('/img/bg.jpg') repeat fixed;
    color: #494949;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 19px;
}

a,
a:active,
a:focus,
a:visited
{
	color: #627f27;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a.arrow,
dl dd a
{
	background: url('/img/pfeil.jpg') no-repeat left 2px;
	padding-left: 9px;
}

/*
 * Seitenstruktur
 *
 */
div#forCenter
{
	position: absolute;
	width: 908px;
	left: 50%;
	margin-left: -454px;
}

div#header,
div#content,
div#footer,
div#contentPic
{
	width: 908px;
	background: url(/img/bg_content.png) repeat-y top left;
}

* html div#header,
* html div#content,
* html div#footer,
* html div#contentPic
{
	background: url(/img/bg_content.gif) repeat-y top left;
}

div#footerShadow
{
	width: 908px;
	background: url(/img/content_bottom.png) no-repeat top left;
	height: 25px;
}

* html div#footerShadow
{
	background: url(/img/content_bottom.gif) no-repeat top 3px;

}

div#content
{
	padding-bottom: 30px;
}

/*
 * Header
 *
 */
div#header
{
	height: 166px;
}

div#header h1
{
	position: absolute;
	top: 0;
	left: 23px;
	width: 861px;
	height: 118px;
	background: url('/img/logo.jpg') no-repeat center top;	
	text-indent: -999em;
}

div#header h1 a
{
	display: block;
	line-height: 118px;
}

/*
 * Content
 *
 */
 
div#content p img
{
	float: left;
	margin: 3px 10px 10px 0;
	display: block;
}

div#content img
{
	margin-left: 23px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#content ul
{
	list-style: none;
}

div#content ul li
{
	background: url('/img/li_bullet.gif') no-repeat left 6px;
	padding-left: 18px;
}

div#content dl dd
{
	margin-bottom: 8px;
}

div#content p.light
{
	color: #848484;
	font-size: 0.9em;
}

div#content a.files
{
	display: block;
	height: 16px;
	background: url('/img/save_file.gif') no-repeat left 2px;
	padding-left: 20px;
	padding-bottom: 5px;
}


/*
 * Formulare
 *
 */

form p
{
	margin-bottom: 8px !important;
}

form label
{
	display: block;
	width: 160px;
	font-weight: bold;
	float: left;
}

form input,
form select,
form textarea
{
	width: 250px;
	padding: 2px;
	border: 1px solid #a5b462;
}

form p.checkbox label
{
	float: none;
	width: 400px;
}

form p.checkbox input
{
	width: auto;
	border: 0;
	float: left;
	margin-right: 10px;
	margin-bottom: 45px;
	margin-top: 5px;
}

form p.btn input
{
	width: auto;
	background: #8a9c38;
	padding: 2px 5px 2px 2px;
	text-indent: 5px;
	border: 1px solid #a5b462;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 160px;
		
}


/*
 * Content Split
 *
 */
div#content div.splitLeft
{
	width: 550px;
	display: block;
	float: left;
	border-right: 1px dashed #a5b462;	
}

div#content div.splitRight
{
	width: 357px;
	display: block;
	float: left;	
}

/*
 * Footer
 */
div#footer div.brace
{
	margin-left: 23px;
	margin-right: 24px;
	background-color: #627f27;
	height: 60px;
}

div#footer a
{
	color: #becb83;
}

div#footer ul
{
	padding-top: 12px;
	list-style: none;
	margin: 0px auto;
	width: 545px;
}

div#footer ul li
{
	display: block;
	float: left;
	height: 15px;
}

* html div#footer ul
{
	width: 620px;
}

* html div#footer ul li
{
	width: 75px !important;
}

div#footer ul li a,
div#footer ul li a:active,
div#footer ul li a:focus,
div#footer ul li a:visited
{
	display: block;
	color: #e3e2b4;
	background: url('/img/li_bullet_foot.gif') no-repeat left 5px;
	padding-right: 10px;
	text-indent: 9px;
	line-height: 15px;
	height: 15px;
	text-decoration: none;
}

div#footer ul li.active a
{
	text-decoration: underline;
}

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

div#footer p
{
	clear: left;
	display: block;
	text-align: center;
	color: #becb83;
}

/*
 * Headlines
 *
 */
h1,
h2
{
	font-family: "Georgia", Times;
	font-weight: normal;
	font-size: 1.8em;
	color: #546f1c;
	line-height: 30px;
}

h2
{
	font-size: 1.5em;
}
 


/*
 * Abstände
 *
 */
 
/* --- Main-Content */
div#content h1,
div#content h2,
div#content p,
div#content ul,
div#content dl,
div#content ol
{
	margin: 0 24px 0 23px;
}

/* Abstände nach unten */
div#content p,
div#content ul,
div#content dl,
div#content ol
{
	margin-bottom: 20px;
}

div#contentPic img
{
	margin-left: 23px;
	margin-right: 24px;
}

/*
 * Galerie
 *
 */
div#galerie
{
	margin: 0 24px 0 23px;
}

div#galerie img
{
	margin: 0 0 0 0;
	float: none;
	border: 0;
}

div#galerie div.galImage
{
	width: 165px;
	overflow: hidden;
	display: block;
	float: left;
	height: 130px;
	margin-bottom: 15px;
}


/*
 * SubNavi
 *
 */
div#content ul#subnavi_1 li
{
	/* border-bottom: 1px solid silver; */
	background: #fff url('/img/pfeil.jpg') no-repeat left center;
	margin-bottom: 4px;
	margin-right: 22px;
	padding: 0 0 0 0;
}

div#content ul#subnavi_1 li a,
div#content ul#subnavi_1 li a:active,
div#content ul#subnavi_1 li a:focus,
div#content ul#subnavi_1 li a:visited
{
	padding: 1px 8px 1px 10px;
	display: block;
	text-decoration: none;
}

div#content ul#subnavi_1 li a:hover,
div#content ul#subnavi_1 li.active a
{
	text-decoration: none;
	color: #fff;
	background: #627f27 url('/img/pfeil_weiss.jpg') no-repeat left center;
}

/*
 * Navigation
 *
 */
div#header ul#navi
{
	position: absolute;
	top: 125px;
	list-style: none;
	width: 861px;
	left: 23px;
	border-top: 1px dashed #a5b462;
	padding-top: 3px;
}

div#header ul#navi li
{
	width: 107px;
	display: block;
	float: left;
	height: 29px;
}

div#header ul#navi li a,
div#header ul#navi li a:visited,
div#header ul#navi li a:focus,
div#header ul#navi li a:active
{
	display: block;
	line-height: 24px;
	font-family: "Georgia", Verdana;
	font-size: 1.2em;
	color: #627f27;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	text-decoration: none;
}

div#header ul#navi li a:hover,
div#header ul#navi li.active a
{
	color: #fff !important;
	background: #627f27;
}

div#header ul#navi li.active
{
	background: url('/img/nav_ul_act.gif') no-repeat center 24px;

}

