* {
	margin:0;
	padding:0;
}

img,img a {
	border:0;
}

body 
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	color: #000;
	background: url(images/body-top-bg.png) repeat-x center top;
	background-color: #f4f1ea;
}


#wrapper
{
	background: url(images/body-bg.png) repeat-y center top;
}

#container 
{
	text-align: left;
	width: 1010px;
	margin: 0 auto;
	position: relative;
	background: url(images/header.jpg) no-repeat center top;
}

#header
{
	background: url(images/topnav.jpg) no-repeat left top;
	position: relative;
}

#header #gz
{
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: 5px;
	left: 30px;
}

#header #gz a
{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	background: #666;
	padding: 2px 5px;
	border: 1px solid #e59336;
}

#header #gz a:hover
{
	color: #fff;
	background: #444;
	border: 1px solid #fff;
}

#left
{
	clear: both;
	display: inline;
	float: left;
	width: 309px;
}

#leftcontent
{
	padding: 0 40px;
}

#contentcontainer
{
	width: 969px;
	position: relative;
	padding: 10px 0 0;
}

#main
{
	float: right;
	width: 649px;
}

#top img
{
}

#right
{
	display: inline;
	float: right;
	width: 123px;
}

#content
{	
	min-height: 200px;
 	height: auto !important;  /* f�r moderne Browser */
	height: 200px;  /*f�r den IE */
	padding: 35px 32px 20px;
	background: #fff;
}

#footer
{	
	color: #555;
	padding: 40px 13px 15px 320px;
	background: url(images/footer-bg.png) no-repeat left top;
	background-color: #f4f1ea;
	position: relative;
}

#leftFooter
{
	display: inline;
	float: left;
	width: 400px;
}

#rightFooter
{
	display: inline;
	float: right;
	width: 250px;	
	position: relative;
}

#mainnav
{
	padding: 120px 0 0 292px;
}

#mainnav li
{
	list-style: none;
	display: inline;
	float: left;
	background: url(images/nav-seperator.png) no-repeat right center;
}

#mainnav li.curr
{
}

#mainnav li a
{
	color: #e9d0ae;
	font-size: 13px;
	padding: 4px 16px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 32px;
	margin: 0 3px 0 0;
}

#mainnav li.last a
{
	background: none;
}

#maincontent ul
{
	margin: 0 0 0 20px;
}

#mainnav li.curr a, #mainnav li a:hover
{
	color: #fff;
}



#subnav
{
	height: 350px;
}

#subnav li
{
	list-style: none;
}

#subnav li.curr
{
}

#subnav li a
{
	text-align: right;
	color: #777;
	font-size: 12px;
	padding: 4px 35px 4px 16px;
	background: url(images/nav-bg.png) no-repeat left bottom;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#main ul, #main ol
{
	margin: 0 0 0 20px;
}

#subnav li.curr a, #subnav li a:hover
{
	color: #000;
}

#mainhomelink
{
	position: absolute;
	left: 0;
	top: 0;
}

#mainhomelink img
{
	width: 981px;
	height: 118px;
}

#cube
{
	position: absolute;
	left: 140px;
	top: 235px;
}

#koerbler
{
	position: absolute;
	left: 85px;
	top: -3px;
}

#suche
{
	padding: 10px 30px 6px;
}

#suche input
{
	width: 175px;
	background: #000;
	padding: 6px 6px 6px;
	border: none;
	color: #fff;
}

#suche input.suchbutton
{
	cursor: pointer;
	width: 53px;
	position: relative;
	left: -4px;
	top: 1px;
	border-bottom: 1px solid #000;
	height: 28px;
	background: url(images/suche.png) no-repeat top left;	
}

#footer a
{
	color: #555;
	text-decoration: none;
}

a
{
	color: #e59c2c;
	text-decoration: underline;
}

a:hover
{
	color: #8b5215;
}

h1, h2, h3, h4, h5, h6
{
	margin: 1em 0;
	color: #555;
	font-weight: bold;
}

h1
{
	text-transform: uppercase;
	font-size: 1.4em;
}
h2
{
	font-size: 1.3em;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.15em;
}
h5
{
	font-size: 1.1em;
}
h6
{
	font-size: 1.05em;
	border-top: 1px dotted #d2ba97;
	border-bottom: 1px dotted #d2ba97;
	padding: 4px 0;
}

.contenttable td
{
	padding: 2px 5px;
}

.csc-mailform-field
{
	width: 330px;
	margin: 0 0 10px;
}

.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select
{
	width: 200px;
	float: right;
}

.csc-mailform-submit 
{
	margin: 10px 0 0 0;
}


.pngHack
{
	behavior: url(iepngfix.htc);

}

.clearer
{
	clear: both;
}