
.author {
text-decoration:underline;
}
.articelfooter {
padding-top:16px;
font-style: italic; 
}

html {height:100%;}
body {
margin:0; padding:0; height:100%;
font-family: verdana, sans-serif;
/*background: url(images/background01.jpg);*/
background-image: url(images/background02.jpg);
/*background-position:center;*/
}
#wrap {
/*background:url(images/main_background01.gif) top left repeat-y;*/
min-height:100%;
width:779px;/*758*/
margin:auto;
padding-top:0px;
}
* html #wrap {height:100%}
#preheader {
background: url(images/preheader01.gif);
height:80px;
width:779px;
}
#header {
background: url(images/header02.jpg);
height:155px;
width:472px;
margin-left:175px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#ebook {
padding-top:30px;
text-align:center;
}
#left {
background-color:#fff;
text-align:right;
float:left;
width:170px;/*150*/
padding-left: 0px;
padding-right:4px;
font-size: 11px;
/*color:#457058;*/
}
#main {
position:relative;
margin-left:174px;/*Without this the links in the navigation wont work in Opera and Firefox
and the main content would float to the left below the navigation*/
}
#right {
background-color:#ffffff;
float:right;
width:127px;/*150*/
text-align:center;
padding-top: 90px;
padding-left: 4px;
font-size: 11px;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
#right h2 {
font-family: verdana, sans-serif;
font-size: 13px;
color: #FFFFFF;
padding-top: 40px;
}
#content {
background-color:#ffffff;
padding:10px;
margin-right:131px;
text-align:left;
font-family: verdana, sans-serif;
font-size: 11px;
border-left: dashed 1px;
border-right: dotted 1px;
}
#content h1 {
font-family: verdana, sans-serif;
font-size: 18px;
color: #c1838a;
padding-top: 20px;
}
#content a {
/*text-decoration:none;*/
color:#000000;
}
#img_left {
float:left;
padding-right:6px;
padding-bottom:6px;
}
#img_right {
float:right;
padding-left:6px;
padding-bottom:6px;
}
#clearfooter {
clear:both;
height:80px;
overflow:hidden;
}
#footer {
height:45px;/*80*/
/*background: url(images/footer01.jpg);*/
margin:0 auto; padding:0;
margin-top:-45px;/*-80*/
text-align:center;
/*width:779px;*/
font-size:10px;
}
#footer a {
/*text-decoration:none;*/
color:#000000;
padding: 4px;
}
#footer p {
padding-top: 16px;
}
* html #main,
* html #content {
height:1px;
}
/*LAYOUT================================================================*/
#left ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#left ul li {
	/*border-top: solid white 1px;*/
	/*border-bottom: solid #fe4716 1px;*/
	font-weight:bold;
	padding-top:10px;
	}
#left ul ul {
	padding-left: 2px;
	}
#left ul ul li {
	/*border-top: solid white 1px;*/
	margin-top:2px;
	list-style:inside;
	list-style-type:none;
	font-weight:normal;
	color:#457058;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left: 4px;
	/*das naechste ist die erste Zeile*/
	text-indent: -0px;
	}
#left a, #right a {
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	/*margin-left:11px;*/
	}
#left a:link, #right a:link	{
	color:#000000;
	}
#left a:visited, #right a:visited	{
	color: #000000;
	}
#left a:hover, #right a:hover	{
	color: #c1838a;
	}
#left a:active, #right a:active	{
	color: #c1838a;
	}