/* CSS Document */

html, body {
	height:100%;
}
body {
	position:relative;
	margin:0;
	padding:0;
	min-height:600px;
	min-width:818px;
	font-family:Arial, Helvetica, sans-serif;
	color:#847575;
	font-size:12px;
	background:#d3cfc8;
}
a {
	color:#847575;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin:15px 0;
	line-height:1.3em;
}
ul {
	margin-top:15px;
	margin-bottom:15px;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	font-size:14px;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:16px;
}
#site {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-409px;
	width:818px;
	height:600px;
	background:url(../images/siteFrame.gif) top left no-repeat;
}
#menu {
	text-transform:uppercase;
	/*padding-left:20px;*/
	height:20px;
	padding-top:10px;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}
#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li{
	float:left;
}
#menu a {
	color:#f6f5ed;
	padding:0 10px;
}

#menu a:hover, #menu a:focus, #menu a.active {
	color:#847575;
}
#content {
	margin-top:70px;
	margin-top:50px;
	margin-left:60px;
	overflow:auto;
	margin-right:20px;
	padding-right:30px;
}
#content a {
	text-decoration:underline;
}

#footer {
	position:absolute;
	bottom:0;
	height:27px;
	width:100%;
	text-align:center;
	line-height:27px;
	text-transform:uppercase;
	font-weight:bold;
}
#footer a {
	color:#f4f3eb;
}
#pageNavi a {
	padding:0 15px;
	font-size:14px;
}
#home {
	position:absolute;
	right:50px;
	top:0;
}

#IE6fix {
	width:818px;
	height:600px;
}

.col2 {
	overflow:hidden;
}
* html .col2 {
	height:1%;
}
.colLeft {
	float:left;
	width:45%;
}
.colRight {
	float:right;
	width:45%;
}

/* kontakt */

#contactWindow {
	background:url(../images/contactWindow.gif) top left no-repeat;
	width:449px;
	height:443px;
	position:absolute;
	bottom:20px;
	left:60px;
}
#contactWindow #cont {
	position:absolute;
	top:80px;
	left:15px;
	width:410px;
}
#contactWindow #close {
	text-align:right;
	font-weight:bold;
	padding-right:25px;
	padding-top:9px;
	font-size:11px;
}
#contactWindow #close a {
	color:#FFF;
	text-decoration:none;
}

#links {
	position:absolute;
	top:105px;
	right:135px;
}
#links, #links li {
	margin:0;
	padding:0;
	list-style:none;
	padding-bottom:6px;
}
#links a {
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}
#links a.active, #links a:hover, #links a:focus {
	color:#b0a5a1;
}


#mailform {
	margin-top:5px;
}
#mailform label {
	width:160px;
	display:block;
	float:left;
}
.csc-mailform-field {
	overflow:hidden;
	margin-bottom:3px;
}
* html .csc-mailform-field {
	height:1%;
}
#mailform fieldset {
	border:none;
}
.csc-mailform-field span {
	padding:2px 5px;
	background:#f0f8fe;
	border-bottom:2px solid #2891dd;
	font-weight:bold;
	display:block;
}
#mailform #mailformformtype_mail {
	margin-left:160px;
	margin-top:7px;
}
.headerbild {
display: none;
position: absolute;
}


