@charset "utf-8";
/* CSS Document */

body, html {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/woodbg.jpg) center top #FFF;
}

a img {
	border: none;
}
div#head {
	height: 200px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#logo {
	float: left;
	width: 480px;
	position:absolute;
	z-index: 30;
	top: 50px;
}

div#navigation {
	height: 25px;
	position:absolute;
	top: 175px;
	width: 960px;
	z-index: 35;
	overflow: hidden;
}

div#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
}

div#navigation ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	list-style: none;
	width: 159px;
	
}

div#navigation ul li a {
	display: block;
	width: 159px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

div#navigation ul.dark li a {
	color: #1b1b1b;
}

div#navigation ul.dark li a:hover {
	background: url(../images/navdark.png) repeat;
	color: #e3e3e3;
}
div#navigation ul.dark li.active a {
	color: #bf3030;
}

div#navigation ul.light li a {
	color: #e3e3e3;
}

div#navigation ul.light li a:hover {
	background: url(../images/navlight.png) repeat;
	color: #1b1b1b;
}
div#navigation ul.light li.active a {
	color: #bf3030;
}

div#buchfront {
	background:url(../images/frontbg.jpg) top center no-repeat;
}
div#buchopen {
	background:url(../images/buchoffen.png) top center no-repeat;
	height: 800px;
}
div#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
div#contentopen {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
img.cover {
	float: right;
}

div#contentopen .textbox {
	width: 364px;
	padding-top: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color:#515151;
	text-align: justify;
	line-height: 22px;
	
}
div#contentopen .leftbox {
	float: left;
	padding-left: 85px;
}

div#contentopen .rightbox {
	float: right;
	padding-right: 85px;
}

div#contentopen .textbox a {
	color: #bf3030;
	text-decoration: none;
}

div#contentopen .textbox a:hover {
	color: #515151;
	text-decoration: underline;
}

div#contentopen .textbox h1 {
	border-bottom: 2px solid #515151;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 7px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	margin-bottom: 50px;
	clear: both;
}

div#contentopen .textbox h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 3px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;

}
div.leftcontent {
	padding-top: 100px;
	position: absolute;
	width: 400px;
}
div.leftcontent p {
	font-family:Arial, Helvetica, sans-serif;
	color:#515151;
	font-size: 16px;
	line-height: 24px;
}

div.eingabefeld {
	width:162px;
	height: 60px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
div.eingabefeld p {
	margin: 0px;
}
div.area {
	width:334px;
	height: 82px;
	margin-bottom: 10px;
}

div.eingabefeld input{
	width: 162px;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 18px;
	font-size: 16px;
	vertical-align: middle;
	background: url(../images/trans.gif) left top no-repeat scroll;
	border: 1px solid #896d54;
	color: #896d54;
}
div.eingabefeld textarea{
	width: 334px;
	height: 48px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 2px;
	font-size: 12px;
	vertical-align: middle;
	background: url(../images/trans.gif) left top no-repeat scroll;
	border: 1px solid #896d54;
	color: #896d54;
}
div.submit {
	height: 30px;
	margin-left: 10px;
	float: left;
	text-align:right;
	height: 50px;
}

div.full {
	width:620px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	clear: both;
	text-align:left;
}

div.aufmerksam {
	padding-top: 49px;
}

div.aufmerksam_new {
	padding-top: 104px;
}
div.area input{
	margin-top:4px;
	width: 334px;
}
div.strasse {
	width: 112px;
}
div.strasse input {
	width: 112px;
}
div.nummer {
	width: 30px;
}
div.nummer input {
	width: 30px;
	display: block;
	float: left;
	text-align: center;
}
div.nummer input p{
	clear: left;
}
div.ort {
	width: 97px;
}
div.ort input {
	width: 97px;
}
div.plz {
	width: 45px;
}
div.plz input {
	width: 45px;
	display: block;
	float: left;
	text-align: center;
}
div.plz input p{
	clear: left;
}

div.geburtsdatum {
	width:162px;
	height: 60px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
div.geburtsdatum input#tag, div.geburtsdatum input#monat{
	width: 30px;
	height: 18px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 18px;
	font-size: 16px;
	vertical-align: middle;
	background: url(../images/trans.gif) left top no-repeat scroll;
	border: 1px solid #896d54;
	color: #896d54;
	display: block;
	float: left;
	text-align: center;
}
div.geburtsdatum input#jahr{
	width: 45px;
	height: 18px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 18px;
	font-size: 16px;
	vertical-align: middle;
	background: url(../images/trans.gif) left top no-repeat scroll;
	border: 1px solid #896d54;
	color: #896d54;
	display: block;
	float: left;
	text-align: center;
}
div.geburtsdatum p{
	clear:left;
}

div.submit input{
	width: 348px;
	height: 50px;
	background: url(../images/submit.jpg) top left no-repeat;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none;
	float: left;
}

div.submit input:hover{
	background: url(../images/submit.jpg) bottom left no-repeat;
}

div#subbook {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 50px;
}

div#subbook .leftdiv{
	width: 470px;
	margin-right: 10px;
	float: left;
}

div#subbook .rightdiv{
	width: 470px;
	margin-left: 10px;
	float: right;
}

br.clearboth {
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	visibility: hidden;
	clear: both;
}

div#subbook p {
	margin-left: 20px;
	line-height: 20px;
}
div#subbook h1 {
	font-size: 48px;
	margin-top: 50px;
	margin-bottom: 50px;
	font-weight: normal;
}

div#subbook h2 {
	font-size: 25px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: normal;
}

div#subbook h3 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: normal;
}

.subdark {
	color: #515151;
}

.subdark a {
	color: #bf3030;
	text-decoration:none;
}

.subdark a:hover {
	color: #515151;
	text-decoration: underline;
}

.sublight {
	color: #e3e3e3;
}

.sublight a {
	color: #bf3030;
	text-decoration:none;
}

.sublight a:hover {
	color: #e3e3e3;
	text-decoration: underline;
}

ul.tagebuch {
	list-style: circle;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

ul.tagebuch li {
	margin-bottom: 10px;
}

ul.tagebuch li a {
	display: block;
	padding: 5px;
	padding-left: 20px;
}

ul.tagebuch li a:hover{
	background-image:url(../images/navlight.png);
}

div#login {
	background: url(../images/rgn-noise.png) #fff;
	width:250px;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
	float: right;
	box-shadow: 0px 3px 5px rgba(0,0,0,.33);
	font-weight: bold;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
}

div#login input {
	float: right;
	margin-top: -5px;
	width: 150px;
}

div#login input[type=submit] {
	width: auto;
}

div#login p {
	clear: both;
}

div#login p a {
	color: #BF3030;
}

.approved {
	background: url(../images/approved.png) right bottom no-repeat;
	height: 600px;
	/*padding-top: 99px;*/
}

div.eingabefeld input.disabled, div.geburtsdatum input#tag.disabled, div.geburtsdatum input#monat.disabled, div.geburtsdatum input#jahr.disabled, div.eingabefeld textarea.disabled {
	border-top: none;
	border-left: none;
	border-right: none;
	color: #000;
	font-family: 'Special Elite', cursive;
	font-size: 16px;
	background: rgba(255,255,255,.5);
}

div.eingabefeld textarea.disabled {
	height: 126px;
	border-bottom: none;
}

div.eingabefeld.profil {
	height: auto;
}
