/* defaults */
@charset "utf-8";


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #808080;
	font-size: 12px;
	font-family: Verdana, Arial;
	background: #fff url(../images/bg.jpg) repeat-x;
  }

/* boxes, box specific typography */

#container {
	position:relative;
	width: 854px;
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	}

#header {
	position:relative;
	top:-45px;
	left:0;
	height:95px;
	margin:0 auto;
	width: 804px;
  }

#footer {
	position:relative;
	top:550px;
//	height:20px;
	margin:0 auto;
	width: 744px;
	text-align: right;
	line-height:22px;
	color: #8c8c8c;
	font-size: 10px;
  }

#footer a {
		color: #8c8c8c;
		text-decoration: none;
  }

#footer a:hover {
		color: red;
		text-decoration: none;
  }

.bildunterschrift {
	padding: 0;
	margin: 5px 0 0 0;
}


#logo {
  position:absolute;
	top:0;
	left:0;
	margin: 15px 0;
	width: 196px;
	height: 65px;
	background: url(../images/logo.png) no-repeat;
  }

#header_nav {
	font-size:80%;
	text-align:center;
	padding: 95px 0 0 0;
	}
	
#header_nav ul, #nav_leistungen ul {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	}

#footer_nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
	
#footer_nav li {
	margin:0;
	padding:0;
	}

#header_nav ul li {
	display:block;
	padding:0;
	line-height: 37px;
	height: 37px;
	width: 133px;
	float: left;
	background: url(../images/nav/nav.jpg) repeat-x;
	}
	
#header_nav ul li a {
	text-decoration:none;
	padding:0;
	color:#7a7a7a;
	font-weight: bold;
	display: block;
	}
	
#header_nav ul li a:hover {
	text-decoration:none;
	color:#dfdfdf;
	}

	
#header_nav ul li:hover {
	text-decoration:none;
	padding:0;
	color:#7a7a7a;
	font-weight: bold;
	background: url(../images/nav/nav_active.jpg) repeat-x;
	}
	
#header_nav #nav_active {
	padding:0;
	background: url(../images/nav/nav_active.jpg) repeat-x;
	}	

#header_nav #nav_active a{
	text-decoration:none;
	color:#dfdfdf;
	font-weight: bold;
	}
	
.nav_border_links {
  border-left: 1px solid #d0d0d0;
	}	
.nav_border_rechts {
	  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
	}	

#header_nav ul li.nav_links {	background: url(../images/nav/nav_links.jpg) no-repeat;	}	
#header_nav ul li.nav_links:hover {	background: url(../images/nav/nav_active_links.jpg) no-repeat; }	
#header_nav ul li#nav_active_links { background: url(../images/nav/nav_active_links.jpg) no-repeat; }	
#header_nav ul li#nav_active_links a {
	text-decoration:none;
	color:#dfdfdf;
	font-weight: bold;
	}	
#header_nav ul li.nav_rechts { background: url(../images/nav/nav_rechts.jpg) no-repeat; }
#header_nav ul li.nav_rechts:hover { background: url(../images/nav/nav_active_rechts.jpg) no-repeat; }
#header_nav ul li#nav_active_rechts { background: url(../images/nav/nav_active_rechts.jpg) no-repeat; }
#header_nav ul li#nav_active_rechts a {
	text-decoration:none;
	color:#dfdfdf;
	font-weight: bold;
	}	
	
#content {
	position:absolute;
	top:135px;
	left:0;
	height: 393px;
	margin:0 31px;
	font-size:80%;
	padding: 30px 24px 15px 24px;
	width: 744px;
	border-top: #d8d8d8 1px solid;
	border-bottom: #d8d8d8 1px solid;
	background: #fff;
	overflow:auto;
}

#content_leistungen {
	position:absolute;
	top:135px;
	left:0;
	height: 406px;
	margin:0 31px 0 31px;
	font-size:80%;
	padding: 16px 8px;
	width: 776px;
	overflow:auto;
	text-align: center;
	border-top: #d8d8d8 1px solid;
	border-bottom: #d8d8d8 1px solid;
	background: #fff;
}

#content_leistungen p {
	text-align: left;
	padding: 0;

	margin: 0 0 0 6px;
}


#nav_leistungen {
	text-align:center;
	padding: 4px 0 0 6px;
	font-size: 80%;
	}
	
#nav_leistungen ul {
	padding: 0;
	margin: 0;
	}
	
#nav_leistungen ul li {
	display:block;
	padding:0;
	line-height: 19px;
	height: 19px;
	width: 110px;
	float: left;
	background: url(../images/nav_sub/nav_sub.jpg) repeat-x;
	}
	
#nav_leistungen ul li a {
	text-decoration:none;
	padding:0;
	color:#7a7a7a;
	font-weight: bold;
	display: block;
	}
	
#nav_leistungen ul li a:hover {
	text-decoration:none;
	color:#dd101e;
	}

	
#nav_leistungen ul li:hover {
	text-decoration:none;
	padding:0;
	color:#7a7a7a;
	font-weight: bold;
	background: url(../images/nav_sub/nav_sub.jpg) repeat-x;
	}
	
#nav_leistungen #nav_active {
	padding:0;
	}	

#nav_leistungen #nav_active a{
	text-decoration:none;
	color:#dd101e;
	font-weight: bold;
	}	

#nav_leistungen ul li.nav_links { background: url(../images/nav_sub/nav_sub_links.jpg) no-repeat; }	
#nav_leistungen ul li#nav_active_links a {
	text-decoration:none;
	color:#dd101e;
	font-weight: bold;
	}	
