* {
	padding: 0; 
	margin: 0;
}

a:focus { outline: none;}
img {border: 0;}

body {
	background: #E6E6E6 url(../img/texture.png) repeat 0 0;
}


#wrap {
	text-align: left;
	width: 900px; 
	margin: 0 auto;
	margin-top: 0px;
	border: 0px solid red;
	z-index: 10;
	font-family:  Arial;
}


#content {
	text-align: left;
	width: 770px; 
	margin: 0 auto;
	margin-top: 20px;
	border: 0px solid red;
	z-index: 20;
	font-family: 'Schrift', Arial;	
}

#schnitt {
	text-align: left;
	width: 770px; 
	margin: 0 auto;
	border: 0px solid red;
	z-index: 30;
	line-height: 20px;
	font-size: 14px;
	font-family: 'Bitter', Arial;
	/*cursor: url(../img/messer.gif),crosshair;*/
}

#beschriftung{
	background: url(../img/beschriftung.png);
	width: 892px;
	height: 539px;
	position: absolute;
	z-index: 999;
	top: 170px;
	left: 50%;
	margin-left: -370px; 
	display: none;
}

#beschriftung_pig{
	background: url(../img/beschriftung_pig.png);
	width: 917px;
	height: 500px;
	position: absolute;
	z-index: 999;
	top: 250px;
	left: 50%;
	margin-left: -430px; 
	display: none;
}

#beschriftung_kalb{
	background: url(../img/beschriftung_kalb.png);
	width: 759px;
	height: 451px;
	position: absolute;
	z-index: 999;
	top: 170px;
	left: 50%;
	margin-left: -340px; 
	display: none;
}

#options{
	background: #E6E6E6 url(../img/texture.png) repeat 0 0;
	position: absolute;
	width: 205px;
	padding: 10px;
	border: 2px dotted #8f8473;
	font: 14px "Bitter";
	line-height: 25px;
	top: 200px;
	left: 10%; 
	margin-left: -100px; 
	z-index: 1000;
}

div.oph{
	width: 100%;
	color: #5e8496;
	font-size: 27px;
	font-family: 'BebasNeueRegular', Arial, Helvetica ; 
	border-bottom: 2px dotted #8f8473;
	padding-bottom: 7px;
	margin: -10px;
	padding: 10px;
	cursor: move;
}

#options a{
	text-decoration: none;
	color: #131313;
	padding: 0 5px 0 5px;
}

#options a:hover{
	text-decoration: underline;
	background: #5e8496;
	color: #fff;
}

#options a.current{
	background: #5e8496;
	color: #ffffff;
	padding: 0 5px 0 5px;
}

#options span.current{
	background: #5e8496;
	color: #ffffff;
	padding: 0 5px 0 5px;
}

#options ul{
	list-style: none;
	margin-top: 15px;
}

.bottborder{
	border-bottom: 2px dotted #8f8473;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h1{
	font-family: 'BebasNeueRegular', Arial, Helvetica ; 
	font-weight: normal;
	color: #8f8473;
	font-size: 90px;
	text-align: center;
	padding-bottom: 0px;
	letter-spacing: 2px;
}

h2{
	font-family: 'BebasNeueRegular', Arial, Helvetica ; 
	font-weight: normal;
	color: #8f8473;
	font-size: 30px;
	text-align: center;
	margin-top: -20px;
	padding-top: 10px;
	padding-bottom: 50px;
	letter-spacing: 15px;
	border-top: 2px dotted #8f8473;
}

h3{
	font-family: 'BebasNeueRegular', Arial, Helvetica ; 
	font-weight: normal;
	color: #8f8473;
	font-size: 20px;
	text-align: center;
	margin-top: -20px;
	padding-top: 10px;
	padding-bottom: 50px;
}

#footer{
	margin-top: 40px;
	padding-top: 10px;
	border-top: 2px solid #8f8473;
	font-family: 'Bitter';
	color: #8f8473;
	font-weight: 300;
	font-size: 13px;
	/*font-variant:small-caps*/
	font-style: normal;
	letter-spacing: 1px;
	margin-bottom: 40px;
}


.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none;
}

#infobox{
	display: none;
	width: 170px;
	padding: 4px;
	font-size: 12px;
	line-height: 16px;
}

span.info{
	cursor: pointer;
}

.baldverfuegbar{
	color: silver!important;
	text-decoration: none!important;
}

.highlight{
	font-family: 'BebasNeueRegular', Arial, Helvetica ; 
	color: #8f8473;
	font-size: 20px;
}

