/* **** AKRA GmbH **** */
/* 2006 Wolfram Grätz  */

body {
	background-color: #4b512d;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-color: #000000;
	color: #000000;
	background-image: url(../upload/images/fleck.jpg);
	background-repeat: 
	no-repeat;
	background-position: 
	center; 
}

h1 {
font-color: #d41213;
font-size: 12px;
font-style:bold;
text-transform: uppercase;
}

h2 {
font-color: #d41213;
font-size: 12px;
font-style:bold;
text-transform: uppercase;
}

#container {
	width: 700px;
	height: 580px;
	background-color:#ffffff;
	margin: auto;
	padding: 10px 10px 10px 10px;
}

#background-nav{
	float: left;
	height: 576px;
	width: 167px;
	margin: 0px 0 0 0px;	
	background-image: url(../upload/images/menu-left.jpg);
	background-repeat: no-repeat;
}

#nav{	
	position: relative; 
	left: 27px;
	top: 110px;
	height: 380px;
	width: 145px;
}
#nav a {
    font-size:13px;
    color:#2f2723;
    font-style:normal;
    font-family:courier new, sans-serif;
    line-height:37px; 
    text-decoration:none;
}
#nav a:link {
    font-size:13px;
    color:#990000;
    font-style:normal;
    font-family:courier new, sans-serif;
    line-height:37px; 
    text-decoration:none;
}

#nav a:visited {color: :#2f2723;}
#nav a:hover {color: red;}
#nav a:active {color: :#2f2723;font-weight:bold;} 

#background-content {
	height: 576px;
	width: 496px;
	float: right;
	margin: 0px 0px 10px 0;
	background-image: url(../upload/images/bkg-books.jpg);
	background-repeat: no-repeat;
}

#content {
	position: relative; 
	top: 10px;
	left: 0px; 
	top: 100px; 
	height: 410px;
	width: 460px;	
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
	float: left;	
	border: 1px solid #000000;
  	overflow: auto;
}

#content a:link {color: #990000;}
#content a:visited {color: #990000;}
#content a:hover {color: #990000;}
#content a:active {color: #990000;}