#nav_leistungen ul li.nav_rechts { background: url(../images/nav_sub/nav_sub_rechts.jpg) no-repeat; }
#nav_leistungen ul li#nav_active_rechts a {
	text-decoration:none;
	color:#dfdfdf;
	font-weight: bold;
	}	

.box_leistungen {
	width: 145px;
  height: 289px;
	float: left;
	margin: 20px 5px;
	}
	
.box_leistungen_kleiner {
	width: 145px;
 	height: 125px;
	float: left;
	margin: 20px 5px;
	}
	
#box_leistungen_holzladen { background: url(../images/leistungen_1_holzladen.jpg) 0 0 no-repeat; }
#box_leistungen_aluminiumladen { background: url(../images/leistungen_1_aluminiumladen.jpg) 0 0 no-repeat; }
#box_leistungen_kunststoffladen { background: url(../images/leistungen_1_kunststoffladen.jpg) 0 0 no-repeat; }
#box_leistungen_dachflaechenrollladen { background: url(../images/leistungen_1_dachflaechenrollladen.jpg) 0 0 no-repeat; }
#box_leistungen_vorbauelemente { background: url(../images/leistungen_1_vorbauelemente.jpg) 0 0 no-repeat; }

#box_leistungen_rolltore { background: url(../images/leistungen_2_rolltore.jpg) 0 0 no-repeat; }
#box_leistungen_deckenlauftore { background: url(../images/leistungen_2_deckenlauftore.jpg) 0 0 no-repeat; }

#box_leistungen_innenjalousie { background: url(../images/leistungen_3_innenjalousie.jpg) 0 0 no-repeat; }
#box_leistungen_vertikaljalousie { background: url(../images/leistungen_3_vertikaljalousie.jpg) 0 0 no-repeat; }
#box_leistungen_innenrollo { background: url(../images/leistungen_3_innenrollo.jpg) 0 0 no-repeat; }
#box_leistungen_verdunklungsbehaenge { background: url(../images/leistungen_3_verdunklungsbehaenge.jpg) 0 0 no-repeat; }

#box_leistungen_raffstore { background: url(../images/leistungen_4_raffstore.jpg) 0 0 no-repeat; }
#box_leistungen_lichtleitjalousie { background: url(../images/leistungen_4_lichtleitjalousie.jpg) 0 0 no-repeat; }
#box_leistungen_verdunklungsraffstore { background: url(../images/leistungen_4_verdunklungsraffstore.jpg) 0 0 no-repeat; }

#box_leistungen_korbmarkisen { background: url(../images/leistungen_5_korbmarkise.jpg) 0 0 no-repeat; }
#box_leistungen_senkrechtmarkisen { background: url(../images/leistungen_5_senkrechtmarkise.jpg) 0 0 no-repeat; }
#box_leistungen_gelenkarmmarkisen { background: url(../images/leistungen_5_gelenkarmmarkise.jpg) 0 0 no-repeat; }
#box_leistungen_kassettenmarkisen { background: url(../images/leistungen_5_kassettenmarkise.jpg) 0 0 no-repeat; }
#box_leistungen_wintergartenmarkisen { background: url(../images/leistungen_5_wintergartenmarkise.jpg) 0 0 no-repeat; }

#box_leistungen_motor { background: url(../images/leistungen_6_motor.jpg) 0 0 no-repeat; }
#box_leistungen_funkloesung { background: url(../images/leistungen_6_funkloesung.jpg) 0 0 no-repeat; }


#box_container {
	}

.box_leistungen_text {
  position:relative;
	top:95px;
	left: 0px;
	width: 129px;
  	height: 185px;
	padding: 7px;
	text-align: left;
	}

.box_leistungen_text_markisen {
	padding: 7px;
	text-align: left;

	}

.box_leistungen_text_markisen ul {
	margin: 5px 0 5px 13px;
	padding: 0;
	}
	
.box_leistungen_text_markisen ul li {
	margin: 0 0 3px 0;
	}

.box_leistungen_kleiner_text {
  position:relative;
	top:95px;
	left: 0px;
	width: 129px;
	padding: 8px;
	text-align: left;
	}

.box_leistungen_text ul {
	margin: 5px 0 5px 13px;
	padding: 0;
	}
	
.box_leistungen_text ul li {
	margin: 0 0 3px 0;
	padding: 0 0 0 0px;
	}

#left {
	float: left;
	width: 25px;
	height: 580px;
	}
	
#left img {
	margin: 135px 0 0 25px;
	}

#right {
	float: right;
	width: 25px;
	height: 580px;
	background: url(../images/grafik_schnur.png) no-repeat;
	}
	
#right img {
	margin: 135px 0 0 -6px;
	}

.text_bigger {
	color: #8c8c8c;
	font-size: 21px;
	}

.text_big {
	color: #8c8c8c;
	font-size: 14px;
	}

.text_small {
	font-size: 9px;
	}

.eingerueckt {
	margin: 0 0 0 104px;
	padding: 10px 0;
	width: 402px;
	font-size:11px;
	line-height: 17px;
	}

#banner {
	position: absolute;
	top:30px;
	right:24px;
	}

#banner p {
	margin: 0 0 0.5em 0;
	}

.clear {
	clear: both;
	}




/* typography */
h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
	color:#3F3B38;
	font-size:100%;
}

h1 {
	margin:0 0 .5em 0;
	color: #808080;
	font-size:100%;
}

p, ul, ol, dl {
	margin:0 0 1.5em 0;
}

a {
	text-decoration:none;
}
a:link {
	color:#7C858C;
}
a:visited {
	color:red;
}
a:hover, a:active {
	color:red;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}
