html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body{
	background-image: url(../assets/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Georgia, Times New Roman, Arial;
	line-height: 1.1em;
	letter-spacing: 0.06em;
	text-align: justify;
	color: #ffcc66;
	}
	
a{
	color: #ffcc66;
}
a :hover{
	color: #ffcc66;
	font-style: italic;
}

#inhalt {
	margin: 50px;
	width: 500px;
}
	
#main_wrapper{
	width: 1000px;
}

#header{
	width: 1000px;
	height: 347px;
}

#main{
	width: 1000px;
}

#navi_content_wrapper{
	width: 723px;
	background-image: url(../assets/navi_content_bgn.png);
	background-repeat: repeat-y;
	float: left;
}

#navi_content_wrapper_dasbuch, #navi_content_wrapper_links{
	width: 1000px;
	background-image: url(../assets/navi_content_bgn.png);
	background-repeat: repeat-y;
	float: left;
}

#navi{
	width: 189px;
	background-image: url(../assets/navi_bg_bgn.png);
	background-repeat: no-repeat;
	float: left;
}

#content{
	width: 500px;
	margin-left: 189px;
	padding-bottom: 40px;
	text-align: justify;
}

#content_dasbuch, #content_links{
	width: 800px;
	margin-left: 189px;
	padding-bottom: 60px;
	padding-top: 15px;
}

#content_dasbuch {
    font-size: small;
}

#right{
	width: 277px;
	float: right;
	padding-top: 40px;
}

#right_dl {
	position: absolute;
	margin-left: 400px;
}

#right_dasbuch{
	width: 300px;
	float: right;
	padding-top: 75px;
	padding-bottom: 140px;
}

#m1, #m2, #m3{
	width: 200px;
	border: 1px solid #ffcc66;
	background-image: url(../assets/mapbg.jpg);
	padding: 10px;
	position: absolute;
	top: 120px;
	left: 500px;
	visibility: hidden;
}

map{
	margin: 10px;
}
.hidden{
	display: none;
}
#impressum{
	width: 1000px;
	text-align: right;
}

label {
	display: block;
	margin-top: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

input, textarea {
	width: 280px;
	font-family: verdana, sans-serif;
	font-size: small;
	background-color: #001C43;
	border: 1px solid #ffcc66;
	color: #ffcc66;
}
.inputs{
	padding-left: 30px;
}

textarea {
	height: 100px;
	margin-top: 4px;
	margin-bottom: 4px;
}

input.submit {
	background-color: #001C43;
	width: 100px;
	border: 1px #ffcc66 solid;
	color: #ffcc66;
	margin-top: 4px;
	margin-bottom: 30px;
}
#entries{

}
.eintrag{
	padding: 8px;
	border: 1px solid #ffcc66;
}
