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

/* ############################################################### general */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

body{
	background-color:#323232;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
#all{
	
}
.clr{
	clear:both;
}

a:link{
	
	color:#461307;
	text-decoration:none;}
a:visited{
	
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: underline;

}

#wrapper {
padding-top:33px;
	margin:0 auto;
	width:820px;
	
}
#images{
	width:820px;
}
#content{
	width:790px;
	min-height:400px;
	/*background-image: url(../Bilder/content_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	background-color:#ffffff;
	font-size: 12px;
	padding:15px;
	margin:0 7px 8px 0;
}
#content p{
	padding:5px 10px;
	
}
#contentlogo{
	padding:10px 10px 20px 10px;
}
/**********************************
 * Dropshadow
 *
 *********************************
.dropshadow {
	background-image: url(../Bilder/DS_br.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display:inline-block;
}
.dropshadow div{
	background-image: url(../Bilder/DS_bl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:inline-block;
}
.dropshadow div div{
	background-image: url(../Bilder/DS_tr.png);
	background-repeat: no-repeat;
	background-position: right top;
	
}
.dropshadow div div div{
	background-image: url(../Bilder/DS_b.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.dropshadow div div div div{
	background-image: url(../Bilder/DS_r.png);
	background-repeat: repeat-y;
	background-position: right;
	padding:7px 0;
}*/
.dropshadow {
	position:relative;
}
.b, .r, .br{
	position: absolute;

}
.dropshadow .br{
	background-image: url(../Bilder/DS_br.png);
	background-repeat: no-repeat;
	width:9px;
	height:10px;
	bottom:-10px;
	right:-9px;
}
.dropshadow .r{
	background-image: url(../Bilder/DS_r.png);
	background-repeat:repeat-y;
	width:9px;
	height:100%;
	top:0;
	right:-9px;
	
}
.dropshadow .b{
	background-image: url(../Bilder/DS_b.png);
	background-repeat:repeat-x;
	width:100%;
	height:10px;
	bottom:-10px;
	right:0px;
	
}
/**********************************
 * Menu
 *
 **********************************/
 
 #menu{
	height:45px;
	margin-right:273px;
	margin-bottom:15px;
	background-color:#000000;
	color:#999999;
	text-transform: uppercase;	
	font-size: 10px;
 }
 #menu li{
 display:inline-block;
 padding:2px 5px;
  }
   #menu ul{
   padding-top:23px;
   }
 #menu a:link, #menu a:visited{
	color:#999999;
	text-decoration:none;
}
 #menu a:hover,  #menu a:focus {
	text-decoration: underline;

}
#menu .select {
	color:#ffffff;
	text-decoration:none;
}

 
 
 
  #footer{
	margin-top:5px;
	color:#ffffff;
	text-transform: uppercase;	
	font-size: 10px;
	text-align:right;
 }
 #footer li{
 display:inline-block;
 padding:2px 5px;
  }
 
 #footer a:link, #footer a:visited{
	color:#ffffff;
	text-decoration:none;
}
 #footer a:hover,  #footer a:focus {
	text-decoration: underline;

}
#footer .select {
	color:#ffffff;
	text-decoration: underline;
}
 
 #logo{
 
	
	float:right;
 }
 #prev{
 	
		
 }
 
 /**********************************
 * Slide
 *
 **********************************/
 
 /*preload classes*/ 
.svw {width: 50px; height: 20px; background: #000; text-align:center;} 
.svw img{
	
} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
 
margin:0 7px 8px 0;
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
background-image: url(../Bilder/prev_bg.png);
	background-repeat: repeat-x; 
overflow:hidden; 
width:820px;
padding:.1em;
height:39px;
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 

float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter ul li img{
	width:2.9em;
	height:2em;
	padding-top:1px;
	border:none;
}
.stripTransmitter a{ 
border:1px solid #000000;

display: block; 
} 
.stripTransmitter a:hover{ 
	
} 
.stripTransmitter a:hover, a.current{ 
border:1px solid #ccc;
} 
