/* CCS-Style created  07.03.2009 20:19:34
		Andreas Petermann (c) bytenation.de
*/

/* hier sind festen Werte, definiert,
   um jedem Browser zu erklären, was ich gerne hätte
*/

table,body,html,ul,h1,h2,h3,h4,h5,p,form
{	margin:0px;
	padding:0px;
	font-family: Arial, sans-serif;
	outline:none;
}


.center
{	text-align:center;
}

html
{	height:100%;
}


body
{	background-image:url(../img/body.png);
	background-repeat:repeat-x;
	height:100%;
	font-size:1em;
}

img
{	border-width:0px;
}

.clear
{	clear:both;
}

.my_clear
{	font-size:1px;
	height:1px;
	overflow:hidden;
	clear:both;
}

/* die positionierung und der hintergrund des layouts */
#container
{	width:960px;
	min-height:100%;
	background-image:url(../img/container.png);
	background-position:center top;
	margin:0px auto 0px auto;
	position:relative;
}

* html #container
{	height:100%;
}


/* der headerbereich */

#header
{	width:960px;
	height:142px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	border-width:4px 0px 3px 0px;
	border-color:#ffffff;
	border-style:solid;
	position:absolute;
	top:70px;
	left:0px;
}

#header ul
{	list-style-type:none;
	list-style-position:outside;
	margin:106px 0px 0px 272px;
	overflow:hidden;
}

#header ul li
{	float:left;
	border-left:1px solid #9F4915;
	padding:0px 0px;
	font-size: 0.9em;
	font-weight: bold;
}

#header ul li.first
{	border-width:0px;
}

/* der verlinkte schriftzug im header */
a#home
{	position:absolute;
	top:95px;
	left:275px;
	width:300px;
	height:50px;
}

/* die navigation im header */
#header ul li a,#header ul li a:link,
#header ul li a:visited,#header ul li a:active
{	float:left;
	color:#5E5E5D;
	font-size:1.2em;
	padding:0px 8px;
	text-decoration:none;
}

#header ul li a:hover,#header ul li a#header_active
{	text-decoration:underline;
}

/* die linke rote box im header */
#red_box
{	position:absolute;
	left:0px;
	top:0px;
	background-color:#F15701;
	width:170px;
	height:70px;
}

/* der linke bereich */

#left
{	width:170px;
	overflow:hidden;
	float:left;
	padding:219px 0px 0px 0px;
	display:inline;
}

/* die menüleiste */
.menu
{	list-style-type:none;
	list-style-position:outside;
	width:180px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	font-size:0.75em;
}

.menu li
{	border-bottom:1px solid #ffffff;
	padding:0px 0px 0px 0px;
	background-color:#CFCCBB;
	background-image:url(../img/menu_li.png);
	background-repeat:repeat-y;
}

.menu li a,.menu li a:link,
.menu li a:visited,.menu li a:active
{	color:#5E5E5D;
	text-decoration:none;
	padding:1px 0px 1px 35px;
	display:block;
	width:100%;
}

/* aktiver link oder hover des hauptmenues in der linken spalte */
.menu li a:hover,.menu li a#menu_active
{	background-color:#F15701;
	color:#ffffff;
	background-image:url(../img/menu_li_a_hover.png);
	background-repeat:repeat-y;
}

.menu li ul
{	display:none;
}

/* definitionen die für das submenue benötigt werden inline-block wird benötigt, 
	da der IE6 sonst einen zusätzlchen Bereich unter dem submenue anzeigt 
*/
.menu li.submenu ul
{	display:block;
	width:180px;
}


.menu li.submenu
{	border-bottom-width:0px;
	padding-bottom:0px;
}

.menu li.submenu ul
{	border-top:1px solid #ffffff;
}

.menu li.submenu ul li
{	background-color:#E3DECB;
}

.menu li.submenu ul li a,.menu li.submenu ul li a:link,
.menu li.submenu ul li a:visited,.menu li.submenu ul li a:active
{	padding-left:45px;
}

/* aktiver link bzw. ein hover  im submenue */
.menu li.submenu ul li a:hover,
.menu li.submenu ul li a#submenu_active
{	background-color:#F6C217;
	background-image:url(../img/menu_li_a_hover.png);
	background-repeat:repeat-y;
	color:#ffffff;
}



/* der main bereich in dem die rechte spalte und der content ist */
#main
{	float:right;
	width:679px;
	padding:241px 0px 0px 4px;
	display:inline;
}

/* der rechte bereich */

#right
{	float:right;
	width:168px;
	display:inline;
	padding:0px 4px 0px 0px;
	color:#5E5E5D;
}

#right p
{	font-size:0.7em;
	padding:17px 0px 0px 15px;
	line-height:18px;
	clear:left;
}

#right p strong
{	font-size:1.1em;
}


#right p.fragen
{	padding-top:15px;
	background-image:url(../img/fragen.png);
	background-repeat:no-repeat;
	background-position:8px 21px;
}

img.foto
{	border-width:1px 0px 1px 0px;
	border-color:#B04C10;
	border-style:solid;
	float:left;
}

#right h3
{	font-size:0.74em;
	color:#ffffff;
	background-color:#F05700;
	border-width:1px 0px 1px 0px;
	border-color:#B04C10;
	border-style:solid;
	padding:1px 0px 2px 17px;
	margin:2px 0px 0px 0px;
	font-weight:normal;
	width:151px;
	float:left;
}

#right a,#right a:link,
#right a:visited,#right a:active
{	color:#5E5E5D;
	text-decoration:none;
}

#right a:hover
{	text-decoration:underline;
}

/* der contentbereich */
#content
{	padding:17px 0px 20px 0px;
	float:left;
	display:inline;
	overflow:hidden;
	width:435px;
	color:#5E5E5D;
	line-height:18px;
}

#content h1
{	font-size:1em;
}

#content h2, #content h3
{	font-size:0.9em;
	padding-top: 15px;
	color: #F15701;
}

#content a,#content a:link,
#content a:visited,#content a:active
{	color:#5E5E5D;
	text-decoration:underline;
}

#content a:hover
{	text-decoration:none;
}


#content ul
{	list-style-type:none;
	list-style-position:outside;
	padding:15px 0px 10px 0px;
}

#content li
{	background-image:url(../img/content_li.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding:0px 0px 0px 26px;
	font-size:0.8em;
}

#content ol {
	margin-left: 0;
	padding-left: 25px;
	list-style-position:outside;
}


#content ol li {
	background-image: none;
	padding-left: 5px;
	margin-bottom: 15px;
}

#content p
{	font-size:0.8em;
	padding:10px 0px 5px 0px;
}


/* formular */

label {
	width: 130px;
	float: left;
}

input, textarea {
	width: 300px;
	float: left;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.senden {
	width: 113px;
	margin-bottom: 20px;
}

/* tabelle */

table {
	margin-left: 1px;
	font-size: 0.8em;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 20px;
}

th, td {
	padding: 0.5em 1em;
	border: 1px solid #ccc;
	vertical-align: top;
}

thead {
	background: #FFF9C7;
}

/* footer */

#footer {
	border-top: 1px solid #ccc;
	padding-top: 2px;
	margin-top: 30px;
	font-size: 0.8em;
	clear: both;
}

#footer p#footer-links {
	float: left;
}

#footer p#footer-rechts {
	float: right;
}

#footer a:hover, #footer a.hier {
	color: #F05700;
}

