@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 100.0%;
	color:#333333;
	background-color: #ECECEC;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
}
/*text styles*/
h1 {
	font-weight: bold;
	margin:0px;
	font-size: 130%;
}
h2 {
	color:#DE3131;
	font-size: 105%;
	margin:12px 0 25px 0;
}
h3 {
	color:#DE3131;
	font-size: 100%;
}
p {
	padding: 0px;
	margin: 0px;
}
#container {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#ECECEC;
	margin: 0 auto;
}
#center {
	margin-left:auto;
	margin-right:auto;
	width:1038px;
}
#header {
	height: 80px;
	width: 1038px;
}
#header_logo {
	height: 80px;
	width: 222px;
	margin-left: 11px;
	float:left;
}
#header_menu {
	height: 80px;
	margin: 0px;
	float: left;
	width: 757px;
	
}
#place {
	width: 1000px;
	margin-top: 40px;
	margin-left: 19px;
	margin-right: 19px;
	padding: 0px;
	font-size: 80%;
	
}
#place_top {
	background-image: url(images/place_top.jpg);
	height: 5px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#place_bg {
	background-image: url(images/place_bg.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	margin: 0px;
}
#place_bottom {
	height: 60px;
	width: 1000px;
	background-image:url(images/place_bottom.jpg);
	margin: 0px;
	padding: 0px;
}
#place_content {
	width: 958px;
	background-image: url(images/place_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 21px;
}
#block {
	width: 1000px;
	padding-right: 21px;
	padding-left: 21px;
}
#footer {
	background-image: url(images/foot.jpg);
	background-repeat: repeat-x;
	height: 193px;
}
#content_allgemeininfo {
	float: left;
	width: 200px;
	padding: 0 0 0 30px;
	
}
#content_allgemeininfo a {
	color: #333;
	text-decoration: underline;
}
#content_allgemeininfo a:hover {
	color: #DE3131;
}
.allgemeininfo_text {
	width: 175px;
  font-size: 95%;
  line-height: 18px;
}
.title {
	height: 45px;
	margin-left: -51px;
	float:none;
}
.title_left {
	background-image: url(images/title_left.png);
	background-repeat: none;
	float: left;
	height: 45px;
	width: 21px;
	margin: 0px;
}
.title_text {
	font-size: 10pt;
	color: #FFF;
	background-image: url(images/title_repeat.png);
	background-repeat: repeat-x;
	float: left;
	height: 37px;
	padding-right: 4px;
	padding-left: 30px;
	font-weight: bold;
	padding-top: 6px;
	width: 180px;
}

.title_text a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.title_right {
	background-image: url(images/title_right.png);
	height: 45px;
	width: 13px;
	float:left;
}

/* Menüs */
#topmenu {
	float: right;
	list-style:none;	
	margin: 0;
}
#topmenu li {
	float:left;
	border-left: 1px solid #999;
	padding: 0 10px 0 10px;
}
#topmenu a {
	font-size: 9pt;
	color:#999;
	text-decoration: none;
}
#topmenu a:hover {
	color:#000;
}
#mainmenu {
	float:left;
	margin: 30px 0 0 60px;
	width: 697px;
}
#mainmenu li {
	float:left;
	margin:10px;
	list-style:none;
	font-size: 11pt;
}
#mainmenu li a{
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
#mainmenu li ul {
	list-style:none;
	float:left;
	display:none;
	margin: 20px 0 0 0;
}
#mainmenu li ul a {
	font-size: 10pt;
	text-transform: none;
	color: #333;
	font-weight: normal;
}
#mainmenu li > ul {
	top: auto;
	left: auto;
	}
#mainmenu a:hover {
	color:#DE3232;
	
}
#mainmenu li:hover ul{
	display:block;
	position:absolute;
	margin: 0;
	padding:0px;
	padding-bottom: 0px;
	background-color:#FFF;
	border-width: 1px;
	border-style: solid;
	border-color:#CCC;

	
}
#mainmenu li:hover li{
	float:none;
	margin-top:10px;
	margin-bottom:-1px;
	padding:0px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:0px;
	border-bottom:solid 1px #CCC;
	
}
#navcontainer
{
/*avoid gap after li in ie6 by setting width*/
width: 130px;
font-size: 10pt;
margin: 0 0 30px 0;
}

#navcontainer ul
{
list-style-type: none;
margin: 0;
padding-left: 0;
}
#navlist li a {
	width: 154px;
	display: block;
	padding: 5px 0 5px 19px;
	font-weight: bold;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #DBDBDB;
	border-bottom: 1px solid #FFF;
}
#navlist li span {
	display: block;
	width: 154px;
	padding: 5px 0 5px 19px;
	font-weight: bold;
	color: #DE3131;
	background-image: url(images/arrow_down.jpg);
	background-repeat: no-repeat;
	background-position: left;

}

/*boxmodel hack*/
#navlist a { width: 114px; }

#navlist a
{
\width: 130px;
w\idth: 114px;
}

