@charset "utf-8";

*{ padding: 0; margin: 0; }

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

a.btn{
	background: url(../images/btn-bg.gif) no-repeat top left;
	width: 158px;
	height: 24px;
	display: block;
	padding: 5px 0 0 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	}

h3{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #b90000;
	margin: 0 0 10px 0;
	}
h4{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #595959;
	margin: 0 0 10px 0;
	}

ul{
	margin: 5px 0 15px 5px;
	list-style-type: none;
	}
	
ul li{
	background: url(../images/content-list-bullet.gif) no-repeat 0 6px;
	padding: 0 0 0 20px;
	}

ol{
	margin: 0 0 0 20px;
	}

p{
	margin: 15px 0 15px 0;
	}

body{
	background: url(../images/bg-tile.gif) repeat-x top left;
	font: .7em/18px Tahoma;
	color: #595959;
	height: 100%;
	}

#container{
	background: none;
	width: 960px;
	margin: 0 auto;
	}
	
#header{
	background: none;
	width: 960px;
	height: 303px;
	position: relative;
	}

#header h1 a{
	background: url(../images/logo.png) no-repeat top left;
	width: 199px;
	height: 96px;
	top: 30px;
	left: 50px;
	position: absolute;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	}

#header #submenu{
	position: absolute;
	top: 55px;
	right: 0;
	display: inline;
	margin: 0px;
	}

#header #submenu li{
	background: url(../images/list-item.gif) no-repeat 0 8px;
	list-style-type: none;
	float: left;
	padding: 0 8px 0 12px;
	}

#header #submenu li.first{
	background: none;
	}

#header #submenu li.last{
	padding: 0 0 0 12px;
	}

#header #submenu li a{
	text-decoration: none;
	}

#header #menu{
	background: url(../images/menu-shadow.png) no-repeat bottom center;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 140px;
	width: 800px;
	}
	
#header #menu ul{
	float: left;
	background: url(../images/menu-split.gif) no-repeat top right;
	list-style-type: none;
	width: 165px;
	height: 100px;
	padding: 0 0 0 30px;
	margin: 0;
	}
#header #menu ul.list-1{
	padding: 0 0 0 15px;
	}
#header #menu ul.list-3{
	background: none;
	}

#header #menu ul.last{
	background: none;
	}

#header #menu ul li{
	background: none;
	padding: 0;
	}

#header #menu ul li a{
	font: 16px Arial, Helvetica, sans-serif;
	outline: none;	padding: 7px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	}

#header #menu ul li a:hover{
	color: #ff0000;
	}

#header #flash{
	position: absolute;
	right: -30px;
	top: 90px;
	}
	
	
	
#content{
	background: url(../images/colRight-bg.gif) repeat-y top right;
	padding: 0 0 25px 0;
	min-height: 300px;
	width: 960px;
	}	
	
#content #colLeft{
	width: 448px;
	float: left;
	height: 100%;
	padding: 65px 30px 0 15px;
	}

#content #colRight{
	width: 437px;
	float: left;
	background: #e5e5e5 url(../images/colRight-top.gif) no-repeat top left;
	min-height: 100px;
	padding: 65px 15px 0 15px;
	}	

#content .block{
	background: url(../images/dotline-h.gif) repeat-x bottom left;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	}

#content .block img{
	border: 1px solid #b90000;
	margin: 0 10px 10px 0;
	}

#content .block p img{
	border: 5px solid #b90000;
	}
#content .block p img.right{
	float: right;
	margin: 5px 0 10px 10px;
	}
#content .block p img.left{
	float: left;
	margin: 5px 10px 10px 0;
	}

#content .contentMenu{
	background: url(../images/contentMenu-bg.gif) repeat-x top left;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	height: 19px;
	width: 100%;
	list-style-type: none;
	margin: 5px 0 15px 0;
	padding: 6px 0 0 0;
	}
#content .contentMenu li{
	border-left: 1px solid #fff;
	padding: 0 15px;
	background: none;
	float: left;
	line-height: 0;
	}
#content .contentMenu li:first-child{
	border: none;
	}
#content .contentMenu li a:link,
#content .contentMenu li a:visited{
	font: bold 11px Tahoma;
	color: #fff;
	text-decoration: none;
	}
#content .contentMenu li a:hover,
#content .contentMenu li a:active{
	color: #888;
	}

#content p.leesmeer{
	text-align: right;
	position: relative;
	height: 20px;
	}
#content p.leesmeer a{
	position: absolute;
	right: 0;
	}

#content .block .subBlockL{
	background: url(../images/dotline-v.gif) repeat-y top right;
	width: 204px;
	float: left;
	padding: 0 20px 0 0;
	}
#content .block .subBlockR{
	background: url(../images/dotline-v.gif) repeat-y top left;
	width: 205px;
	margin: 0 0 0 -1px;
	float: left;
	padding: 0 0 0 20px;
	}


/* NEWS */
#content .newsItem{
	background: url(../images/dotline-h.gif) repeat-x bottom left;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	}

#content .newsItem .controls{
	float: right;
	margin: 0 0 0 20px;
	}

#content .newsItem img{
	border: 5px solid #b90000;
	margin: 5px 0 10px 0;
	}
#content .newsItem p.titel{
	font-weight: bold;
	}
#content .newsItem p.titel span{
	color: #b90000;
	}

#content .newsItem .content p {display:inline;}

/* NEWSITEM FULL */
#content .newsItemFull{
	background: url(../images/dotline-h.gif) repeat-x bottom left;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	}

#content .newsItemFull img{
	border: 5px solid #b90000;
	margin: 5px 0 10px 20px;
	}
#content .newsItemFull p.titel{
	font-weight: bold;
	color: #b90000;
	}


/* BLOCK CONTACT */
#content .blockContact{
	}

#content .blockContact dl{
	margin: 15px 0 0 0;
	}

#content .blockContact dt{
	height: 28px;
	float: left;
	padding: 2px 0 0 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	width: 80px;
	}
#content .blockContact dd{
	height: 30px;
	margin: 0 0 10px 0;
	padding: 0 0 0 100px;
	}
#content .blockContact dd input{
	width: 327px;
	padding: 4px;
	font: 11px Tahoma;
	border: 1px solid #888;
	}
#content .blockContact dd textarea{
	padding: 4px;
	font: 11px Tahoma;
	border: 1px solid #888;
	}
#content .blockContact dd.bericht{
	height: 100px;
	}
#content .blockContact dd.error{
	background: url(../images/form-error.png) no-repeat 80px 6px;
	}
#content .blockContact dd.error input,
#content .blockContact dd.error textarea{
	border: 1px solid #ff0000;
	}
/*************/


#footer{
	background: url(../images/footer-bg.gif) repeat-x top left;
	height: 120px;
	}
	
#footer #footerContent{
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 35px 0 0 26px;
	}
#footer #footerContent ul{
	float: left;
	margin: 0 43px 0 0;
	list-style-type: none;	
	}
#footer #footerContent ul li{
	background: none;
	padding: 0 0 4px 0;
	margin: 0;
	color: #d4d4d4;
	}
#footer #footerContent ul li a{
	color: #d4d4d4;
	}	
#footer .footerLogos{
	float: right;
	margin: 4px 25px 0 0;
	}



.right{
	float: right;
	}
.left{
	float: left;
	}
.clear{
	clear: both;
	}