html, body {
	height: 100%;
}

body {
	background-color: #97003C;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	height: 100%;
}

h2 {
	margin: -1em 0 0.8em 0;
}


/* wrapper
 ----------------------------------------------- */

#wrapper {
	position: relative;
	min-height: 100%;
	background: url(../img/wrapper_bg.gif) repeat-y;
	background-color: #fff;
	width: 990px;
}


/* header
 ----------------------------------------------- */

#header {
	height: 193px;
	background: url(../img/header_bg.gif) no-repeat 0 0;
	background-color: #97003C;
	position: relative;
}

#visual {
	background: url(../img/visual_default.jpg) no-repeat;
	height: 194px;
	width: 498px;
	position: absolute;
	top: 0;
	right: 0;
}

#id {
	position: absolute;
	width: 492px;
	height: 194px;
	left: 0;
	top: 0;
}

#id a {
	width: 492px;
	height: 144px;
	display: block;
}

/* metanav
 ----------------------------------------------- */

#metanav {
	position: absolute;
	top: 167px;
	left: 204px;
	bottom: 20px;
	font-size: 89%;
	color: #EB633B;
	line-height: 140%;
}

#metanav a {
	color: #EB633B;
	text-decoration: none;
}

#metanav a:hover {
	text-decoration: underline;
	color: #fff;
}


/* layout
 ----------------------------------------------- */

#main {
	position: relative;
	height: 1%;
}


#leftcol {
	position: relative;
	width: 175px;
	float: left;
	margin-right: 30px;
}


#contentsection {
	width: 780px;
	float: left;
	position: relative;
	line-height: 130%;
}

#content {
    position: relative;
   
    margin: 20px 30px 0 0;
    float: left;
    line-height: 120%;
}
.content_100 {
    position: relative;
    width: 720px;
    margin: 20px 30px 0 0;
    float: left;
    line-height: 120%;
}
.content_25_75 {
    position: relative;
    width: 520px;
    margin: 20px 30px 0 0;
    float: left;
    line-height: 120%;
}

#rightcol {
	position: relative;
	float: left;
	width: 200px;
}

#rightcolcontent {
    margin: 20px 0 0 0;
    font-size: 89%;
    line-height: 120%;
    height: 1%;
    position: relative;
}

/* leftcol-partner
 ----------------------------------------------- */

#leftcol-partner {
	position: relative;
}

#leftcol-partner img {
    margin-right: 15px;
}

/* subnav
 ----------------------------------------------- */

#subnav { 
	position: relative;
	width: 175px;
	margin: 0;
	background-color: #939393;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#subnav ul li { 
	margin: 0;

}

#subnavlist1 li a, #subnavlist1 li a:link {
	display: block;
	font-size: 96%;
	padding: 6px 7px 3px 23px;
	width: 145px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}


#subnavlist1 li a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #7F7F7F;
}

#subnavlist1 li a.active,#subnavlist1 li a.active:link {
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	border-bottom: 1px dotted #7D7D7D;

}

#subnavlist1 li a.active:hover {
    color: #000;
}

#subnavlist2 li { 
    margin: 0;
    font-size: 89%;
}

#subnavlist2 li a,#subnavlist2 li a:link {
	background-color: #DBDBDB;
	display: block;
	padding: 6px 10px 3px 30px;
	width: 135px;
	color: #000;
	text-decoration: none;
	border-bottom: 0 none;
}


#subnavlist2 li a:hover {
	color: #000;
	background-color: #CACACA;
	text-decoration: underline;
	border-bottom: 0 none;
}

#subnavlist2 li a.active,#subnavlist2 li a.active:link {
	color: #000;
	background-color: #DBDBDB;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0 none;
}


#subnavlist2 li a.active:hover {
	text-decoration: underline;
	background-color: #CACACA;
	border-bottom: 0 none;

}


#subnavlist2 li a.last,#subnavlist2 li a.last:link {
	border-bottom: 1px dotted #7D7D7D;
}


#subnavlist2 li a.last:hover {
	border-bottom: 1px dotted #7D7D7D;
}




/* teaser infoboxen
 ----------------------------------------------- */

.teaser1 {
	background-color: #EAEAEA;
	padding: 2px 10px;
	margin-top: 3px;
}

.teaser1 h3 {
	margin: 0;
	padding: 8px 0 0 0;
}



/* sitemap
 ----------------------------------------------- */

div.sitemap .sm-rubriklink {
	background-color: #EFEFEF; 
	display: block; 
	padding: .2em 0 .3em .7em;
	margin-bottom: .5em;
	font-weight: bold;
}

div.sitemap li.sm-rubriklist {
	background-image: none;
	margin: 0 0 1em -22px;
}

#content div.sitemap ul {
	list-style: none;
	margin: 1em 0 .7em 0;
	padding-left: 12px;
	}	

#content div.sitemap ul li {
	padding: 0 0 4px 12px;
	background: none;
	}

#content div.sitemap ul ul {
	list-style: none;
	margin: .3em 0 .3em 0;
	padding-left: 11px;
	}	

#content div.sitemap ul ul li {
	padding: 0 0 4px 16px;
	line-height: 1.4em;
	background: url(../img/listpunkt_content.gif) 0px 2px no-repeat;
}

/* footer
 ----------------------------------------------- */
 
#footer {
    font-size: 89%;
    position: relative;
    padding: 30px 0 20px 205px;
    color: #666;
} 

#footer a {
    color: #666;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}


/* kontaktformular
 ----------------------------------------------- */

.formnook {
	margin: 0 0 .5em 0;
	padding: 0;
	color: #B51616;
	font-weight: bold;
}

.formok {
    color: #337C33;
	font-weight: bold;
}

.mailform {
	width: 450px;
	font-size: 101%;
	font-family: arial,helvetica,sans-serif;
}

.mailform td {  
	padding: 2px 6px 4px 0;
	vertical-align: top;
}

.mailform input, .mailform select, .mailform textarea {
	width: 200px;
	font-family: arial,helvetica,sans-serif;
}

.mailform .checkbox {
    width: auto;
}

.mailform .submit {
    width: auto;
    margin-top: .5em;
}


/* misc
 ----------------------------------------------- */

.clear {
	clear:both;
	height:0;
	padding:0;
	border:0;
	margin:0;
	font-size:0;
	line-height:0;
}

.linktotop {
    font-size: 89%;
}

#leftcol-1 {
	position: relative;
	margin: 30px 0 0 10px;
	width: 180px;
	font-size: 89%;
	line-height: 120%;
}
