/*
=============================
*** BODY- UND TEXTFORMATE ***
=============================
*/

body{
	background-color: #FFE466;
	background-image:   url("../images/background.gif");
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}
p,td,div,.inherit{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #101010;
	line-height: 16px;
}
h1{
	color: #F0A900;
	font-size:18px;
	line-height: 20px;
}
h2{	
	color: #101010;
	font-size:17px;
}
ul{
	margin:0px;
}
li{
	list-style-type:disc;
}


/*
=============
*** LINKS ***
=============
*/

a{
	color: #F0A900;
	text-decoration:underline;
}
a:hover{
	color: #FFCC33;
	text-decoration:none;
}

#bttmLnks, #bttmLnks a{
	text-align: right;
	font-size:10px;
	color: #F0A900;
	line-height:normal;
	text-decoration:none;
	padding-bottom: 10px;
}
#bttmLnks a:hover{
	color: #FFCC33;
}
#navigation a.inherit{
	color: #101010;
	line-height: 20px;
	text-decoration: none;
}
#navigation a.active, #navigation a.active:hover, #navigation a.inherit:hover{
	color: #F0A900;
	line-height: 20px;
	text-decoration: none;
}

/*
==============
*** BÜCHER ***
==============
*/

#books td{
	padding-bottom: 10px;
}
#books img{
	margin-right: 10px;
}
#books .line{
	margin: 5px 0px 5px 0px;
	background-color:#F0A900;
	height: 1px;
	width: 100%; 
}


/*
==========================
*** GESTALTUNGSELEMENT ***
==========================
*/

#inhalt{
	position: absolute;
	top: 130px;
	left: 200px;
	width: 580px;
}
#line{
	margin: 10px 0px 10px 0px;
	background-color:#F0A900;
	height: 1px;
	width: 100%; 
}
#bttmLine{
	margin: 10px 0px 10px 0px;
	height: 1px;
	width: 100%; 
}
#navigation{
	position: absolute;
	top: 130px;
	left: 20px;
	width: 120px;
	z-index: 1;
}
#bild{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#portrait{
	position: absolute;
	top: 0;
	left: 680px;
	width: 85px;
	height: 125px;
	background-image: url(../images/portrait.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}
#titTop{
	position: absolute;
	top: 10px;
	left: 200px;
	z-index: 1;
}
#copy{
	color: #F0A900;
	font-size: 10px;
	letter-spacing: 0;
	line-height: normal;
}

