@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: Arial, Helvetica, sans-serif;
	text-align: left;
}

body a, body 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;
}

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: 80em;
	margin: 0px auto;
	position:relative;
}

#logo
{
	padding-top: 3em;
	padding-bottom: 3.3em;
	padding-left: 1.6em;
}

.image
{	
	border: 1px solid #e6d2a3;
}

ol li
{
	margin-left: 2.5em;
}

/*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;
	font-weight: normal;
	line-height: 2em;
}

#leftNav ul ul li a:focus, #leftNav ul ul li a:hover 
{
	text-decoration: underline;
	font-weight: normal;
}

#leftNav .line-height
{
	line-height: 1.3em;
	font-size: 1em;
}

#impressum
{
	width: 14em;
	font-size: 0.9em;
	position:absolute;
	bottom:0;
	left:0;
	margin: 0;
	margin-bottom: 1em;
	padding-left: 1.6em;
	padding-bottom: 1em;
	z-index: 3;
	border-bottom: 5px solid #e6d2a3;	
}

#impressum a:link, #impressum a:visited 
{
	font-size: 1em;
	font-weight: normal;
}

/*Content center*/

#content
{
	width: auto;
	padding-left: 3em;
	padding-right: 1.6em;
	margin-left: 15em;
	margin-right: 15.3em;
}

#content h2
{
	padding-left: .9em;
	padding-bottom: 1em;
	font-size: 1.2em;
}

#content h3
{
	padding-left: 1.1em;
	font-size: 1em;
	font-weight: bold;
	background-image:url(images/bg-Header3.gif);
}

#content a:link, #content a:visited
{
	text-decoration: none;
	color:#c02f34;
}

#content a:focus, #content a:hover
{
	text-decoration: underline;
	color:#666;
}

/*Content center: header & intro text*/

#top
{
	padding: 6em 0em 1.8em 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;
}

#introduction
{
	padding: 0em;
}

#introduction h2
{
	padding-left: .9em;
}

#introduction h3
{
	padding-left: 1.1em;
	font-size: 1em;
	font-weight: bold;
	background-image:url(images/bg-Header3.gif);
}

#introduction p
{
	padding-top: 0.7em;
	padding-left: 1.1em;
	padding-bottom: 1.3em;
}

/*Content center*/
/*Content center: two columns*/

#twoColumnsCol1
{
	float: left;
	width: 15em;
	margin-top: 1.4em;
}

#contentFirstblock ol
{
	list-style-type: none;	
}

#twoColumnsCol1 ol li
{	
	list-style-position:outside;
	list-style-image: url(images/dot_news.gif);	
}

#twoColumnsCol1 ol li h2
{
	padding: 0em 0em .5em 0em;
	font-size: 1em;
	font-weight: bold;
}

#twoColumnsCol1 ol li h3
{
	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;
}

#twoColumnsCol1 .moreParagraphs p
{	
	padding-top: 0em;
	padding-bottom: .5em;
}

#twoColumnsCol2
{
	margin-left: 16em;
	width: auto;
}

#twoColumnsCol2 .moreParagraphs p
{	
	padding-top: 0.5em;
	padding-bottom: 0em;
}

#twoColumnsCol1 p, #twoColumnsCol2 p
{
	padding-top: 0.5em;
	padding-left: 1.1em;
	padding-bottom: 1.3em;
}

/*Content center: one column*/

#mainContentCol1 ol
{
	list-style-type: none;	
}

#mainContentCol2
{
	margin-left: 0em;
	width: auto;
}

#mainContentCol2 .moreParagraphs p
{
	padding-top: 0.5em;
	padding-bottom: 0em;
	font-family: Arial, Helvetica, sans-serif;
}

#mainContentCol1 p, #mainContentCol2 p
{
	padding-top: .5em;
	padding-left: 1.1em;
	padding-bottom: 1.3em;
}

#mainContentCol2 ol li
{	
	list-style-position:outside;
	list-style-image: url(images/dot_news.gif);	
	margin-left: 2em;
	line-height: 1.6em;
}

#mainContentCol2 ol li h2
{
	padding: 0em 0em .5em 0em;
	font-size: 1em;
	font-weight: bold;
}

#mainContentCol2 ol li h3
{
	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;
}

/*Content right*/

#contentRight
{
	width: 15em;
	position: absolute;
	left: 833px;
	top: 20em;
}

#contentRight h2
{
	padding-top: 1em;
	font-size: 1em;
	font-weight: bold;
	border-top: 2px solid #c02f34;
	padding-left: 0em;
}

#contentRight h3
{
	padding-top: .8em;
	font-size: 1em;
	font-weight: bold;
}

#contentRight p
{
	padding: .7em 0em 1em 0em;
}

#contentRight a, #contentRight a:visited
{
	font-weight:bold;
}

#contentRight span
{
	border-bottom: 5px solid #c02f34;
	width:100%;
}

#contentRight2
{
	width: 15em;
	position: absolute;
	left: 833px;
	top: 26em;
}

#contentRight2 h2
{
	padding-top: 1em;
	font-size: 1em;
	font-weight: bold;
	border-top: 2px solid #c02f34;
	padding-left: 0em;
}

#contentRight2 h3
{
	padding-top: .8em;
	font-size: 1em;
	font-weight: bold;
}

#contentRight2 p
{
	padding: .7em 0em 1em 0em;
}

#contentRight2 a, #contentRight a:visited
{
	font-weight:bold;
}

#contentRight2 span
{
	border-bottom: 5px solid #c02f34;
	width:100%;
}

#contentRight3
{
	width: 15em;
	position: absolute;
	left: 833px;
	top: 7.5em;
}

#contentRight3 h2
{
	padding-top: 1em;
	font-size: 1em;
	font-weight: bold;
	border-top: 2px solid #c02f34;
	padding-left: 0em;
}

#contentRight3 h3
{
	padding-top: .8em;
	font-size: 1em;
	font-weight: bold;
}

#contentRight3 p
{
	padding: .7em 0em 1em 0em;
}

#contentRight3 a, #contentRight a:visited
{
	font-weight:bold;
}

#contentRight3 span
{
	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;
}

/*Mood image top*/

#moodImage
{
	position:absolute;
	top:3px;
	right:0px;
	margin: 0;
	border-right: 2px solid #e6d2a3;
	border-bottom: 5px solid #e6d2a3;
	border-left: 2px solid #e6d2a3;
	border-top-style: none;
	z-index: 2;
}

.ProfileRow
{
	float:left;
}

.ProfilText
{
	margin-top: 1.2em;
	width: 30em;
	position: relative;
	float: left;
}

.ProfilZusatz
{
	color: #b7891c;
	margin-top: -1.2em;
}

.ProfileRow h4
{
	font-weight: bold;
	padding-left: 1.1em;
	padding-top: 1em;
}

.ProfilBild
{
	margin-top: 1.2em;
	position:relative;
	float: right;
	border: 1px solid #e6d2a3;
}

