@charset "ISO-8859-1";
/* CSS Document */

@import url(styles_text.css);

html,body
{
	height: 100%;
	margin: 0px;
	background-position:center;
	background-image: url(images/background_kachel2.png);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#ffffff;
}

#header
{
	height: 95px;
}

#mainnav
{
	float: left;
	position: absolute;
	top: 57px;
	height: 36px;
	width:500px;
	margin-left: 262px;
	clear: both;
}
#mainnav li
{
	list-style: none;
	width: 104px;
	height: 21px;
	float: left;
	text-align:center;
	padding-top: 3px;
	margin-top: 7px;
	background-image: url(images/tab_grey.png);
	background-repeat: no-repeat;
}


#mainnav span
{
	list-style: none;
	width: 104px;
	height: 36px;
	float: left;
	text-align:center;
	padding-top: 3px;
	margin-top: 2px;
	background-image: url(images/tab_white.png);
	background-repeat: no-repeat;
}

.active
{background-image: url(images/tab_white.png);}

#container
{
	width: 1024px;
	min-height: 100%;
	overflow: hidden;
	margin: 0px auto;
	background-color: #fff;
}

#inner_container
{	
	background-image: url(images/bg_inner.gif);
	background-position: top;
	width: 900px;
	min-height: 100%;
	overflow: hidden;
	margin-left: 62px;
	margin-top: 20px;	
	margin-bottom: 30px;
}

#box_leftside
{
	float:left;
	width: 199px;
	height: 100%;
}

#box_rightside
{
	float:right;
	width: 199px;
	height: 100%;
	padding-left: 10px;
	margin-right: -10px;
}

#box_content
{	
	width: 480px;
	min-height: 100%;
	margin-left: 210px;
	margin-bottom: 30px;
}


#inner_box
{
	margin-right: 10px;
	margin-bottom: 10px;
}

#inner_box_middle
{
	background-image: url(images/bg_infobox.jpg);
	padding: 14px;
	line-height: 26px;
	white-space: nowrap;

}

.link_bxl
{
	padding-left: 14px;
	padding-top: 5px;
	color: #330066;
}

#inner_box_top
{
	background-image: url(images/greybox_top.png);
	background-repeat: no-repeat;
	padding: 12px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#book_info
{	
	width: 360px;
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left:120px;
}

#book_info_box
{
	float: left;
	height:80px;
	margin-left: 10px;
	width: 360px;
	background-image: url(images/single_box_violet.png); 
	background-repeat: no-repeat;
}

#book_info_mini
{	
	margin-top: 7px;
	width: 116px;
	float: left;
	padding-left:5px;
	margin-left: 5px;
	margin-bottom: 15px;
	font-size:12px;
}

#book_info_blue{ 
	margin-top: 7px;
	float: left; 
	color: #364694; 
	padding-left: 10px; 
	font-size:12px;
}



#inner_box_middle_spacing
{
	padding-right:20px;
}

.theme
{
	line-height: 14px;
}

#listbox
{
	background-image: url(images/listenansicht_box_violet.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 480px;
	height: 90px;
	padding-left: 15px;
}


#inner_listbox
{
	padding-top:13px; 
	font-size:9px; 
	float:left; 
	margin-left: 10px;
	color: #000000;
}

#formular
{	
	width: 360px;
	float: left;
	margin-bottom: 15px;}
	
#register
{
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
	color: #333333;
}

#footer
{
	margin: 0 auto;
	margin-top: -23px;
	height: 20px;
	width: 100%;
	text-align:center;
	padding-top: 3px;
	word-spacing: 20px;
	background-color: #f2f2f2;
	color: #FFFFFF;
}

img
{border: 0px;}

