.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}

.narrow  {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
}

.small  {
	font-size: 11px;
	color:#9c112d;
	font-family: Arial, Helvetica, sans-serif;

}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	color: #9c112d;
	text-decoration: none;
	padding-bottom: 6px;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 6px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color:9c112d;
	text-decoration:none;
}

a:hover {
	color:black;
}

a.home:hover {
	color:#9c112d;
	text-decoration:underline;
}

a.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color:black;
	text-decoration:none;
}


b {
	font-weight: bold;
}


/* ####DIV-LAYERS#### */
.frame {
	position:relative;
	width:800;
	height:601;
	margin:auto;
	background-image:  url(bilder/bg.jpg);
	background-repeat: no-repeat;
}

.pic {
	position:absolute; 
	overflow:visible; 
	top:100px; 
	left:0px; 
}

.navigation {
	position:absolute;
	text-align:left;
	top:20px;
	left:58px;
	overflow:visible;
	width: 700px;
	height: 38px;


}

.petzi {

position:absolute;
left:5;
top:5;
z-index:20;
}

.item:hover {
	background-color: white;
}	

.bg {
	position:absolute; 
	overflow:visible; 
	top:150px; 
	left:0px;
	width:800px;
	height:600px;
}

#up {
	position:absolute;
	left:755px;
	top:150px;
	width:15px;
	height:10px;
	z-index:2;
	cursor:pointer;
	background-image: url(bilder/up.gif);
	background-repeat: no-repeat;
}

#down {
	position:absolute; 
	left:755px; 
	top:545px; 
	width:15px;
	height:10px;
	z-index:5; 
	cursor:pointer;
	background-image: url(bilder/down.gif);
	background-repeat: no-repeat;
}

#track {
	position:absolute; 
	left:755px; 
	top:160px; 
	width:15px; 
	z-index:3
}

#drag {
	position:absolute; 
	left:755px; 
	width:15px;
	height:85px;
	z-index:4; 
	cursor:pointer;
	background-image: url(bilder/drag.gif);
}


#contentMask {
	position:absolute;
	left:365px;
	top:150px;
	width:390px;
	height:405px;
	overflow:hidden;
	z-index:6;
	clip:  rect(0px 390px 405px 0px);
}

#content {
	position:absolute;
	left:0px;
	top:0px;
	width:390px;
}


#dropmenudiv{
	position:absolute;
	border:none;
	/*
	border:1px solid black;
	border-bottom-width: 0;
	*/
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	display: block;
	text-indent: 3px;
	/*
	width: 100%;
	border-bottom: 1px solid black;
	*/
	padding: 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-color:white;
}

#dropmenudiv a:hover{ 
	font-color: 9c112d;
}
input, textarea {
	border: 1px solid #000000;
	color: #9c112d;

}
