* {
	margin:0px;
	padding:0px;
	border:none;
}

/* mac hide \*/

html,body {
	height:100%;
	width:100%;
}

/* end hide */

body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	font-style: normal;	
	font-weight: normal;	
	color: #000000;	
	background-color: #ffffff;
}

table, tr, td{
	border-spacing: 0px;
}

a, a:visited{	

	font-style: normal;	
	font-weight: lighter;	
	color: #666666;	
	text-decoration: none;
}

a:hover { color: #6699ff;}

li {
	font-weight: lighter;	
	color: #666666;	
	float: left;
	list-style-type: none;
}

li.selected a, li.selected a:visited { color: #6699ff;}

#outer {	
	height:100%;	
	width:100%;	
	display:table;	
	vertical-align:middle;	
	background-color: #666666;
}

#container {	
	text-align: center;	
	position:relative;	
	vertical-align:middle;	
	display:table-cell;	
	background-color: #666666;
	height:700px;
}

#inner {	
	text-align: center;
	margin-right:auto;
	margin-left: auto;	
	height:700px;	
	width:710px;	
	background-color: #ffffff;
}

#menue {
	display:block;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 20px;
	height: 30px;
	overflow: hidden;
}

.button .active { display:none;}

.button .inactive { display:block;}

.button .selected { display:block;}

a.button{
	display: block;
	float: right;
}

#untermenue {
	margin: 8px 30px 0px 30px;
	text-align: left;
	height: 13px;
	overflow: hidden;
}

#untermenue li{
	margin:0px 0px 10px 0px;
}

#inhalt {
	height: 580px;
	margin: 0px 30px 0px 30px;
}

#inhaltText {
	height: 500px; 
	margin: 20px 30px 60px 30px;
	text-align: left;
	overflow: auto;
	color: #666666;
	line-height: 20px;
	
}

#bild {
	width: 100%;	
} 

#bild tr td{	
	height: 560px;
	text-align: center;
	vertical-align:middle;
	overflow:hidden;
}

#bild img{	
	margin-bottom:0px;
}

#bildunterschrift {
	color: #666666;	
	width: 100%;
	text-align: left;
}

.arrows {
	text-align: right;
	width: 50px;
}

#impressum {
	margin: 0px 30px 0px 30px;
	color: #666666;	
}


