* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

strong {
	font-weight: bold;
}	
	
body {
	margin: 0px;
	padding: 0px;
	background: #2F2C2F;
}

#div-grey {
	position: relativ;
	background-color: #765E76;
	height: 300px;
	width: 100%;
	overflow: visible;
}

.head-space {
	height: 60px;
	width: 100%;
}

#navigation {
	padding: 0px;
	width : 880px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
}

#navigation a {
	text-decoration: none;
	cursor: pointer;
	margin-top: 50px;
}

#navigation a div.navi-elem-frame {
	float: left;
	width: 110px;
	height: 40px;
	text-align: center;
}

#navigation a div.navi-elem-frame:hover {
	background: url(/images/navi-hover.jpg) no-repeat;
}

#navigation a.act div.navi-elem-frame {
	background: url(/images/navi-active.jpg) no-repeat;
}

#navigation a div.navi-elem {
	margin-top: 15px;
	font-weight: bold;
}

#header {
	width: 860px;
	margin: 0 auto;
	height: 150px;
}

#headerleft {
	width: 430px;
	height: 130px;
	padding-top: 20px;
	float: left;
}

#headerleft h1 {
	font-size: 400%;
	color: #222222;
	letter-spacing: -3px;
}

#headerright {
	width: 430px;
	height: 130px;
	padding-top: 20px;
	float: right;
	line-height: 200%;
}

#headerright a {
	color: #222222;
	text-decoration: none;
	margin-left: 15px;
	
}

#headerright a:hover {
	color: #FFFFFF;
}

#headerright a.act {
	color: #FFFFFF;
	cursor:default;
}

.clearer {
	clear: both;
}

#content-frame {
	margin: 0 auto;
	width: 860px;
}

#logobox {
	height: 300px;
	width: 860px;
	padding: 0px;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;	
}

#logobox img {
	margin-right: -3px; 
	padding: 0px;
}

#content {
	width: 560px;
	margin-left: 300px;
	margin-top: 50px;
	line-height: 18px;
}

#content h1 {
	font-size: 400%;
	font-weight: normal;
	letter-spacing: -3px;
	margin: 0;
}

#content h2 {
	color: #968996;
	font-size: 150%;
	margin: 1em 0;
}

#content h3 {
	font-size: 125%;
	margin: 0 0 .5em 0;
}

#content p {
  margin: 0 0 1.5em 0;
}

#content ul {
  margin-top: 0;
  margin-bottom: 1em;
}

#content li {
	margin-left:15px;
} 

#content ol li {
  margin-bottom: 2em;
}

#content ul ul li, #content ol ul li {
	list-style-image:url(/images/anstrich.gif);
	list-style-type:none;
	margin-bottom: 0;
}

th {
  text-align: left;
  vertical-align: top;
  padding-right: 20px;
}

.small {
	font-size: .8em;
}

#videoleft {
	float:left;
}

#videoright {
	float:right;
}

#content .clearer {
	clear:both;
}

#more {
	text-align: right;
}

#more a {
	color: #968996;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}

#bottom {
	clear: both;
	width: 100%;
	height: 40px;
}

table.kontakt {
	width:560px;
}

table.kontakt td {
	background-color: #968996;
	line-height:1 8px;
}
	
table.kontakt td.name{
	width: 135px;
	border-right: 2px solid #FFFFFF;
	padding-left: 5px;
	margin-right: 0px;
}

table.kontakt input {
	width: 425px;
	background-color: #968996;
}

table.angebot td.first {
	width: 270px;
}

#termin {
	text-align: right;
	padding-top: 20px;
}

table.angebot input.checkbox {
	margin-right: 7px;
}

#kontakt-date {
	background-color: #968996;
	width: 280px;
	margin-left: 20px;
	height: 18px;
	padding: 2px 0px 0px 5px;
}

#kontakt-message {
	width: 425px;
	height: 119px;
	line-height: 20px;
	background: url(/images/bg-textarea.jpg) repeat;
	overflow: auto;
}

#kontakt-submit {
	background-color: #968996;
	width: 142px;
	margin-top: 18px;
}












