/* @override 
	http://bk.morphose.ch/styles.css
	http://bk.morphose.ch/theme/styles.css
	http://194.150.248.152/~feldbau1/theme/styles.css
*/

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

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

body  
   {
   background-color : #ffffff;
   text-align:center;
   font-family: Courier;
   font-size: 13px;
   color: #4a382e;
   position:absolute;
   top:0;
   left:0;
   overflow:hidden;
   }
   
a  {
	display: block;
	text-decoration: none;
	color: #e0d5ce;
	outline-style:none;
}

h2 {
	margin-bottom: 2em;
}

#notice {
	width: 35em;
	margin: 0 auto;
	text-align: left;
}

#notice p {
	margin-bottom: 1em;
}

#notice #back {
	margin-top: 50px;
}


#ameise {
	position: absolute;
	height: 100%;
	width:100%
	left:0;
	top:0;
}

#container {
	margin: 4% auto 0 ;
	width:85%;
	height: 84%;
	max-width: 800px;
	min-height: 500px;
	min-width: 550px;
	max-height: 1010px;
	padding:  0 0 0 0;
	position: relative;
	font-size: 1em;
}

#spacer-top {
height: 0%;
position: relative;

}

#content{

padding:0 0 0 0%;
float: left;
height: 100%;
overflow: hidden;
}


#content body {
	height:100%;
}

#logo {
	position: absolute;
	width: 360px;
	height: 35px;
	margin-left: 8px;
}

#logo a {
	display: block;
	width: 360px;
	height: 35px;
	background: url(BK_Logo.gif) no-repeat ;
	text-indent: -1000px;
}



#legende {
	display: none;
	clear: both;
	height: 35px;
	width: auto;
	overflow: hidden;
	margin: 60px 0 0 0px;
	position:relative;
	text-transform: uppercase;
}


#copy {
	font-size: .8em;
	position: fixed;
	bottom: 10px;
	right: 10px;
	
}

#bild {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	height: 100%;
	max-height: 791px;
	margin: 0 0 26px 0;
}


#bild a {
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	background: url("spacer.gif") repeat scroll 0 0 transparent;

	
}

#backnav {
	left: 0;
	cursor: pointer, default;
	z-index: 99;
}

#nextnav {
	right: 0;
	cursor: pointer, default;
	z-index: 98;
}

#bild img {
	width:auto;
	height:99%;
	max-height: 791px;
}

#bilderliste, #adresse {
	list-style: none;
	margin: 0px 0 0 220px;
}

#bilderliste {
	height: 25px;
}

#bilderliste li, #adresse li {
	display: block;
	float: left;
	margin: -5px 10px 0 0;
	
}

#bilderliste li {
	font-size: 22px;
}

#bilderliste li a {
	color: #444;
}

#bilderliste li.active {
	color: #d7b642;
}


#adresse {
	margin-top: 35px;
	line-height: 1.5em;
}

#adresse a:hover {
	
	
}

#adresse li {
	margin-right: 20px;
}

#anschrift {
	display: block;
	width: 100px;
	height: 36px;
	background: url(BK_Adresse.gif) no-repeat 0 5px;
	text-indent: -1000px;
	float: left;
}

#telefon, #email {
	float: left;
	display: block;
	width: 140px;
	height: 21px;
	text-indent: -1000px;
}



#telefon {	
	background: url(BK_Telefon.gif) no-repeat 0 5px;
}
#email {
	background: url(BK_Email.gif) no-repeat;
}

#email:hover {
	background: url(BK_Email_over.gif) no-repeat;
}


#screen {
	position: absolute;
	display: none;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index:99;
}

