body {
	background : #FFFFFF;
	font-family : Verdana;
	Font-size : 12;
	color : #000000;
}
td {
	font-family : Verdana;
	Font-size : 12;
	color : #000000;
}
span.head {
	font-family : Verdana;
	Font-size : 14;
	color : #F7931D;
}

span.quote {
	font-family : Times new roman;
	font-size : 12;
	color : #000000;
	font-style : italic;
}
span.komiganglisten {
	font-family : Verdana;
	font-size : 10;
	color : #000000;
	font-style : normal;
}

td.moveup{
	background-image :url('images/up.gif');
	background-repeat : no-repeat;
	cursor : pointer; /* hand */
}
td.movedown{
	background-image :url('images/down.gif');
	background-repeat : no-repeat;
	cursor : pointer;	
}
a{
	color : #000000;
	text-decoration : none;
}
a.nopic{
	color : #999999;
	text-decoration : none;
}
a:hover{
	color : #F7931D;
	text-decoration : none;
}
a:hover{
	color : #F7931D;
	text-decoration : none;
}
a:active{
	color : #000000;
	text-decoration : none;
}

#divContainer{
	overflow : hidden;
	clip : rect(0px 380px 346px 0px);
	height : 346px;
	width : 380px;
	position : relative;
	float: left;
	margin: 0px 0px 0px 8px;
	scrollbar-3dlight-color : #F7931D;
	scrollbar-arrow-color : white;
	scrollbar-base-color :#F7931D;
	scrollbar-track-color: white;	
	scrollbar-darkshadow-color :#F7931D;	
	scrollbar-highlight-color : #F7931D;
	scrollbar-shadow-color :#F7931D;
}

#divContent{
	position : absolute;
	top : 0px;
	left : 0px;
}

#divPicsContainer{
	overflow : hidden;
	clip : rect(0px 370px 342px 0px);
	height : 342px;
	width : 370px;
	position : relative;
	float: right;
	margin: 2px 1px 0px 0px;
}

#divFrontPic{
	position : absolute;
	top : 0px;
	z-index: 1;
}

#divRearPic{
	position : absolute;
	top : 0px;
	z-index: -1;
}

#divPicText{
	background-image: url('images/bg.gif');
	position : absolute;
	top : 0px;
	z-index: 5;
	visibility : hidden;
	overflow : visible;
	font-family : Verdana;
	Font-size : 12;
	color : #000000;
}

#txtMedMargin{
	margin-right : 5px;
}
#menuA {
	display : none;
	}
#menuB {
	display : none;
	}
#menuC {
	display : none;
	}
#menuE {
	display : none;
	}

.aktiv{
	color : #F7931D;
}

