@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	font-size: 11px;
	line-height: 20px;
	background-image: url(../img/site/t08_bg.png);
	background-repeat: repeat-x;
	color: #2D2D2D;
}

p.collection {
	padding:0px;
	padding-bottom:20px;
	padding-left:11px;
	margin:0px;
}

img {
	margin:0px;
	padding:0px;
	border:none;
	outline-style: none
}
a {
	color: #2D2D2D;
	text-decoration: none;
	outline-style: none; 
}
:active { outline: none; }
:focus { outline: none; }


a.nav:hover {
	background-color: #E3EEF7;
}
a.nav:active {
	background-color: #EBF5FF;
}

a.nav_act {
	background-color: #E3EEF7;
}

/* nav2 für Impressum... */
a.nav2 {
	color: #999999;
}
a.nav2:hover {
	background-color: #E3EEF7;
}
a.nav2:active {
	background-color: #EBF5FF;
}

a.nav2_act {
	background-color: #E3EEF7;
}


div#centerDiv {
	display:block;
	margin:0px auto;
	width:900px;
}

div#topSection {
	display:block;
	height:86px;
	width:900px;
}

div#topMenu {
	width:160px;
	display:block;
	float:left;
	padding-left:8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0EFED;
}

div#topMenu img {
	margin-left:-14px;
}

ul {
	margin:0px;
	padding:0px;
}
ul li {
	list-style:none;
}


div#subMenu {
	width:160px;
	display:block;
	float:left;
	padding-left:8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0EFED;
}

.nav1 {
	background-color: #EEEDEB;
}



div#content {
	width: 520px;
	display:block;
	float:left;
	padding-left:11px;
}
div#contentCollection {
	width: 520px;
	display:block;
	float:left;
	padding-left:0px;
}


/* img {
	clip: rect(auto,auto,auto,auto);
	margin-top: -10px;
	margin-left: -9px;
}
sub {
	background-color: #EEEDEB;
	font-size: 11px;
	line-height: 20px;
} 
caption {
	font-size: 9px;
	line-height: 20px;
}

em{color: red;} */



 
#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
	height: 86px; /*Height of top section*/
	background-image: url(../img/site/logo-bg.png);
	background-repeat: no-repeat;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#inhaltspalte{
margin-left: 330px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/

}


#hauptnavi{
	float: left;
	width: 165px; /*Width of left column in pixel*/
	margin-left: -900px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #F0EFED;
}

#kontextnavi{
	float: left;
	width: 165px; /*Width of right column in pixels*/
	margin-left: -735px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0EFED;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: left;
	padding: 4px 0;
	background-color: #FFFFFF;
	font-size: 9px;
}

#footer a{
	color: #666666;
}

.innertube{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
}

.class2 A:link {
/*	text-decoration: underline;*/
	font-size: 9px;
	color: gray;
	letter-spacing: 1pt;
	line-height: 20px;
/*	padding: 1px 10px 2px 16px;
	background: transparent url(../img/print_icon.gif) no-repeat center left;*/
	}


.class2 A:hover {
	/*	text-decoration: underline;*/
	color: #FF0000;
	letter-spacing: 1pt;
	line-height: 20px;
	font-size: 9px;
	text-decoration: underline;
	background-color: #FFFFFF;
}

.class2 A:visited {
/*	text-decoration: underline;*/
	color: gray;
	letter-spacing: 1pt;
	line-height: 20px;
	font-size: 9px;

}




