@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	color: #000;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 14px;
}
html, body {
	height: 100%; /* wichtig */
}

a {
	color: #801415;
}
p {
	margin: 0px;
}

h1 {
	color: #801415;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 16px;
	color: #801415;
	padding-bottom: 5px;
	margin: 0;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #801415;
	text-align: left;
	margin: 0;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BF0206;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.clear {
	clear: both;
}
.btnActive {
	background-position: 0 -46px;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
}



#site {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bgMain.png);
	min-height: 100%;
	height:auto !important; /* moderne Browser */
    height:100%; /* IE */
}
#leftCol {
	float: left;
	width: 320px;
	margin-right: 10px;
	background-color: #ffb981;
}
#navi {
	height: 290px;
	width: 310px;
	margin-top: 5px;
}
a img  {
	border: none;
}

#navi ul {
	margin: 0;
	padding: 0;
}
#navi li {
	width: 310px;
	height: 46px;
	margin: 2px 0 0 0;
	list-style: none;
}
#navi li a span{
	height: 46px;
	width: 310px;
	display: block;
}
#navi li a span:hover {
	background-position:0 -46px;
}
#navi li a span span {
	visibility: hidden;
}
#navi ul li ul {
	float: left;
	width: 200px;
}


#eyecatcher {
	margin-top: 16px;
	height: 335px;
	width: 310px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#eyecatcher ul {
}
#eyecatcher ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFDDAE;
	list-style-type: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#mainCol {
	width: 630px;
	float: right;
	margin-bottom: 10px;
}
#header {
	height: 100px;
	background-image: url(../img/header.png);
}

#bigImage {
	height: 300px;
	width: 630px;
	margin-top: 10px;
}
#content {
	margin-top: 10px;
}
#content #ctop {
	background-image: url(../img/contentT.png);
	height: 10px;
}
#content #cmain {
	background-image: url(../img/contentM.png);
	min-height: 315px;
	padding: 0 10px;
	margin: 0;
	float: left;
	width: 610px;
}
#cmain p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content #cbtm {
	background-image: url(../img/contentF.png);
	height: 10px;
	clear: both;
}
#cmain ul {
	margin: 0px;
	padding-top: 8px;
}
#cmain ul li {
	padding-bottom: 5px;
}

#footer {
	height: 17px;
	background-color: #801415;
	color: #FFF;
	text-align: right;
	padding: 5px 5px;
	font-size: 12px;
}
#footer a {
	font-weight: bold;
	color: #FFF;
}

