body {
	background-color: #383d43;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, serif;
	font-size: 12px;
}

:focus  {
	outline: 0;
}

p {
	line-height: 1.5em;
}

a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #ffffff;
}

a {
	font-weight: bold;
}

div.box,div.box li {
	padding-top: 5px;
	padding-bottom: 5px;
}

div#container {
	width: 790px;
	margin: auto;
	position: relative;
	
	margin-top:20px;
}

div#header {

}

div#logo {
	height: 70px;
	background: url('../img/logo-trans.png') no-repeat;
}

/* Header & Footer */

div#menu, div#footerx {
	width:780px;
	height: 37px;
	float: left;
}

div#footerx {
	font: 10px Verdana, Arial;
	text-align: center;
}

div#footerx span {
	float: right;
	position: relative;
	bottom: 3px;
}


div#menu {
	background: url('../img/navbar-bg.png') repeat-x;
}

div#footerx {
	background: url('../img/navbar-bg-bottom.png') repeat-x;
}

div#menu img {
	margin-top: 8px;
	margin-left: 2px;
	margin-right: 3px;
	float: right;
	border: 0px;
}

div#menuleft, div#menuright, div#footerleft, div#footerright {
	width: 5px;
	height: 37px;
}

div#menuleft, div#footerleft {
	float: left;
}

div#menuright, div#footerright {
	float: right;
}

div#menuleft {
	background: url('../img/navbar-left-trans.png');
}

div#menuright {
	background: url('../img/navbar-right-trans.png');
}

div#footerleft {
	background: url('../img/navbar-left-bottom-trans.png');
}

div#footerright {
	background: url('../img/navbar-right-bottom-trans.png');
}

/* --- Änderungen, Jens Schröder, 05.06.09: start --- */

div#menu ul {
  list-style-type : none;
  
  margin          : 0px;
  padding         : 0px;
  
  float           : left;
}

div#menu ul li {
  float           : left;
  
  background      : url('../img/seperator.jpg') top right no-repeat;
}

div#menu ul li a {
  display         : block;
  
  width           : 110px;
  
  margin-top      : 3px;
  margin-left     : 1px;
  margin-right    : 6px;
  padding-top     : 10px;
  padding-bottom  : 10px;
  
  text-align      : center;
  cursor          : pointer;
}

div#menu ul li a:hover, div#menu ul a.active {
  background      : url('../img/btnhover-bg-trans.png');
}
/* --- Änderungen, Jens Schröder, 05.06.09: ende --- */


div#content, div#footer {
	border-left: 1px solid #383d43;
}

div#content {
	width: 788px;
	min-height: 300px;
	background-color: #323433;
}

div#content div#area {
	padding: 20px;
}


/* Accordion */
div#accordion_container {
	min-height: 1%;
}

div#accordhead  {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	padding:5px 0;
	
	background-color: #3C3A3F;
	border: 1px solid #000000;
	
}

div#accordhead ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

div#accordhead ul li {
	float: left;
	padding: 5px;
	margin-left: 55px;
}

div#accordhead ul li.aktiv {
	background-color: #999999;
}

div#accordhead ul li:hover {
	background-color: #999999;
}

div#accordhead ul li a {
	padding: 10px;
	font: bold 16px Verdana;
}

div#accordcontent {
	height: 130px;
}

table.contact {
	border: none;
}

table.contact th {
	text-align: left;
	vertical-align: middle;
}

table.contact input, table.contact select, table.contact textarea {
	border: 1px solid #000000;
}

table.contact input {
	width: 200px;
}

table.preis td {
	padding-bottom: 15px;
}

table.preis caption {
	font: bold 16px Verdana;
	margin: 5px;
}

table.preis th {
	width: 16px;
	background: url('../img/greenCheck-trans.png') no-repeat top;
}

div.divcontentleft , div.divcontentright, div.divcontenttop {
	height: 29px;
	float: left;
}

div.divcontentleft, div.divcontentright  {
	width: 6px;
}

div.divcontentleft  {
	background: url('../img/div-top-left.png') no-repeat;
}

div.divcontentright {
	background: url('../img/div-top-right.png') no-repeat;
}

div.divcontenttop {
	background: url('../img/div-top-bg.png') repeat-x top;
	min-width: 200px;
}

#overlaycontainer {
	position: absolute;
	top: 319px;
	

	width: 780px;
	height: 90px;
	
	z-index: 1;
}

#overlay {
	background: #000000;
	position: absolute;
	
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8; opacity:0.8;
	
}

#outputheader {
	padding-top: 10px;
	padding-left: 10px;
 	height: 35px;
	position: relative;
	font-size: 24px;
}

#outputheader img {
	position: relative;
	top: 5px;
}
#output {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	
	position: relative;
}

#output span {
	font-size: 20px;
	font-weight: bold;
}

.pics { height: 302px; width: 782px; padding:0; margin:0; overflow: hidden; z-index: 0; }
.pics img { height: 300px; width: 780px; background-color: #eee; top:0; left:0 }

.image {
	float: left;
	padding-right: 5px;
	height: 100px;
}

div.buttons {
	background-color: #828282;	
	_margin-bottom:-4px;
	text-align: right;
	padding-right: 8px;
}

div.boxtop {
	background:url("../img/cornertop.jpg") no-repeat top;
	width:360px;
	height:10px;
}

div.boxbottom
	{
		background:url("../img/cornerbottom.jpg") no-repeat bottom;
		width:360px;
		height:10px;
	}
div.boxcontent {
	_margin-top: -7px;
	_margin-bottom: -7px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #828282;
	min-height: 100px;
}

div.boxcontent h1 {
	font-family:georgia,"times new roman",helvetica,verdana,"sans serif";
	font-size:1.2em;
}
	
	
div.box	{
	margin-top: 5px;
	text-align: left;
	color: white;
	width: 360px;		
}

ul.kunden {
	line-height: 1.5em;
}