/* =====================================

Zentrales Stylesheet Vorlage 3 
Datei: style.css
Datum. 29.12.2009
Autor: XCI-SL

===================================== */


@import "fundament.css";
@import "px.css";

#wrapper {
	width: 820px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
	background: #fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

#top_header {
	width:820px;
	height:31px;
	text-align:center;
	color: #1d3300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#top_header h1 {
	margin:0;
	font-size:18px;
	font-weight:bold;
	color:#1d3300;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#header_image {
width:820px;
height:97px;
}

#menue_telefonsex {
width:820px;
height:1px;
text-align:left;
background: url(../../dev/img/bg_menue.jpg) repeat-x;
}

#menue {
	width:820px;
	height:30px;
	text-align:center;
	background-image: url(images/bg_menue.jpg);
	background-repeat: repeat-x;
	padding: 8px 0 0 0;
}

#menue ul {
margin:0;
padding-left:15px;
}

#menue li {
list-style-type:none;
display:inline;
padding-left:5px;
font-size:12px;
}

#menue a {
	font-weight:bold;
	text-decoration:none;
	color:#1d3300;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#menue a:hover {
text-decoration:underline;
color:#000000;
}

#pic {
width:autopx;
height:750px;
padding: 0px 140 0 140;
}

#maincontent {
width:820px;
min-height:10px;
background:#ffffff url(../../dev/img/bg_maincontent.jpg) repeat-x;
font-size:14px;
text-align:justify;
}

#maincontent p {
margin:0;
padding:15px;
}

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

#maincontent a:hover {
text-decoration:underline;
color:#fd6600;
}

#contentbottom {
width:820px;
}

#werbung_links {
float:left;
width:535px;
}

#werbung_rechts {
float:right;
width:267px;
}
#box {
	float:left;
	width:auto;
	height:114px;
	background:#ffffff url(../../dev/img/bg_box.jpg) repeat-x;
	text-align:justify;
	margin: 10px;

}



#contentbottom h2 {
text-align:center;
font-size:14px;
font-weight:bold;
color:#ffffff;
margin-top:2px;
}

#contentbottom a {
color: #fd6600;
text-decoration:none;
}

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

#footer {
	margin-top:20px;
	width:820px;
	text-align:center;
	font-size:12px;
	color:#1D3402;
	background-color: #ffffff;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 30px;
	padding: 20px 0 0 0;
}

#footer A:link {
	FONT-SIZE: 12px;
	COLOR: #1D3402;
	font-family: verdana, arial;
	text-decoration: none;
}
#footer A:visited {
	FONT-SIZE: 12px;
	COLOR: #1D3402;
	font-family: verdana, arial;
	text-decoration: none;
}
#footer A:hover {
	FONT-SIZE: 12px;
	COLOR: #1D3402;
	font-family: verdana, arial;
	text-decoration: underline;
}

