@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body, #wrap {
	height: 100%;
}

body {
	color: #000;
	background: url(images/bg_header.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
	background: url(images/bg_main.gif) repeat-y;
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

* html #wrap {
	height: 100%;
	background: url(images/bg_main.gif) repeat-y;
	width: 960px;
	text-align: center;
	margin: 0 auto;
}

#main {
	padding-bottom: 40px;      /* must be same height as the footer */
}  

#footer {
	position: relative;
	margin-top: -40px;      /* negative value of footer height */
	background: url(images/bg_footer.gif) repeat-x;
	height: 40px;
	text-align: center;
	clear:both;
} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*-------------------------------------------------------------------------------------------------------*/


#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: center;
}
#header {
	position: relative;
	background: url(images/bg_header.jpg) repeat-x;
	height: 205px;
}
#logo {
	position: absolute;
	top: 0;
	left: 15px;
}
#headerbild {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/headerright.jpg) no-repeat;
	width: 380px;
	height: 205px;
}

#contentbox {
	margin: 15px 0;
	text-align: left;
}

#leftcolumn {
	float: left;
	width: 180px;
}

/*---------------------- Navigation ----------------------------*/
.leftnavi {
	width: 180px;
	height: 46px;
	margin-bottom: 2px;
}
.leftnavi a, .leftnavi a:visited {
	display: block;
	color: #fff;
	background: url(images/linkbackgr.jpg) no-repeat;
	height: 46px;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 16px 0 0 50px;
}

/* IE 6 */
* html .leftnavi a, * html .leftnavi a:visited {
	height: 30px;
}

.leftnavi a:hover, .leftnavi a:focus {
	color: #000;
	background: url(images/linkhoverbackgr.jpg) no-repeat;
}
.aktiv {
	display: block;
	color: #fff;
	background: url(images/linkaktivbackgr.jpg) no-repeat;
	height: 46px;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 16px 0 0 50px;
}

/* IE 6 */
* html .aktiv {
	display: block;
	color: #fff;
	background: url(images/linkaktivbackgr.jpg) no-repeat;
	height: 30px;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 16px 0 0 50px;
	margin: 0;
}

#subleftnavi {
	margin: 0 4px;
	padding: 0 0 4px 30px;
	width: 140px;
	border: 1px dashed #ccc;
	border-top: 0;
}
#subleftnavi ul, #subleftnavi li {
	list-style-type: none;
	padding-top: 2px;
	font-weight: bold;
} 
#subleftnavi li a {
	text-decoration: none;
	display: block;
	width:100%;
	padding: 1px;
} 
#subleftnavi a:link, #subleftnavi a:visited {
	color: #000;
	background-color: inherit;
} 
#subleftnavi #akt {
	color: #e2001a;
	background-color:inherit;
}
#subleftnavi a:hover, #subleftnavi a:hover#akt {
	color: #666;
	background-color: inherit;
}
/*---------------------- Navigation ----------------------------*/

#content {
	margin-left: 230px;
	padding: 5px 10px 5px 0;
	text-align: left;
}
/* IE 6 */
* html #content {
	margin-left: 227px;
	padding: 5px 10px 5px 0;
	height: 0;
}

img {
	border: 0;
}

#contentrightbox {
	float:right;
	width: 185px;
	margin: 0 0 10px 10px;
	text-align: center;
}
#rightboxtop {
	background: url(images/rightboxtop.jpg) no-repeat;
	height: 10px;
}
#rightbox {
	background: url(images/rightboxbackgr.jpg) repeat-y;
	padding: 0 10px;
}
#rightboxbottom {
	background: url(images/rightboxbottom.jpg) no-repeat;
	height: 10px;
}
#rightbox img {
	margin: 0;
	padding: 0;
}

#vorschau {
	clear: right;
	margin-top: 15px;
}
#vorschautop {
	background: url(images/bg_vorschautop.gif) no-repeat;
	height: 21px;
	font-weight: bold;
	color: #e2001a;
	padding: 5px 0 0 15px;
}
#vorschaubackgr {
	background: url(images/bg_vorschau.gif) no-repeat;
	height: 140px;
	padding: 10px;
}

#footertext {
	color: #333;
	font-size: 8pt;
	padding-top: 15px;
}
#footer p {
	margin: 0;
}
#footertext a, #footertext a:visited {
	color: #333;
	text-decoration: underline;
}
#footertext a:hover, #footertext a:focus {
	text-decoration: none;
}

h1 {
	color: #e2001a;
	font-size: 16pt;
	font-weight: bold;
	margin: 0 0 15px 0;
}
h2 {
	color: #333;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}
#content h2 a:link, #content h2 a:visited {
	color: #333;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}
h3 {
	color: #333;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
}
.kleintext {
	font-size: 9pt;
	font-weight: normal;
}

p {
	margin-top: 10px;
}

#kontaktbox {
	float: left;
	width: 270px;
}

#formularbox {
	float: right;
	width: 420px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #efefef;
}

#logobox {
	float: right;
	width: 270px;
}

#content a:link, #content a:visited {
	color: #000;
	text-decoration: underline;
}
#content a:hover, #content a:focus {
	text-decoration: none;
}

#content ul {
	margin-left: 20px;
	line-height: 1.5em;
	font-weight: bold;
}
#content li li {
	list-style-type: none;
	font-weight: normal;
}

.reftitel {
	background: #efefef;
	padding: 2px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
}

table td {
	padding-top: 12px;
}
td img {
	border: 1px solid #000;
}
td.leerzeile {
	padding: 0;
	border-bottom: 1px solid #ccc;
}
td.leftborder {
	border-left: 1px solid #ccc;
}
.infobox {
	padding: 3px;
	line-height: 1.3em;
	border: 1px dashed #999;
}
.center {
	text-align: center;
}
.hidden {
	visibility: hidden;
	height: 1px;
}
.emara-e {
	color: #e2001a;
	font-family: 'Times New Roman', Times, serif;
	font-size: 30pt;
}
.emara-mara {
	color: #0079cd;
	font-size: 14pt;
}
.emara-black {
	color: #000;
}
.hinweis {
	font-size: 14pt;
	font-weight: bold;
	padding: 10px;
	background: #efefef;
	border: 2px dashed #e2001a;
}
.kontaktzeile {
	margin-top: 8px;
}
.kontakttext {
	float: left;
	width: 100px;
}
.kontaktinput {
	margin-left: 105px;
}
.kontaktimage {
	clear: both;
	margin-top: 10px;
	padding-left: 230px;
}
.clear {
	clear: both;
}
.linkbox {
	padding-left: 12px;
}
.bannertrennlinie {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}