@charset "UTF-8";
/* CSS Document */


/* hebt alle "Vordefinierten" RÃ¤nder auf */
html * {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	list-style-type: none;
}
/* Grundeinstellung Schrift */
body {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 100%;
	color: #888;
	background-color:#fff;
	font-weight: normal;
}
/* Seite zentrieren */
#seite {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	font-size:80%;
}
#head {
	width:980px;
	height:100px;
	position:relative;
	float:left;
}
#logo {
    background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	position: absolute;
	left:60px;
	bottom:5px;
    text-align: right;
	width:128px;
	height:92px;
}
#navi {
	position:absolute;
	left:220px;
	bottom:7px;
}
#search {
	position:absolute;
	right:10px;
	top:7px;
}
#font {
	position:absolute;
	bottom:7px;
	right:10px;
	height:23px;
	width: auto;
}
#fontsize {
	float:right;
}
#printbutton {
	float:right;
}
#printbutton img {
	float:left;
	padding-left:2px;
}
#navi_left {
	height:270px;
	width:220px;
	background-image:url(../images/navi.jpg);
	background-repeat:no-repeat;
	float:left;
}
#bild {
	height:270px;
	width:760px;
	background-image:url(../images/smart_home_systems.jpg);
	float:right;
}
#wrapper {
	padding:0;
	margin:35px 0 0 0;
	float:left;
}
#wrapper p {
	line-height:1.5em;
	margin-bottom:0;
}
#wrapper p.buttonheading {
	margin-bottom:0;
}
#unterbuttons {
	width:195px;
	min-height:220px;
	float:left;
	padding-left:25px;
}
#main
{	
	width:728px;
	position: relative;
	float:left;
	padding:0 20px 0 12px;
}
#main2
{
	width:513px;
	position: relative;
	float:left;
	padding:0 20px 0 12px;
}
#right {
	width:200px;
	float:right;
}
#footer {
	font-size:80%;
	color:#777;
	text-align:right;
}
.clear {
	clear:both;
}