/**************** background *****************/
	html {height:100%;}
	
	 body{
	 margin: 0px;
 	 padding: 0px;
	 font-family : Verdana, Arial, Helvetica, sans-serif;
	 background-color: #ab5c1a; 
	 scrollbar-face-color: #f6f6f6;
	 scrollbar-highlight-color: #f6f6f6;
	 scrollbar-shadow-color: #f6f6f6;
	 scrollbar-3dlight-color: #f6f6f6;
	 scrollbar-arrow-color:  #999999;
	 scrollbar-track-color: #f6f6f6;
	 scrollbar-darkshadow-color: #999999;
	 background-image: url(../pics/back.jpg);
	 background-repeat:repeat-x;
	 background-position:bottom;
	 text-align: center;
	 font-size : 8pt; 
	 height: 100%; 
	 } 
	 
	 
/* Hintergrundbild */

#webback{
background-image: url(../pics/back.png); background-attachment:fixed; 
background-position:center center;
}

/* Menu strich unten */

#hauptmenu{
height: 75px; 
border-bottom:1px solid #ab5c1a; 
}

/* HAUPTMENU */

#hauptmenu li {
  float:left;
  margin:0;
  padding:0;
  height: 27px;
  width: 100px;
  text-align: center;
  background-repeat:no-repeat;
  display: block;
  }
  
  #hauptmenu li A{
	height: 17px; 
	width: 100px;
	color : #333; 
	text-decoration: none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
}

  #hauptmenu li A:hover{
	height: 17px; 
	width: 100px;
	color : #b0b0b0; 
	text-decoration: none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
}

  #hauptmenu li A:visited:hover{
	height: 17px; 
	width: 100px;
	color : #b0b0b0; 
	text-decoration: none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
}

  #hauptmenu li .highlight {
	height: 17px; 
	width: 100px;
	color : #ab5c1a; 
	text-decoration: none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid #afcadf;
	
	background:url(../pics/img/panel.jpg) repeat-x bottom center #afc9de;
	
	/* The width of the gallery */
	width:900px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:400px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(../pics/img/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../pics/img/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(../pics/img/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(../pics/img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:15px;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:920px;
	position:relative;
}

a, a:visited {
	color:#333;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p{
	padding:10px;
	text-align:center;
}



	 
	 	 	 /**************** weisser hintergrund *****************/
	 
	 #master{
	 text-align:center;
	 position:relative;
	 margin:auto;
	 background-color: #afc9de;
	 width: 950px; 
	 height: 570px;
	
	 }
	 
	 	 	 	 /**************** boxes *****************/
			 
	#lnews{background-image: url(../pics/img/newsleft.jpg); height: 26px; width: 7px; float:left;}
	#cnews{background-image: url(../pics/img/newscenter.jpg); height: 26px; width: 966px; float:left;}
	#rnews{background-image: url(../pics/img/newsright.jpg); height: 26px; width: 7px; float:left;}
			 
	#lbox{background-image: url(../pics/img/bgleftbox.jpg); height: 155px; width: 7px; float:left;}
	#cbox{background-image: url(../pics/img/bgbox.jpg); height: 155px; width: 205px; float:left;}
	#rbox{background-image: url(../pics/img/bgrightbox.jpg); height: 155px; width: 7px; float:left;}
	
	
	
  #hauptmenu ul {
  padding-top:49px;
  list-style:none;
  height: 20px;
 }
 
 

#logo{
	position:absolute;
	top:7px;
	right:7px;

}


#copy{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #333; 
	font-size:10px;
	position:absolute;	
	left:5px;
	top:574px;
}

#lang { 

	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute;
	right:5px;
	top:575px;
	color: #333;
 }

#switshbutton A:link {color: #333; text-decoration: none} 
#switshbutton A:hover {color: #666; text-decoration: none} 
#switshbutton A:visited {color: #333; text-decoration: none} 
#switshbutton A:active {color: #333; text-decoration: none} 
#switshbutton a:visited:hover {color: #666; text-decoration: none}

#switshbutton{

}

.centertab
{
	width: 100%;
	height: 100%;
}