body{
	margin:0;
	padding:0;
	background: url('images/background.png');
}

ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul li{
	float:left;
}

ul a{
	color: #ffffff;
	text-decoration: none;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.clear{
	clear: both;
}

.no-clear{
	clear: none !important;
}

hr{
	margin: 5px 20px 20px 0;
}

/*** NOT GENERAL STYLES *******/

#window{
	width: 990px;
	height: 630px;
	margin: 20px auto 0 auto;
}

#header{
	width: 974px;
	height: 120px;
	background: #ffffff url('images/header-bg.png') repeat-x;
	padding-bottom: 2px;
	float:left;
}

#content{
	width: 974px;
	height: 422px;
	background: #999999 url('images/welcome-screen.png') no-repeat;
	clear:left;
	float:left;
}

#content2{
	width: 974px;
	height: 422px;
	background: #999999 url('images/content-bg.png') no-repeat;
	clear:left;
	float:left;
}

#footer{
	width: 974px;
	height: 63px;
	background: #ffffff url('images/footer-bg.png') repeat-x;
	padding-top: 2px;
	clear:left;
	float:left;
}

#shadow-top-right{
	width: 16px;
	height: 122px;
	background: url('images/shadow-top-right.png') no-repeat;
	float:left;
}

#shadow-middle-right{
	width: 16px;
	height: 422px;
	background: url('images/shadow-right.png') repeat-y;
	float:left;
}

#shadow-bottom-right{
	width: 16px;
	height: 65px;
	background: url('images/shadow-right.png') repeat-y;
	float:left;
}

#shadow-bottom{
	width: 990px;
	height: 21px;
	background: url('images/shadow-bottom.png') no-repeat;
	float:left;
}

#heading{
	float:left;
	text-indent: -30000px;
	margin: 15px 0 0 17px;
	width: 317px;
	height: 99px;
	background: url('images/heading.png') no-repeat;
	cursor: Pointer;
}

#header ul{
	float:right;
	margin: 80px 0 0 0;
}

#header ul li{
	margin-right: 30px;
}

#footer ul{
	float: right;
	margin: 35px 0 0 0;
}

#footer li{
	margin-right: 10px;
}

#content-description-twothird{
	height: 385px;
	width: 700px;
	margin: 20px 0 0 25px;
	overflow: auto;
	float: left;
}

#content-description{
	position: relative;
	height: 385px;
	width: 930px;
	margin: 20px 0 0 25px;
	overflow: auto;
}

#content-rightarea{
	height: 385px;
	width: 180px;
	margin: 20px 30px 0 25px;
	overflow: hidden;
	float: right;
}

.linkarea{
	display: block;
	width: 160px;
}

.linkarea.top{
	height: 250px;
	margin: 0 0 10px 0;
	outline: none;
}

.linkarea.bottom{
	height: 125px;
	outline: none;
}

.linkarea img{
	border: 0;
	clear: both;
	float: right;
	margin: 0 0 10px 0;
}

ul.content-list{
	clear:both;
	float:left;
	list-style-type: none;
	margin: 0 0 20px 5px;
	width: 90%;
}

ul.content-list li{
	clear: both;
	padding: 0 0 0px 10px;
	background: url('images/list-square.png') 0px 10px no-repeat;
	width: 90%;
}

.top-right{
	clear: none !important;
	float: right;
	margin: 0 20px 0 0 !important;
}

.top-left{
	clear: none !important;
	float: left;
	margin: 0 20px 0 0 !important;
}

.top-small{
	font-size: 0.9em;
	padding-left: 10px;
	background: url('images/to-top.png') 0px 12px no-repeat;
}

dl.dl-list{
	width: 610px;
	float:left;
	margin: 0;
}

dl.dl-list dt{
	clear: both;
	float: left;
	width: 210px;
	margin-top: 9px;
}

dl.dl-list dd{
	margin: 9px 0 0 0;
	clear: right;
	float: right;
	width: 400px;
}

dl.dl-list dd+dd{
	margin: 0;
}

dl.dl-kontakt{
	width: 460px;
}

dl.dl-kontakt dt{
	width: 160px;
}

dl.dl-kontakt dd{
	width: 300px;
}

#mySignature{
	margin-top: 40px;
}

#link-formular{
	clear: none !important;
	float:left;
	width: 880px;
	margin: 0;
}


/* FÜR WEGBESCHREIBUNG */
#imagepic{
	float: right;
	width: 450px;
	height: 320px;
	/*background: #ff0000;*/
}

.form{
	clear: both;
	float:left;
}


/* Kontaktformular */

input#firstname{
	width: 248px;
}

input#surname{
	width: 248px;
}

input#phone{
	width: 248px;
}

input#street{
	width: 200px;
}

input#streetnr{
	width: 40px;
}

input#plz{
	width: 60px;
}

input#town{
	width: 180px;
}

input#email{
	width: 248px;
}

textarea#emailtext{
	width: 248px;
	height: 60px;
}

input#submit_btn{
	float: right;
	margin: 0 48px 0 0;
}

.redinput{
	border-color: #FF0000;
}

/* Gästebuch */

div.entry p{
	clear: none;
	float: left;
	width: 200px;
	margin-top: 0px !important;
}

div.entry p:first-child{
	clear: left;
}

div.entry p +p{
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	width: 600px;
}

div.entry p.second{
	width: 600px;
	margin-bottom: 10px;
}

div.entry p h2{
	clear: none;
}

div.entry{
	float: left;
	margin-bottom: 30px;
}

div.nav-entry{
	float: left;
	margin-bottom: 0px;
}

hr.guestbook-hr{
	margin: 20px 0 20px 0;
}

a.test{
	display: block; 
	width: 140px;
	height: 140px;
	padding: 0 10px 10px 0;
	background: url('images/shadow_border.png') no-repeat;
	margin: 15px;
	float: left;
	border: 0;
}

a.test img{
	border: 0;
}

.socialbookmarks{
	width: 400px;
	float: left;
	margin: 30px 0 0 15px;
}
