/* CSS Document */

/* 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 white;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:620px;
	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:620px;
	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:50px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(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(img/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(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:620px;
	position:relative;
}

a, a:visited {
	color:#F1F1F1;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

p{
	padding:10px;
	text-align:center;
}
body { font: 100.01%  Arial, Helvetica, Verdana, sans-serif; }
* {
  margin:0;
  padding:0;
}
html, body {
height: 100%;
background-color: #cccccc;
}
#templete {
position: relative;
min-height: 100%;
margin: 0 auto;
width: 900px;
background-color: #ffffff;
}
#header {
height:65px;
background-image: url(../Bilder/Menue/VR_01.png), url(../Bilder/Menue/VR_02.png);
background-repeat: no-repeat, repeat-x;
}
/* Die Titelzeile */
#title {
font-size: 10px; color: #ffffff;
text-align:right;
padding-top:38px;
padding-right:20px;
letter-spacing:3px;
}
#header2 {
height:143px;
background-image: url(../BILDER/Menue/VR_03.png), url(../Bilder/Menue/white143.jpg);
background-repeat: no-repeat, repeat-x;
}
#headline {
font-family: Verdana, Arial, Helvetica;
font-size: 16px; color: #000000;
text-align: right;
padding-top:48px;
padding-right:20px;
letter-spacing:6px;
}
#headline2 {
font-family: Verdana, Arial, Helvetica;
font-size: 12px; color: #000000;
text-align: right;
padding-top:32px;
padding-right:8px;
letter-spacing:0px;
}
#start_home_button a{
position: relative; top: 50px; left: 45px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

#stein_button a{
position: relative; top: 94px; left: 39px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

#Skulpt_button a{
position: relative; top: 136px; left: 41px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}
#Shi_T_button a{
position: relative; top: 182px; left: 40px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

#Shi_H_button a{
position: relative; top: 230px; left: 38px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #000000;
}

#VR_button a{
position: relative; top: 270px; left: 38px;
font-family: Verdana, Arial, Helvetica;
font-size: 10px; color: #ffffff;
}

.menue {
float: left;
width: 206px;
min-height: 600px;
font-family: Verdana, Arial, Helvetica;
font-size: 14px; color: #FFFFFF;
background-image: url(../Bilder/Menue/VR_04.png);
background-repeat: no-repeat;
}
/* Die Hyperlinks im Menü */
a.menue:link, a.menue:visited {
  color: #cccccc;
  text-decoration:none;
  padding-left: 20px;
  padding-right: 20px;
}
a.menue:active, a.menue:hover
{
  color:#ffffff;
}
#navhome {
background-image: url(../Bilder/Menue/Buttom_G.png);
background-repeat: no-repeat;
background-position: left;
padding-left: 44px;
padding-top: 4px;
text-decoration:none;
}
/* Der Inhalt */
#inhalt {
background-color: #ffffff;
font-family: Verdana, Arial, Helvetica;
font-size: 12px; color: #000000;
text-align: center;"
padding-top: 30px;
padding-left: 40px;
padding-right: 30px;
margin-left: 0px;
padding-bottom: 50px;
}
#fussbereich {
clear: both;
position: absolute;
bottom: 0;
width: 100%;
background-image: url(../Bilder/Menue/FEbottom900.png);
background-position: center;
height: 42px;
font-size: 10px;
font-weight:bold;
color: #cccccc;
padding-top: 0px;
z-index: 2;
}
/* Das Bottom_Menü */
.menub {
padding-top: 0px;
}
/* Die Hyperlinks im Bottom_Menü */
a.menub:link, a.menub:visited {
  color: #cccccc;
  text-decoration:none;
  padding-left: 20px;
  padding-right: 20px;
}
a.menub:active, a.menub:hover
{
  color:#ffffff;
}
