*{
	padding: 0;
	margin: 0;
	font-family: Georgia;
	font-size: 11pt;
	color: #421302;	
}
html, body {
	height: 100%;
}
body {
	background: #742204;
}

#main {
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #FCE694;
	margin: 0 auto;
}
#header {
	width: 750px;
	height: 120px;
	position: relative;
	background: url(./images/header.jpg) no-repeat;
}
#navi {
	width: 750px;
	height: 30px;
	position: relative;
}
#navi .empty{
	background: url(./images/nav_empty.jpg) no-repeat;
	display: block;
	float: left;
	width: 140px;
	height: 30px;
}
#navi a.home, #navi a.buecher, #navi a.autorin, #navi a.links, #navi a.kontakt{
	display: block;
	float: left;
	width: 122px;
	height: 30px;
} 
#navi a.home {
	background: url(./images/nav_home.jpg) no-repeat;
	text-decoration: none;
}
#navi a.buecher {
	background: url(./images/nav_buecher.jpg) no-repeat;
	text-decoration: none;
}
#navi a.autorin {
	background: url(./images/nav_autorin.jpg) no-repeat;
	text-decoration: none;
}
#navi a.links {
	background: url(./images/nav_links.jpg) no-repeat;
	text-decoration: none;
}
#navi a.kontakt {
	background: url(./images/nav_kontakt.jpg) no-repeat;
	text-decoration: none;
}
#sub {
	position: relative;
	width: 205px;
	height: 400px;
	background: url(./images/sub_bg.jpg) no-repeat;
	float: left;
	display: inline;
	margin-right: 30px;
}
#sub {
	z-index:2;
	position: relative;
	float: left;
	width: 205px;
	height: 383px;
	background: url(images/sub_bg.jpg) no-repeat;
	margin-right: 30px;
}
#sub ul {
	list-style-type:none;
	margin: 25px;
	margin-top: 200px;
	border-top: 1px solid #742204;	
}
#sub ul li {
	border-bottom: 1px solid #742204;
	padding-top:5px;
	padding-bottom:5px;
}

#sub ul li a{
	font-weight: bold;
	text-decoration: none;
	font-size:11pt;
}
#sub ul li a:hover{
	color: white;
}
#content {
	display: inline;
	text-align: justify;
	padding-bottom: 30px;
}
#content img{
	padding: 0px 30px;
}
#content h1, #content h2, #content h3, #content h4{
	font-weight: bold;
	margin-bottom: 1.5em;
	padding: 30px 30px 0 30px;
}
#content p{
	padding: 0px 30px;
	text-align:justify;
}
#content hr {
	border-bottom: 1px solid #742204;
	margin: 15px 30px;
	clear: both;
}

#content form {
	padding: 30px;
}
#content table{
	width: 485px;
}
#content .td_left {
	width: 120px;
	padding-bottom:10px;	
}
#content .td_right {
	width: 365px;
}
#content .td_right input, #content .td_right textarea {
	width: 365px;
	border: 1px solid #999;
	background-color:#FDF7C7;	
}
#content .td_middle {
	text-align: center;
	padding-top:10px;	
}
#footer {
	height: 30px;
	width: 750px;
	background: url(./images/footer_left.jpg) no-repeat;
	position: fixed;
	margin-top: 30px;
	bottom: 0;
}
#footer a.impressum{
	background: url(./images/footer_right.jpg) no-repeat;
	text-decoration: none;
	display: block;
	float: right;
	width: 151px;
	height: 30px;
}


.right {
	float: right;
}
.left {
	float: left;
}
img.left {
		padding-left: 0px !important;
}


