@charset "UTF-8";
/* CSS Document */

*{
	padding: 0px;
	margin: 0px;
}

.clearer {
	clear: both;
	}

/*------------------------------CONTAINER------------------------------*/

#main {
	width: 1000px;
	margin: 0 auto;
	}

#header{
	width: auto;
	padding: 20px 0;
	background:url(img/ce.jpg) left no-repeat;
	}

#navi{
	width: 190px;
	padding-right: 10px;
	float: left;
	text-align: left;
	}

#content{
	width: 800px;
	float: right;
	}

#footer {
	width: 640px;
	text-align: right;
	padding: 15px 0 0 360px;
	color: #F09900;
	background-image:url(img/systemhausbau_footer.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-bottom: 20px;
	margin-top: 40px;
	}

#logo{
	position:relative;
	height:96px;
	width:454px;
	left:630px;
	padding:0;
	}
	
#logo a{
	display:block;
	height:96px;
	width:454px;
	text-indent:-9999px;
	position:absolute;
	outline:none;
	background: url(img/systemhausbau_logo.jpg) no-repeat;
	}
	
.inhalt{
	width: 190px;
	padding: 0 0 10px 10px;
	float:left;
	}
	
.film{
	width: 600px;
	padding: 0 0 10px 10px;
	float:left;
	}	

.filmtext{
	width: 170px;
	padding: 0 0 10px 10px;
	float:left;
	}	


/*--------------------------------FONTS--------------------------------*/

body{
	font-family: Gill Sans, Arial, sans-serif;
	font-size:14px;
	color:#666666;
	}

p{
	line-height: 140%;
	}

.Stil1 {
	font-size: 14px;
	line-height: 140%;
	font-weight: normal !important;
	}
.Stil2 {
	font-size: 14px;
	line-height: 140%;
	}

.inhalt p{
	padding: 10px 5px 0 0;
	}

.preis{
	background-color:#ffd500;
	}

#footer p{
	color: #F09900;
	}

#footer a{
	text-decoration:underline;
	}

a{
	color:#f09900;
	text-decoration:none;
	}

a:hover{
	color:#333333;
	}

.orange {color: #F08614;}

	
.klein {
	font-size:8px;
	}

h1{
	font-family: Gill Sans, Arial, sans-serif;
	color:#FFFFFF;
	font-size:30px;
	text-transform:uppercase;
	font-weight:bold;
	}

h1 span {
	color:#FFFFFF;
	font-family: Gill Sans, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	}

h2{
	color:#333333;
	font-family: Gill Sans, Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	}

h3{
	font-family: Gill Sans, Arial, sans-serif;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	}

#navi li a .fett{
	color: #f09900;
	font-weight:bold;
	}

	
#navi li{
	font-family: Gill Sans, Arial, sans-serif;
	color:#333333;
	font-size:14px;
	line-height: 160%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}
	
#navi li a{
	color: #666;
	font-weight:normal;
	}
	
#navi li a:hover{
	color: #f09900;
	font-weight:normal;
	}
	
#navi .active a{
	color:#f09900;
	font-weight:normal;
	}
	
#navi .submenu{
	padding-left: 20px;
	}
	
#navi .submenu_active a{
	color:#f09900;
	padding-left: 20px;
	}
	
#navi .halbzeile{
	font-size:6px;
	}

