@charset "utf-8";
/* CSS Document */

html *{ margin:0; padding:0;}

body
{
	margin: 0px auto;
	background-color: #fff;
	font-size: .8em;
	color: #000;
	line-height: 1.4em;
	font-family: /*"Trebuchet MS", Verdana,*/ Arial, Helvetica, sans-serif;
	text-align: left;
}

body a, a:visited
{
	text-decoration: none;
	color:#c02f34;
}

body a:focus, body a:hover 
{
	text-decoration: underline;
	color:#666;
}

a.button
{
	font-size:1.3em;
	color: #000;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 26px;
	text-align: center;
	background-image: url(images/bg-button-hover.gif);
	border: 1px solid #c8af76;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.button:focus, a.button:hover
{
    color: #000;
	background-image: url(images/bg-button.gif);
    border: 1px solid #791919;
    text-decoration: none;
	font-weight: bold;
}

a.skip 
{
	position:absolute;
	left:-1000em;
	top:-1000em;
}

a.skip:focus, a.skip:active 
{
	position:absolute;
	z-index:1;
	top:4px;
	left:4px;
	height:auto;
	width:auto;
	padding:0 2px;
	line-height:1.6em;
	text-decoration:underline;
	color:#000;
	background-color:#eee;
	border: 1px solid #999;
}

li.button 
{
	list-style-type: none; 
	margin-top: 2em;
}

#container
{
	width: 81em;
	margin: 0px auto;
	position:relative;
}

#logo
{
	padding-top: 3em;
	padding-bottom: 3.3em;
	padding-left: 1.6em;
}

.image
{	
	border: 1px solid #e6d2a3;
}

/*Left Navigation*/

#leftNav
{
	width: 18em;
	font-weight: bold;
	font-size: 1em;
	position: absolute;
	left: 0px;
	top: 0px;
}

#leftNav h2
{
	font-size: 1em;
	padding-left: 1.6em;
	padding-top: 2em;
	padding-bottom: .5em;
}

#leftNav ul li
{
	list-style-type: none;
	line-height:2.1em;
	color:#c02f34;
	padding-left: 1.6em;
}

#leftNav ul li a, #leftNav ul li a:visited 
{
	font-weight: bold;
	font-size: 1em;
}


#leftNav ul li.selectedItem
{
	background-image:url(images/bg-Navi2.gif);
	background-repeat: no-repeat;
	background-position: left .8em;
	color:#b19c6c; 
}
 
 
#leftNav ul ul li a, #leftNav ul ul li a:visited
{
	text-decoration: none;
	color:#c02f34;
	font-weight: normal;
	line-height: 1.0em;
}

#leftNav ul ul li a:focus, #leftNav ul ul li a:hover 
{
	text-decoration: underline;
	color:#666;
	font-weight: bold;
}

#leftNav .line-height
{
	line-height: 1.3em;
	font-size: 1em;
}

#stichwortverzeichnis
{
	background-color: #e6d2a3;
	margin-top: 1em;
	width: 10.4em;
	padding: 0.7em;
	font-weight: normal;
	color: #000;
	line-height: 1.4em;
}

#stichwortverzeichnis h4
{
	margin-bottom: -.9em;
}

#stichwortverzeichnis ul ul li a:focus, a:hover 
{
	text-decoration: underline;
	color:#666;
	font-weight: normal;
}

#impressum
{
	width: 14em;
	font-size: 0.9em;
	position: static;
	bottom:0;
	left:0;
	margin: 0;
	margin-bottom: 1em;
	padding-left: 1.6em;
	padding-bottom: 1em;
	z-index: 2;
	border-bottom: 5px solid #e6d2a3;	
}

/*Content center*/

.content
{
	width: auto;
	padding-right: 1.6em;
	margin-right: 0em;
}

.content h2
{
	padding-left: .9em;
	padding-bottom: 1em;
	font-size: 1.2em;
}

.content h3
{
	margin-left: 1.1em;
	font-size: 1em;
	font-weight: bold;
	background-image:url(images/bg-Header3-Startpage.gif);
	background-repeat: repeat-x;
	background-position:left bottom;
}

.content a, a:visited
{
	font-size: .9em;
	text-decoration: none;
	color:#c02f34;
	font-weight: bold;
}

.content a:focus, .content a:hover
{
	text-decoration: underline;
	color:#666;
	font-weight: bold;
}


/*Content center: header & intro text*/

#top
{
	padding: 10em 0em 0em 0em;
}

#top h1
{
	font-size: 1.2em;
	font-weight: bolder;
	text-transform: uppercase;
	background-image:url(images/bg-Header.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:.5em;
	padding-left:1em;
	float:left;
	display:block;
}

#top .headerZusatz
{
	font-weight: bold;
	background-image:url(images/redLine.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom:.6em;
	padding-left:1em;
}

.introLeft
{
	float: left;
	width: 41em;
	padding-left: 1em;
}

.introLeft h2
{
	padding-top: 1.3em;
	padding-bottom: .9em;
	font-size: 1.2em;
}

.introLeft p
{	
	padding-top: 0em;
	padding-bottom: .5em;
}

.introRight
{
	margin-top: 2em;
	margin-left: 43em;
	width: 16em;
	border-top: #bb0618 solid 7px;
	border-right: #bb0618 solid 3px;
	border-bottom: #bb0618 solid 7px;
	border-left: #bb0618 solid 3px;
	padding: 1em;
	color: #bb0618;
	font-weight: bold;
}

#summary
{
	width: auto;
	padding-left: 3em;
	padding-right: 1.6em;
	margin-left: 15em;
	margin-right: 0em;
}

/*Content second row*/

.SecondRow
{
	clear: both;
	float:left;
}

#mainContentCol1
{
	float: left;
	margin-top: 1.2em;
	width: 20em;
}

#nospace
{
	margin-top: -1em;
	margin-left: 1em;
}

#mainContentCol2
{
	float: left;
	margin-top: 1.2em;
	margin-left: 1em;
	width: 20em;
}

#mainContentCol2 .moreParagraphs p
{	
	padding-top: 0em;
	padding-bottom: .5em;
}


/*Content right*/

#mainContentCol3
{
	margin-top: 1.2em;
	margin-left: 42em;
	width: 19.5em;
}

#mainContentCol1 p, #mainContentCol2 p, #mainContentCol3 p
{
	margin-top: 1.2em;
	padding-left: 1.1em;
	padding-bottom: 1.3em;
}

#mainContentCol3 h2
{
	padding-top: 1em;
	font-size: 1em;
	font-weight: bold;
	border-top: 2px solid #c02f34;
}

#mainContentCol3 span
{
	border-bottom: 5px solid #c02f34;
	width:100%;
}

/*Content third row*/

#contentFirstblock
{
	float: left;
	margin-top: 1.2em;
	margin-left: .7em;
	width: 17.6em;
	padding-left: 1.6em;
}

#contentFirstblock h2
{
	padding: 0em 0em .5em 0em;
	font-size: 1em;
	font-weight: bold;
	background-image:url(images/bg-Header3-Startpage.gif);
	background-repeat: repeat-x;
	background-position:left;
}

#contentFirstblock ol
{
	list-style-type: none;	
}

#contentFirstblock ol li
{	
	list-style-position:outside;
	list-style-image: url(images/dot_news.gif);	
}

#contentSecondblock
{
	float: left;
	margin-top: 1.2em;
	margin-left: 2em;
	width: 17em;
	border-top: #e6d2a3 solid 7px;
	border-right: #e6d2a3 solid 3px;
	border-bottom: #e6d2a3 solid 7px;
	border-left: #e6d2a3 solid 3px;
	padding: 1em;
}

#contentSecondblock h2
{
	padding: 0em 0em .5em 0em;
	font-size: 1em;
	font-weight: bold;
}

#contentSecondblock .moreParagraphs p
{	
	padding-top: 0em;
	padding-bottom: .5em;
}

#contentThirdblock
{
	margin-top: 1.2em;
	margin-left: 43em;
	width: 18.5em;
}

#contentThirdblock h2
{
	padding: .5em 0em .5em 0em;
	font-size: 1em;
	font-weight: bold;
	border-top: 2px solid #c02f34;
}

#contentThirdblock p
{
	padding: 0em 0em .8em 0em;
	border-bottom: 5px solid #c02f34;
	width:100%;
}



/* cleaner for all floats */
.clr {
	font-size: 0;
	line-height: 0px;
	visibility: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}
