@charset "utf-8";
*{
	font-family:tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	color: #969696;
	letter-spacing:normal;
	word-spacing:normal;
	margin: 0px;
	padding: 0px; 
	border: 0px; 
	outline: none;
}
html { 
	height: 100.1%;  
	background: #ffffff;
	overflow-y:scroll;
}
h1,h3,h5,h6 {font-size: 14px;}
small {font-size: 10px;}
a {
	text-decoration: none;
	cursor:pointer;
	color: #343331;
	outline:none; 
	font-weight:bold;
}
a:active, a:hover {
	color: #8C2528;
}
.active a{
	color: #8C2528;
}

/* WRAPPER*/
#wrapper{
	position:relative;
	margin: 25px auto 0 auto;
	width:860px;
	border: solid #969696 1px;
	background: #f6f6f6 url(../pics/content_bg.jpg) repeat-y  175px;
}


/* LOGO H1 */
#logo {
	height:130px;
	width:860px;
	background: white url(../pics/3text_logo.jpg) no-repeat 18px 17px;
	display:block;
	
}
#logo span { 
	display:none;
}
#logo img { 
	width:685px;
	height:130px;
	float:right;
}
 
 /* TOPNAV*/
#topnav{ 
	width:860px;
	height:65px;
	background: #f6f6f6 url(../pics/topnav_bg.gif) repeat-x ;
	list-style-type: none;
}
#topnav li{
	float:left;
	
	display:inline;
	padding:5px 15px 5px 15px;
	border-left: 2px solid #f6f6f6;
	text-align:center;
	background: #000000;
}
#topnav li.active,#topnav li:hover{ 
	background: #800000;
}
#topnav li a{ 
	font-size:12px;
	color:white;
	letter-spacing:3.4px;
}


/* LEFT */
#left{
	width: 150px;
	float:left;
	padding: 0 15px 0 10px;
}
#left ul {
margin-bottom:25px;
	list-style-type: none;
	vertical-align:top;
	text-align:left;
}
#left ul li{ 
	padding-left:25px;
	font-size:12px;
}

#nav2 li.active{ 
	background:  url(../pics/pfeil.jpg) no-repeat  left 3px;
}
#nav3 li a { 
	font-weight:normal;
}
#nav3 li.active a{ 
	font-weight:bold;
}
#nav3 li.active{ 
	background:  url(../pics/doppel_pfeil.jpg) no-repeat  left 3px;
}


/* CONTENT */
#content{
	position:relative;
	width:480px;
	float:left;
	padding: 0px 15px 0 15px;
	vertical-align:top;
	color:#000000;
	letter-spacing: 0.9px;
	word-spacing: 0.4px;
	line-height: 18px;
	font-size:12px;
}
#content h3{
	display:inline;
	margin: 0 0 10px 0;
	color:#000000;
	font-size:17px;
	font-weight:normal;
	letter-spacing: 0.9px;
}
#content hr{
	height: 1px;
	border-top: 1px solid #666666;
}
#content ul {
	margin:0 0 0 15px;
}
#content li {
	list-style-image: url(../pics/silver_dot.jpg);
	margin:3px 0 3px 0;
	color:#000000;
}
#content a{
	color: #800000;
	font-weight:normal;
}
#content b{
	color: #000000;
letter-spacing: 0.9px;
}
#content img{
 float:right;
 margin-left:5px;
}

/* CONTACTFORM */
/* Formular / Kontakt */
#searchform {
	margin: 20px 0 20px 0;
	width: 250px;
	padding:0;
}
#searchform label {
	display:block;
	margin: 2px;
	width: 250px;
}
#searchform input{
	margin: 2px;
	width: 245px;
	height:18px;
	border: silver 1px solid;
}
#searchform button {
	float:right;
	width: 100px;
	margin: 2px;
	border: silver 1px solid;
	cursor:pointer;
}

#kontaktform label,#kontaktform textarea,#kontaktform input {
	display:block;
	margin: 2px;
	width: 300px;
}

#kontaktform input,#kontaktform textarea {
	 border: silver 1px solid;
}
#kontaktform select {
	margin: 2px;
	border: silver 1px solid;
}

#kontaktform textarea {
	 height: 130px;
}

#kontaktform button {
	display:block;
	width: 100px;
	margin: 2px;
	border: silver 1px solid;
	cursor:pointer;
}



/* RIGHT */
#right {
	float:left;
	width: 140px;
	padding:0 10px 0 15px;
	color: #969696;
	letter-spacing: 0.6px;
	word-spacing: 0.4px;
	line-height: 18px;
	font-size:11px;
}
#right h3,#right b{
	display:inline;
	margin:0px 0 10px 0;
	font-weight:bold;
	font-size:11px;
	color:#626262;
	letter-spacing: 0.6px;
}
#right a{
	font-weight:normal;
	font-size:11px;
	color: #8C2528;
}
#right img{
	display:block;
	margin:0 0 20px 0;
}

/* SPACER */

#spacer {
	float:left;
	width: 5px;
	padding:0;
}
#spacer img{
	display:block;
	margin:0;
}

/* PAGER */

#pager  {	
	position: absolute;
	top:10px;
	right:200px;
	width:115px;
}
#pager  a{ 
	float:left;
	width: 15px;
}
#pager  #page {
	display:block;
	float:left;
	width: 85px;
}


#footer{
	clear:both;
	position:relative;
	background: #f6f6f6;
	width:860px;
	padding-top:40px;
}
#footer span {
	display:none;
} 
#footer ul {
	width:840px;
	list-style-type: none;
	background: #5f5f5f url(../pics/footer_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
}
#footer  li{ 
	display:inline;
}
#footer  li a{ 
	color: white;
	font-size:11px;
}
#footer  li.active a{ 
	color: #8C2528;
}

#content div.list {
margin-top:10px;
color:#000000;
}
#content div.list a:link{
font-weight:bold;
}
#content div.list p{
padding-left:15px;
color:#000000;
	letter-spacing: 0.9px;
	word-spacing: 0.4px;
}
#content div.list p.seperate{
border-top:1px dashed silver;
margin-top:10px;
}
#content div.list p.seperate a{
text-decoration:underline;
display:block;
}

object {
/* visibility:hidden; */
}

