* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
body {
	background-color: #CCCCCC;
}
#inhalt {
	width: 950px;
	margin: auto;
	padding: 22px 0 0 0;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
	background-image: url(../images/inhalt.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#logobar {
	height: 101px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-repeat: no-repeat;
	background-position: left top;
}
#logobar.ueberuns {
	background-image: url(../images/bg_ueberuns.jpg);
}
#logobar.angebot {
	background-image: url(../images/bg_angebot.jpg);
}
#logobar.anfrage {
	background-image: url(../images/bg_anfrage.jpg);
}
#logobar.kollektion {
	background-image: url(../images/bg_kollektion.jpg);
}
#logobar.kontakt {
	background-image: url(../images/bg_kontakt.jpg);
}
#logobar img {
	margin: 15px 0 0 720px;
}
#navi {
	width: 950px;
	height: 76px;
	margin: 7px 0 0 0;
	background-image: url(../images/navi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}	
#navi ul {
	list-style-type: none;
}
#navi ul li {
	display: block;
	height: 41px;
	float: left;
}
#navi ul li.act {
	background-color: #0089BE;
}
#navi ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: large;
	font-weight: normal;
	display: block;
	margin: 8px 19px 0 19px;
}
#content {
	width: 950px;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	background-position: 128px top;
	position: relative;
}
#content a.imp {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-decoration: none;
	font-weight: bold;
}
#content div.col1 {
	float: left;
	width: 353px;
	margin: 0 0 0 128px;
}
#content div.col2 {
	float: left;
	width: 243px;
	height: 392px;
	background-repeat: no-repeat;
	background-position: left top;
}
#content div.ueberuns {
	background-image: url(../images/content_ueberuns.jpg);
}
#content div.angebot {
	background-image: url(../images/content_angebot.jpg);
}
#content div.anfrage {
	background-image: url(../images/content_anfrage.jpg);
}
#content div.kontakt {
	background-image: url(../images/content_kontakt.jpg);
}
#content div.impressum {
	background-image: url(../images/content_impressum.jpg);
}
#content p {
	margin: 0 0 15px 0;
}
#content div.col1 p {
	width: 320px;
}
#content div.col1 table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 350px;
}
#content div.col1 td {
	padding: 0 0 10px 0;
	vertical-align: top;
	color: #999999;
}
#content div.col1 th {
	padding: 0 5px 10px 0;
	width: 250px;
	text-align: left;
	font-weight: normal;
}
#content div.col1 td {
	width: 100px;
}
#content h1 {
	margin: 0 0 20px 0;
}
#content h2 {
	margin: 5px 0 5px 0;
	color: #0089BE;
}
#footer {
	clear: both;
	height: 0;
}