body 
{
	margin		:	0px;
	background	:	#fff;
	font-family	:	Verdana, Arial, sans; 
	font-size	:	8pt;
	color			:	#000;
	/*text-align	:	justify;*/
}

a img {border:0}

h1, h2, h3, h4, h5
{
	font-family	:	Verdana, Arial, sans;
}

div#comment
{
	position		:	static;
	bottom		:	20px;
	
	width			:	100%;
	display	:	block;
	border		:	1px solid #000;
}
	
div#header 
{
	width:1200px;
	height:99px;
}
	
div#header div#logo
{
	background	:	url('logo2.png') no-repeat ;
	height		:	99px;
	float			:	left;
	width			:	150px;
}

div#header div#banner
{
	background	:	url('banner2.png') no-repeat;
	height		:	99px;

	width			:	1024px;
	
	float:left;
}	
	
html>body div#menu
{
	float			:	left;
	width			:	150px;
	
	height		:	100%;
	list-style	:	none;
	background	: #fff;
	font-family	:	Verdana, Arial, sans;
}

html>body div#aftermenu
{
	//float			:	left;
	width			:	150px;
	height		:	400px;
	
	background	:	url('menu.png') no-repeat #fff;
	background-position	: top left;
	margin		:	1px 0;
	padding		: 0 0 0 0;
	margin-left	:	-10px;
	
}

html > body > #window > #menu > #aftermenu
{
	margin-left	:	0px;
	width:1024px;
}	



html>body div#menu li
{
	padding			:	0 7px 0 10px;
	background		:	#e4807f;
	margin			:	1px 0;
}

html>body div#menu li:hover
{
	background		:	#ffbebe;
}

html>body div#menu a
{
	display			:	block;
	text-decoration:	none;
	color				:	#fff;
	
	font-size		:	9pt;
	background		:	#e42423;
	margin			:	0;
	padding			:	2pt 10px;
}	

html>body div#menu a:hover
{
	background		:	#e4807f;
}

html>body div#menu a:active
{
	background		:	#e4807f;
}


html>body div#right2
{
	width			:	145px;
	color			:	#fff;
	display		:	block;
}	

html>body div#right3
{	
	
	margin-left:-0px;
	margin-top:20px;
	width						:	150px;
	display					:	block;
	border		:	2px solid #e42423;
	text-align	:	left;
	

}	

html>body div#right3 div#head
{
	width	:	100%;
	
	background	:	#e42423;
	
	line-height	:	20pt;
	height	:	20pt;
	color			:	#fff;
	
	font-weight	:	bold;
	
}	

html>body div#right3 div#head div
{
	margin-left:	10px;
}

html>body div#right3 div#body
{
	
	color			:	#fff;
	overflow		: hidden;
	background	: #e4807f; 
	
}

html>body div#right3 div#body div
{
	margin	:	10px;
	
}

html>body div#right3  h3
{
	
}

html>body div#right3 div#tail
{
	height		:	0px;
	background	:	#e42423;
}
	
html>body div#right3 a {color			:	#fff;}
	
html>body div#main	
{
	margin		:	30px  0  0 180px;
	width			:	700px;
}

html>body div#main li
{
	margin		:	20px;
}
	
ul, li, ol
{
	list-style	:	outside;
}
/*		Spezifisches */
.abstract
{
	margin-left	:	20px;
}	


.abstract .deheader
{
	margin		:	0;
}

.abstract .enheader
{
	margin		:	0;
	font-style	:	italic;
}

div.gap
{
	height			:	5px;
	border-bottom	:	0px solid #222;
	width				:	400px;
	margin			:	10px 0;
}
	
h1
{
	color			:	#e42423;
}
h2, h3, h4, h5
{
	color			:	#222;
}
	
a
{
	text-decoration	:	underline;
	color					:	#000;
}

a:hover
{
	text-decoration	:	none;
}
			
div#footer div#stat
{
	border		:	1px solid #000;
}	
	
div#editorial
{
	display				:	none;
	text-align			:	justify;
	/*white-space			:	pre-line*/
}			

