/* buechermehr.css */

html, body
{
	margin:0px;
	padding:0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#623301;
	background-image:url('/images/hg_muster.jpg');
	background-repeat:repeat;}

table
{
	margin:0px;
}

a
{
	color:#050C58;
	font-weight:normal;
	text-decoration:none;
}

a:link, a:visited
{
	text-decoration:none;
	color:#050C58;
}

a:hover, a:focus, a:active
{
	text-decoration:none;
	color:#ffffff;
} 

h1
{
	margin:0px 0px 10px 0px;
	font-size:16px;
	font-weight:bold;
}

h2
{
	margin:0px 0px 5px 0px;
	font-size:12px;
	font-weight:bold;
}

#logo
{
	width:127px;
	height:70px;
	margin-right:30px;
	margin-top:10px;
	background-image:url('/images/logo_buechermehr.gif');
	background-repeat:no-repeat;
	float:right;
}

#logobb
{
	margin-right:36px;
	margin-top:62px;
	float:right;
}

#cat
{
	margin-right:-50px;
	position:relative;
	margin-top:70px;
	float:right;
}

#header
{
	position:absolute;
	left:0px;
	right:0px;
	width:100%;
	top:0px;
	height:100px;
	background-image:url('/images/header_hg.jpg');
	background-repeat:repeat;
	float:left;
}

#header_inhalt
{
	position:absolute;	
	left:640px;
	top:-50px;
	float:left;
}

#tabUngerade, #tabGerade
{
	position:absolute;
	width:138px;
	height:34px;
	position:absolute;
	left:0px;
	top:18px;
	float:left;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	cursor:pointer;
	cursor:hand;
}

#tabUngerade
{	
	background-image:url('/images/tab_hell.gif');
	background-repeat:no-repeat;
}
#tabGerade
{
	background-image:url('/images/tab_dunkel.gif');
	background-repeat:no-repeat;
	}

.navi_inhalt
{
	margin-left:25px;
	margin-top:8px;
	float:left;
	font-weight:bold;
}

#navi_second
{
	background-image:url('/images/navi_haken.gif');
	background-repeat:no-repeat;
	position:relative;	
	padding-left:25px;
	padding-top:10px;
	height:30px;
	margin-top:50px;
	text-decoration:none;
	float:left;
}
.navi_second,.navi_second_current
{
	position:absolute;	
	margin-left:60px;
	margin-top:40px;
	text-decoration:none;
	float:left;
}

#navi_linie 
{
	background-image:url('/images/linie_navi.gif');
	height:3px;
	left:40px;
	position:relative;
	top:49px;
	background-repeat:repeat-x;
	padding-right:40px;
}

html > body #navi_linie 
{
	margin-right:80px;
}

#content_hell, #content_dunkel
{
	position:absolute;
	left:40px;
	top:52px;
	right:40px;
	color:#623301;
	border-right-style : double;
	border-bottom-style : double;
}

#content_hell
{
	background-color:#ECD88D;
}

#content_dunkel
{
	background-color:#E0C470;
}

#content_inhalt
{
	margin-left:50px;
	margin-right:-160px;
	margin-top:50px;
/*	padding-right:160px; */
	float:left;
}

html > body #content_inhalt
{
	padding-right:0px;
	margin-top:-30px;
	margin-right:170px;
}

#content_text
{
	background-image:url('/images/content_trenner.gif');
	background-repeat:no-repeat;
	height:335px;
	padding-top:0px;
	padding-left:10px;
	padding-bottom:10px;
	padding-right: 160px;
}

html > body #content_text 
{
	padding-right: 0px;
}

#mouse
{
	position:absolute;
	height:83px;
	margin-left:0px;
	margin-top:-40px;
	background-image:url('/images/maus.gif');
	background-repeat:no-repeat;
}

#footer
{
	margin-top:50px;
	font-size: 10px;
	float:right;
}

.formular label
{
	float:left !important;
	text-align:right;
	width:140px;
	margin:0px 10px 8px 0px;
}

.formular input,.formular textarea
{
	margin:0px 0px 8px 0px;
	width:200px;
}

