@CHARSET "UTF-8";

/**
* Globale Formatierung
*/
body {
	background-image:url(../_gfx/back.gif);
	font-family:Arial,Verdana,sanserif;
	font-size:10px;
	overflow:hidden;
}
table{
	padding:0px;
	margin:0px;	
	border:none;
	table-layout:fixed;
}


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

img {
	border:none;
}

h1 {
	font-size:14px;
	font-family:Arial,Verdana,sanserif;
	margin:0xp;
	padding:0px;
	}

/**
* ID Formatierung
*/

#block {
	z-index:3;
	position:absolute;
	background:url(../_gfx/block1.gif);
	background-repeat:no-repeat;
	top:30px;
	width:235px;
	height:420px;
	text-align: center;
	vertical-align: top;
}

#block_big {
	z-index:1;
	position:absolute;
	background:url(../_gfx/block_big.gif);
	background-repeat:no-repeat;
	top:45px;
	width:403px;
	height:401px;
	text-align: center;
	vertical-align: top;
	background-repeat: no-repeat;
}


#lila {
	position:absolute;
	top:14px;
	left:12px;	
	background-color: #562b57;
	text-align: right;
}

#undertitle {
	position:absolute;
	top:80px;
	font-size:9px;	
	text-align: right;
	width:205px;
}

#grey {
	position:absolute;
	bottom:44px;
	left:12px;	
	height:50px;
	background-color: #eaeaea;
	text-align: right;
	font-size:10px;
}

#scroll {
	table-layout:auto;
	position:absolute;
	top:84px;
	left:12px;	
	background-color: #fff;
	font-size:10px;
}


#menublock {
	position: absolute;
	top:100px;
	left:12px;
	width:240px;
	overflow: hidden;	
}

#link {
	text-align:right;
	text-transform:lowercase;
	padding:0px;
	margin-right:46px;
	padding-top:4px;
	padding-bottom: 4px;
	font-size:16px;
}


#link a {
	font-weight:bold;
	color:#000;
	text-decoration: none;
}

#imperssum {
	position:absolute;
	bottom: 28px;
	text-align:right;
	width:205px;
	font-size:12px;
	font-weight:bold;
}

/** Standart Scrollpane **/

#scrollelem {
	margin-left: 20px;
	display: list-item;

}

#scrollelem a {
	color: #000;
	font-size:16px;
	text-decoration: none;
	border:none;
	vertical-align: top;
	
}

#scrollelem div{
	display:inline;
	width:200px;
	text-align: right;
	font-size:9px;
	color:#666;
	padding:0px;
	margin:0px;
	}

#scrollpane {
	width:170px;
	height: 190px;
	overflow: hidden;
}

#scrollbar{
	margin-right:8px;
	height:200px;
	float:left;	
}
#scrollcontent{
	position:absolute;
	margin-left:20px;
    clip: rect(0, 150px, 200px, 0);
	font-size:12px;
	width:150px;
}
#scrollcontent div{
	margin-bottom: 10px;
}

/** große Scrollpane **/

#scrollpane_big {
	width:250px;
	height:240px;
	overflow: hidden;
}
#scrollbar_big{
	margin-right:8px;
	height:300px;
	float:left;	
}
#scrollcontent_big{
	font-size:12px;
	width:300px;
    clip: rect(0, 300px, 200px, 0);
	position:absolute;
	margin-left:20px;
}
#scrollcontent_big div{
	margin-bottom: 10px;
}

#footer {
	background-image:url(../_gfx/logo.gif);
	width:280px;
	height: 291px;
	position:absolute;
	bottom: 0px;
	right: 0px;	
	}

/**
* Classes
*/

.el2{
	list-style-image:url(../_gfx/bullet3.gif);
}

.el4{
	list-style-image:url(../_gfx/bullet5.gif);
}
.el0{
	list-style-image:url(../_gfx/bullet1.gif);
}

.el3{
	list-style-image:url(../_gfx/bullet4.gif);
}

.el1{
	list-style-image:url(../_gfx/bullet2.gif);
}
.el5{
	list-style-image:url(../_gfx/bullet6.gif);
}


.section_descr {
	overflow:hidden;
	width:140px;
	white-space:pre;
	}

.popup {
	margin:0px;
	background-image:url(../_gfx/overlib_back.gif);
	width: 198px;
	height: 124px;
	padding: 12px;
	padding-top:4px;
}

.l1 {
	border-top: solid 3px #6d6fd5;
	}
.l2 {
	border-top: solid 3px #e45fe6;
	}
.l3 {
	border-top: solid 3px #91987a;
	}
.l4 {
	border-top: solid 3px #cfb565;
	}
.l5 {
	border-top: solid 3px #000;
	}
.last {
	border-top: solid 3px #562b57;
	}
.title_lila {
	font-family:"Arial Black";
	font-weight: bolder;
	vertical-align: bottom;
	font-size:18px;
	height:50px;
	color:#FFF;	
}

.scrollup {
	display: block;
	padding: none;
	margin: none;
}
.scrolldown {
	position: relative;
	top:160px;
	display: block;
	padding: none;
	margin: none;
}

.scrolldown_big {
	margin-top:180px;
	display: block;
}