#subnavlist li a {
	width: 154px;
	display: block;
	color: #666;
	font-size: 9pt;
	padding: 3px 0 3px 19px;
	font-weight: normal;
	/*background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;*/
	background-image :none;
	background-color: #c5c5c5;
	border-bottom: 1px solid #FFF;
}
#subnavlist li span {
	width: 154px;
	display: block;
	color: #DE3131;
	font-size: 9pt;
	padding: 3px 0 3px 19px;
	font-weight: normal;
	/*background-image: url(images/arrow_down.jpg);
	background-repeat: no-repeat;
	background-position: left;*/
	background-image :none;
	background-color:#e9e9e9;
	border-bottom: 1px solid #FFF;

}
/*boxmodel hack*/
#subnavlist a { width: 106px; }

#subnavlist a
{
\width: 122px;
w\idth: 106px;
}

#navlist li a, #subnavlist li a {
	color: #333;
	text-decoration: none;
}

#navlist a:hover {
text-decoration: none;
color: #DE3131;
}

#subnavlist a:hover {
	text-decoration: none;
	/*background-image: url(images/arrow_over.jpg);
	background-repeat: no-repeat;
	background-position: left;*/
	background-image :none;
	color: #DE3232;
}
#produkte {
	float: left;
	width: 584px;
	margin-left:44px;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0px;
}
#content {
	float: left;
	width: 685px;
	margin-top: 2px;
	padding-left:20px;
	padding-right:20px;
	line-height: 18px;	
}

#main_content_liste {
	float: left;
	width: 685px;
	margin-top: 2px;
	padding-left:20px;
	padding-right:20px;
	line-height: 18px;	
}
#main_content_liste a {
	color: #333;
	text-decoration: underline;
}
#main_content_liste a:hover{
color: #DE3131;
}

#main_content_liste li {
	margin: 0 0 10px -25px;
	/*list-style-image: url(images/arrow_li.png);*/
	background-image :none;
	list-style-position: outside;
	list-style-image: url(images/arrow_li.png);
}
#main_content_liste li a {
	text-decoration: none;
}
#main_content_liste li a:hover {
	color: #DE3131;
	}
#main_content {
	float: left;
	width: 685px;
	margin-top: 2px;
	padding-left:20px;
	padding-right:20px;
	line-height: 18px;	
}
#main_content a {
	color: #333;
	text-decoration: underline;
}
#main_content a:hover {
	color: #DE3131;
}
#main_content li{
	margin: 0 0 20px -40px;
	list-style: none;
}
#main_content a {
	text-decoration: underline;
}
#main_content a:hover{
color: #DE3131;
}

/* Anfragebutton */

#anfragebutton {
	width: 465px;
	height: 30px;
	margin: 30px 0 0 0;
	padding: 0;
	background-image: url(pics/anfragebutton.png);
	background-repeat: no-repeat;

}
#anfrage a{
	float: right;
	width: 105px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

/* Das Kontaktformular */ 
form {
  width: 588px; /* Breite des Formulars */
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; 
}
input {
  width: 300px;
  border-top: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  border-left: 1px solid #CCC; 
   border-bottom: 1px solid #CCC; 
  margin-bottom: 1em;
}
input#Wohnort {
	width: 230px;
	margin: 0 0 0 3px;
}
input#PLZ {
	width: 60px;
}
input#Lieferung, #Abholung, #Montage, #Fassadenglas, #Funktionsglas, #Haustuerfuellungen, #Duschen, #Innentueren, #Schiebetueren, #Vordaecher, #Raumglas, #Sonstiges, #Zubehoer {
	width: 20px;
	border: none;
	margin: 5px 0 0 0;
}
	
textarea {
width: 300px;
  height: 7em;
  margin: 0 0 1em 0;
}
select {
	margin: 0 0 20px 20px;
}
.clear {
	clear: both;
	width: 900px;
}
.block_spalte {
	float: left;
	width: 257px;
	padding: 0 50px 20px 20px;
}
.block_spalte a {
color: #333;
text-decoration: none;
}
.block_spalte a:hover {
	color: #DE3131;
}
.box {
	float: right;
	width: 180px;
	min-height: 200px;
	margin: 15px 0 20px 20px;
	border-left: 1px solid grey;
	padding: 0 0 0 20px;
}
.box a{
	text-decoration: none;
	color: #333;
}
.box a:hover {
	color: #DE3131;
}
.box li {
	padding: 3px 0 3px 0;
	list-style-position: outside;
	list-style-image: url(images/arrow_li.png);
}
.box_pic {
	float: right;
	width: 200px;
	margin: 15px 0 20px 20px;
	border-left: 1px solid grey;
}

#left {
	width:160px;
	height: 250px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#footer_center {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 42px;
	padding-top: 22px;
}
.footer_spalte {
	float: left;
	padding: 0 20px 0 20px;
	width: 287px;
	font-size:70%;
	color:#666;
}

