/**** global settings****/
body {
	background-color: #ffeae2;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
p { 
	text-align: justify;
	line-height: 1.5em;
	color: black;
	font-size: 15px;
}
p span {
	font-family: Arial, Helvetica, sans-serif ! important;
}
.clear { clear: both;}
.h_line {
	height: 1px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 10px;
}
.h_line_small {
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.active { 
	font-size: 15px;
	color: black ! important;
	font-weight: bold ! important;
}
a { text-decoration: none;}
a:link {
	color: black;
	font-weight: bold;
}
a:visited { 	
	color: black;
	font-weight: bold;
}
a:hover { 
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
a:active { color: black;}
a img { border: 0px;}
h1 {
	font-size: 20px;
	font-weight: normal;
}
h2 {	
	font-size: 14px;
	font-weight: bold;
}
input , textarea, select{
	margin: 4px;
	border: 1px solid #666666;
	padding-bottom:0px;
}
.labelz{
	margin-top: 5px;
	font-size: 12px;
	width: 100px;
	float: left;
}
.submit { margin-left: 104px; }
.read_more {	float: right; }
.order {
	margin-right: 5px;
	margin-bottom: -3px;
	width: 14px;
	height: 14px;
}
.column_left {
	width: 590px;
	margin-right: 90px;
	float: left;
}
.column_right {
	margin-top: 16px;
	width: 300px;
	float: left;
	margin-bottom: 10px;
}
.column_right p{
	text-align: left;
	margin-top: 0px;
	line-height: 1.3em;
}

/****Main Window****/
#main {
	position: relative;
	width: 980px;
	margin-left: 30px;
}
#header {
	height: 125px;
}

/****Header****/
#head {
	float: left;
}
/****Navigation****/
#Navigation {
	font-size: 20px;
	position: absolute;
	left: 5px;
	top: 200px;
}
#Navigation a {
	font-weight: normal;
}
.navi_klein { font-size: 15px; }
.navi_placeholder { padding-left:25px;}
#newsletter_navi { 
	font-size: 15px;
	font-weight: normal;
	margin-left: 5px; 
}

/****Content****/
#Inhalt {
	position: relative;
	top: 30px;
	margin-left: 350px;
}
#Inhalt_admin {
	width: 980px;
	padding-top: 10px;
	margin-bottom: 20px;
}

/****store overview****/
.store_table { 
	position: relative;
	top: 47px;
	margin-left: 350px;
}
.store_table td{
	width: 180px;
	padding-right: 30px;
	padding-bottom: 20px;
	vertical-align: top;
}
.book_overview_img { width: 180px;}

/****store detail****/

#book_main { 
	position: relative;
	top: 50px;
	margin-left: 300px;
}
#book_img_left img { width: 300px;}
#book_img_left { 
	float: left;
}
#book_img_right { 
	position: relative;
	left: 20px;
}
#book_img_right img{ 
	vertical-align: top;
	width: 80px;
	padding-left: 10px;	
	padding-bottom: 10px;
}
#book_footer {
	position: relative;
	top: 65px;
	margin-left: 300px;
	font-size: 14px;
	font-weight: bold;
}
#book_footer_left { 
	float: left;
	width: 300px;
}
#book_format { 
	padding-left: 35px;
}
#book_price { 
	position: absolute;
	right: 0px;
}

/****newsletter****/
#subscribe {	width: 400px;}

/****contact form****/
.form_addon {
	font-size: 11px;
	margin-left: 105px;
}

/****about overview****/
.column_left_contact {
	height: 55px;
	font-size: 13px;
}
.column_left_impressum {
	font-size: 13px;
}


/**** MEMBER AREA ****/
#login_info {
	float: left;
	display: inline;
	border: 1px dotted #666666;
	padding: 5px;
	text-align: left;
	line-height: 1.5em;
}
#Auth_navigation {
	font-size: 15px;
	font-weight: bold;
}
.member_table { width: 980px; padding-top: 10px;
}
.member_table th { background-color: white; }
.member_table td { padding: 3px; }
.member_table td.center { text-align: center; }
.member_table a { margin-left: 15px; }
.error { font-size: 14px; color: red; }