body{
	font:14px Arial, Helvetica, sans-serif;
	padding:10px 0 0 0;
	background:#aeaeae url(../images/body-bg.jpg) repeat-x;
	margin:0;
}
a{
	color:#363636;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
img{
	border-style:none;
}
#main{
	width:900px;
	margin:0 auto;
	position:relative;
	background:#fff;
	overflow:hidden;
}
#content{
	width:900px;
	overflow:hidden;
}
span.circle{
	position:absolute;
	left:0;
	top:7px;
	background:url(../images/transp-circle.png) no-repeat;
	width:259px;
	height:323px;
	z-index:1;
}
.sidebar{
	width:180px;
	float:left;
	background:url(../images/sidebar-bg.jpg) no-repeat;
	position:relative;
}
.main-cont{
	width:720px;
	float:right;
}
#main h1{
	font:bold 20px Arial, Helvetica, sans-serif;
	margin:20px 0 22px 0;
}
#main h2{
	font:bold 18px Arial, Helvetica, sans-serif;
	margin:0 0 5px;
}
.header{
	margin:0 0 18px;
	height:1%;
	overflow:hidden;
}
.img-box{
	height:1%;
	overflow:hidden;
}
.img-box img{
	display:block;
}
strong.logo{
	margin:131px 0 0 7px;
	z-index:1100;
	width:166px;
	position:relative;
	display:block;
}
strong.logo a{
	width:166px;
	height:39px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
	cursor:pointer;
}
.two-cols{
	rem background:url(../images/two-cols-bg.gif) repeat-y;
	height:1%;
	overflow:hidden;
	padding:0 0 0 20px;
}
.main-col{
	width:360px;
	height:497px;
	float:left;
	padding:0 21px 0 0;
	overflow:auto;
}
.main-col-long{
	width:660px;
	height:630px;
	position: absolute;
	padding:0 21px 0 0;
	overflow:auto;
}
.main-col p, .side-col p, .main-col-long p{
	line-height:18px;
	margin: 10px 0 10px 0;
}
.side-col{
	padding:0 19px 0 18px;
	width:282px;
	float:left;
}
.order {
	height:458px;
	overflow:auto;
}
ul.side-links{
	padding:0;
	margin:0 0 19px 0;
	list-style:none;
	text-align:right;
}
ul.side-links li{
	display:inline;
	padding:0 0 0 18px;
	font:bold 16px Arial, Helvetica, sans-serif;
}
ul.side-links li a{
	text-decoration:underline;
}
ul.side-links li a:hover{
	text-decoration:none;
}
ul.sidenav{
	margin:160px 0 0 0;
	padding:0;
	list-style:none;
	width:100%;
}
ul.sidenav li{
	float:left;
	width:180px;
	font:bold 16px Arial, Helvetica, sans-serif;	
}
ul.sidenav li a{
	background:#d8c7a8 url(../images/side-nav-bg.gif) repeat-x;
	display:block;
	width:173px;
	padding:13px 0 12px 7px;
	text-decoration:none;
}
 ul.sidenav li.active a{
	background-color: #446a91;
	background-image: none;
	color: #FFFFFF;
}
ul.sidenav li a:hover {
	background-color: #d8c7a8;
	background-image: none;
	color: #FFFFFF;
}
ul.side-gallery{
	background:#dfdfdf;
	border:2px solid #999;
	width:250px;
	padding:14px 14px 0 14px;
	overflow:hidden;
	margin:0;
	list-style:none;
}
ul.side-gallery li{
	float:left;
	padding:0 0 14px;
	width:100%;
}
ul.side-gallery li span{
	display:block;
	padding:0 0 6px;
}
ul.side-gallery li span img{
	display:block;
}
ul.side-gallery li strong{
	display:block;
	font-size:12px;
	font-weight:normal;
	width:100%;
}

ul.nav2nd{
	display: none;
}

.galerie {
	position: absolute;
	top: 0;
	left: 0;
	width:0;
	height:0;
	visibility:hidden;
	display:none;
}
.bottom-box{
	height:auto;
	overflow:hidden;
	border-top:1px solid #999;
	padding:13px 0 0 0;
}
.footer-logo{
	padding:0 0 16px;
	height:1%;
	overflow:hidden;
	display:block;
}
.footer-logo img{
	display:block;
}
.main-col address, .main-col-long address {
	font-style:normal;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
}
.main-col address span, .main-col-long address span{
	display:block;
	padding:0 0 3px;
}
.footer{
	width:900px;
	margin:0 auto;
	overflow:hidden;
	margin:17px 0 0 0;
	background:#dfdfdf;
	text-align:center;
	padding:3px 0 2px;
	clear:both;
}
.footer p{
	font-size:10px;
	margin:0;
}
.footer a{
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.highlight{
	border: 1px solid #CCC;
	padding: 10px;
	margin: 10px 0;
}
.trenner-o{
	border-top: 1px solid #CCC;
	margin: 10px 0;
}
.trenner-u{
	border-bottom: 1px solid #CCC;
	margin: 10px 0;
}
.img-l, .left{
	float: left;
	padding-right: 15px;
}
.img-r, .right{
	float: right;
	padding-left: 15px;
}
.img-l em, .img-r em, .right em, .left em{
	color: #666;
	font-size: 13px;
	margin-bottom: 15px;
}
.clear-both {
	clear:  both;
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 20px;
}

/* FORM */
.formtext {
	height: 10px;
	margin-bottom: 5px;
}
.formtext label {
	float: left;
	width: 100px;
}
.formtext input {
	float: left;
	/*width: 160px;*/
}
.form_warning {
	color: red;
}
.formcheckbox {
	clear: both;
	margin-top: 20px;
	margin-bottom: 0;
}

.answertext {
	font-weight: bold;
}


.linkbalken {
	display: block;
	width: 100%;
	height: 18px;
	background-color: #446a91;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 0 2px 5px;
	margin: 2px 0 2px 0;
	text-decoration: none;
	
}
.linkbalken:hover{
	background-color: #D9DCDF;
	color: #000000;
}
/*---------- Flie?text ------------*/
div.clearer{
	clear: both;
}

 dl, #rex-output dl{
	padding: 1em 0em 0em 0em;
}

 dt a img,  dt img, dt a{
	padding: 0;
	margin: 0;
	border: none;
}
/* Bildunterschrift */
dd {
	padding: 0.2em 0 0 0;
	margin: 0;
	font-size: 0.90em;
	line-height: 1.2em;
	font-style: italic;
}
.main-col-long dd p{
	padding: 0;
	margin: 0;
	color: #292929;
}

.left{
	float: left;
	margin-right:16px;
}

.right{
	float: right;
	margin-left:16px;
	
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

div.forminfo {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px dashed #000000;
	margin: 15px;
	padding: 5px 0 5px 15px;
}
/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #FFFFFF;
	background-color: #990000;
}
/* Ende der Formulardefinition */


#content img.galimg{
	border: 1px solid darkgrey;
	margin: 5px 20px 15px 0;
}


div.mediathek a {
	font-size: 14px;
	line-height: 22px;
}
#main h1.newsteaser{
	padding: 0;
	margin: 8px 0 0 0; 
	font-size: 0.95em;
}
p.teaser{
	margin: 0px 0 0 0;
}

img.newsteaser{
	float: left;
	margin: 10px 15px 15px 0;
}
.teaserclearer{
	clear:both;
}
.teaserlink{
	margin-right: 30px;
}
