/* CSS Document */


* {
	font-size: 100%;
	margin:0;
	padding:0;
}

option {
	padding-left: 0.4 em
}

html {
	height: 100%
		}
	
body {
	
	font-family : 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	position:relative;
	color: #000;
	text-align:left;
	background: #fff url(../images/body_bg.jpg) repeat-x;

}


/* Tags color: #123147;*/

p {
	font-size: 120%;
	margin: 0 0 0.5em 0;
}

a {
	color: #123147;
}

a:hover {
	text-decoration: none;
	
}

h1 {
	font-size: 220%;
	color: #123147;
	margin: 0 0 11px 0;
	text-transform: uppercase;
	font-family : Arial Narrow, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #ccc
}



h2 {
	font-size: 170%;
	color: #123147;
	margin: 15px 0 15px 0;
	text-transform: uppercase;
	font-family : Arial Narrow ,Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px
}

h3 {
	font-size: 110%
}

h3 a {
	text-decoration:none;
	font-weight:normal
}

h4 {
	font-size: 170%;
	color: #123147;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
	font-family : Arial Narrow ,Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 1px
}

h5 {
	font-size: 110%;
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px 0;
	margin: 0 0 0.5em 0
}


ul {
	font-size: 120%;
	list-style-type:none
}

hr {
	background: #ccc;
	color:#ccc;
	height: 1px;
	line-height: 1px
}


/* Klassen */

.bild_text {
	float:left;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0
}

.bild_text_re {
	float:right;
	padding: 1px;
	border: 1px solid #ccc;
	margin: 0 0 10px 10px
}

#suche {
	padding: 0px 5px 5px 5px;
}
.suchfeld {
	width: 200px;
	height: 15px;
	padding: 4px 1px 1px 1px;
	background: #F1F1F1;
	border: 1px solid #ccc;
	font-size: 11px
}

.suchbtn {
	margin: 0 0 0 5px
}

.logo_print {
	display:none
}

/* Layout */

#header {
	height: 150px;
	background: url(../images/header_bg.jpg) right top no-repeat
	 }
 

#logo {
	width: 950px;
	margin:auto;
	padding: 43px 0 0 0
}

#container {
	width: 950px;
	margin:auto;
	
}

#start {
	width: 930px;
	height: 280px;
	padding: 0px 0px 0 20px;
	background: url(../images/start_bg.jpg) top no-repeat;
}

#start img {
	float:right;
	
}

#start h1 {
	padding: 90px 0 11px 0;
	
}

.intro {
	float:right;
}

.button {
	width: 180px;
	height: 130px;
	background: #123147;
	float:left;
	margin: 0 10px 0 0;
	color: #fff
}
.button h3 {
	display:none
}

.button p {
	font-size: 11px;
	
}

.button a {
	color: #fff;
	text-decoration:none;
	display:block;
	padding: 55px 10px 25px 10px
}

.button a:hover {
	color: Gray;
}

.fassad {
	background: url(../images/btn_fassaden.jpg) no-repeat;
}

.metda {
	background: url(../images/btn_dach.jpg) no-repeat;
}

.refe {
	background: url(../images/btn_ref.jpg) no-repeat;
}

#nav {
	height: 30px
}

#nav ul {
	list-style-type:none;
	margin: 0 0 0 10px
}

#nav li {
	float:left
}

#nav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 110%;
	text-decoration:none;
	display:block;
	padding: 3px;
	margin: 3px 10px 0 0;
	font-family :  Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing: 1px
}

#nav ul li a:hover {
	text-decoration:underline
}





#nav_re {
	width: 210px;
	float:right;
	padding: 0 40px 0 0
}


#content {
	clear:both;
	float:left;
	width: 630px;
	padding: 20px 0 0 10px;
	
}

#content img {
	padding: 1px;
	border: 1px solid #ccc;
}

.teaser {
	float:left;
	width: 110px;
	height: 130px;
	margin: 0 1px 1px 0px;
	border: 1px solid #cdcdcd;
	background: #E6e6e6;
	text-align:center;
	padding: 10px 5px 10px 5px;
}
.teaser img {
	border: 1px solid #ccc;
	margin: 0 0 6px 0;
	padding: 2px;
	background: #fff
}

.teaser img:hover {
	border: 1px solid #666;
	background: #E4E4E4;
}
.teaser h3 a:hover {
	text-decoration: underline;
}


#set {
	margin: 0 0 2em 0
}

#set img {
	padding: 2px;
	border: 1px solid #ccc;
}

#set img:hover {
	border: 1px solid #aaa;
}

#sidebar {
	float:right;
	width: 250px;
	margin: 20px 0 0 0
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding:0;
	color: #666
}

#sidebar ul li a {
	background: url(../images/sb_a_bg.jpg) 0 0 no-repeat;
	padding: 0 0 0 20px;
	display:block;
	width: 200px;
	height: 25px;
	text-decoration:none;
	text-transform: uppercase;
}

#sidebar ul li a:hover {
	background: url(../images/sb_a_bg.jpg) 0 -40px no-repeat;
} 

#footer {
	clear:both;
	width: 100%;
	margin:10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	font-size: 90%;
	text-align: center;
}