*	{
	margin: 0;
	padding: 0;
	border: 0;
}

html	{
	background: url(../img/bg.gif) #5c5c5c;

} 

body	{
	text-align: center;
	font-family: "Garamond","Adobe Garamond" "Times New Roman", Times, serif;
	font-size: medium;
	line-height: 140%;
	color: #333;
}

p	{
	margin: 0 0 2em 0;
}

h2	{
	color: #cf0b0c;
	font-size: 140%;
	margin: 0 0 1.5em 0;
}

a	{
	border-bottom: 1px dashed #333;
	color: #cf0b0c;
	text-decoration: none;
	outline: none;
}

a:hover	{
	background: #333;
	color: white;
	border: none;
}

a.start	{
	border: 0;
	text-decoration: none;
}

a:hover.start	{
	background: 0;
	color: white;
	border: none;
}


#container	{
	margin: 0 auto;
	width: 750px;
}

#top	{
	width: 750px;
	height: 320px;
	background: url(../img/top.jpg) no-repeat;
}

#navi	{
	width: 750px;
	height: 80px;
	background: url(../img/bg_navi.jpg) no-repeat;
}

#navi ul	{
	text-align: left;
	padding: 0 0 0 110px;
}

#navi ul li	{
	list-style-type: none;
	display: inline;
}

#navi a	{
	border: 0;
}

#navi a:hover	{
	background: 0;
}

#maincontent	{
	float: left;
	text-align: left;
	width: 750px;
	background: url(../img/bg_content.gif) repeat-y #dcd4bf;
	font-size: 90%;
}

#content	{
	width: 340px;
	float: left;
	padding: 40px 80px 40px 60px;
}

.seperate	{
	
	height: 26px;
	background: url(../img/seperate.gif) no-repeat 100px 0;
	margin: 0 0 2em 0;
}

.seperate hr	{
	display: none;
}

#content ul {}

ul.ref	{
	padding: 0 0 0 1.5em;
	margin: 0 0 2em 0;
	list-style-type: circle;
}


img.left	{
	float: left;
	margin: 0 0 2em 0;
}

img.right	{
	float: right;
	margin: 0 0 2em 0;
}


.projekte	{
	line-height: 120%;
	height: 70px;
	padding-top: 7px;
	margin-bottom: 2em;
}

.pro_img	{
	float: left;
	margin: 0 10px 0 0;
}


label	{
	width: 300px;
	float: left;
	font-weight: bold;
}

input	{
	width: 300px;
	height: 23px;
	font: 1em "Times New Roman", Times, serif;
	color: #897c62;
	padding: 7px 0 0 5px;
	background: url(../img/bg_input.png) no-repeat;
}

textarea	{
	width: 300px;
	height: 180px;
	font: 1em "Times New Roman", Times, serif;
	color: #897c62;
	padding: 10px 0 0 5px;
	background: url(../img/bg_textarea.png) no-repeat;
}


input#send	{
	width: 120px;
	height: 30px;
	padding: 0;
	cursor: pointer;
	background: url(../img/bg_send.png) no-repeat;
}

input#reset	{
	width: 120px;
	height: 30px;
	padding: 0;
	cursor: pointer;
	background: url(../img/bg_reset.png) no-repeat;
}


.alert	{
	color: #000;
	font-weight: bold;
}



#sidebar	{
	width: 230px;
	float: right;
	padding: 40px 20px 40px 20px;
	font-size: 90%;
	line-height: 120%;
}

#sidebar h2	{
	color: #333;
}

#sidebar h3	{
	color: #ffcc80;
	font-size: 110%;
	margin: 0 0 0.8em 0;
}

.kontakt	{
	font-size: 110%;
	line-height: 130%;
}


#booking	{
	width: 115px;
	height: 115px;
	color: #fff;
	padding: 60px 50px 0 35px;
	background: url(../img/sb_bg_booking.gif) no-repeat 10px 0;
}

#booking p {
	line-height: 90%;	
}

#live	{
	width: 150px;
	height: 90px;
	margin: 3em 0 0 0;
	padding: 65px 0 0 45px;
	background: url(../img/sb_bg_live.gif) no-repeat;
}

#sidebar a.kontakt	{
	color: #fff;
	border: 0;
	font-size: 100%;
	text-decoration: underline;
}

#sidebar a:hover.kontakt	{
	color: #fff;
	background: 0;
	text-decoration: none;
}


#footer	{
	clear: both;
	width: 750px;
	font-size: 80%;
	color: white;
	padding: 60px 0 30px 0;
	background: url(../img/bg_footer.png) no-repeat; 
}

#footer a	{
	color: white;
	text-decoration: underline;
	border: none;
}

#footer a:hover	{
	background: none;
	text-decoration: none;
}

