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

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: #59C632;
	border-bottom-color: #59C732;
	border-left-color: #59C632;
}

#top_header {
	width:820px;
	height:31px;
	text-align:center;
	background-image: url(images/bg_top_header.jpg);
	background-repeat: repeat-x;
	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:90px;
}

#menue_telefonsex {
width:820px;
height:1px;
text-align:left;
background: url(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;
}

#maincontent {
width:820px;
min-height:10px;
background:#ffffff url(img/bg_maincontent.jpg) repeat-x;
font-size:12px;
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:250px;
	height:114px;
	background:#ffffff url(img/bg_box.jpg) repeat-x;
	text-align:justify;
	margin: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #90ff00;
	border-right-color: #59da20;
	border-bottom-color: #59da20;
	border-left-color: #90ff00;
}

#box1 {
	float:left;
	width:250px;
	height:114px;
	background:#ffffff url(img/bg_box.jpg) repeat-x;
	border-left:1px solid #fd6600;
	border-right:1px solid #fd6600;
	border-bottom:1px solid #fd6600;
	text-align:justify;
	margin: 10px;
}

#box2 {
float:right;
width:250px;
height:114px;
background:#ffffff url(img/bg_box.jpg) repeat-x;
border-left:1px solid #fd6600;
border-right:1px solid #fd6600;
border-bottom:1px solid #fd6600;
margin-left:10px;
text-align:justify;
}

#box3 {
float:left;
width:250px;
height:114px;
background:#ffffff url(img/bg_box.jpg) repeat-x;
border-left:1px solid #fd6600;
border-right:1px solid #fd6600;
border-bottom:1px solid #fd6600;
margin-left:5px;
text-align:justify;
}

#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;
}

