* {	margin: 0;padding: 0;}
body {
	background-color: #FFF;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#navigation,
#mainnav,
#cornertl,
#cornerbr,
#service,
#footer {display: none;visibility: hidden;}

#logo {	position: absolute;	top: 0;	right: 0;}
#logo img {	border: none;display: none; visibility: hidden;}
#logo img.print {
	visibility: visible;
	display: block;	
	height: 36px;
	width: 380px;
}
#centerbox,
#maincontainer {position: relative; top: 0; left: 0; margin: 0; padding: 0;overflow: auto;}

#content_container {
	margin-top: 60px;
	position: relative;
	width: 100%;
	background: transparent;
	overflow: auto;
}
#content h1, 
#content h2, 
#albumtext h1, 
#albumtext h2 {	margin: 1.2em 0 0.3em 0;font-weight: normal;}
#content h1, 
#albumtext h1 {	font-size: 1.3em;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
#content h2,
#albumtext h2 {font-size: 1em;}
#content .firstheading, 
#albumtext .firstheading {margin-top: 0;}
#content p, 
#albumtext p, 
#content address {
	font-size: 0.7em;
	margin: 0.5em 0;
	text-transform: uppercase;
	font-style: normal;
}
#content ul, #content ol,
#albumtext ul, #albumtext ol {font-size: 0.7em;	margin: 0.5em 0 0.5em 2em;}
#content a,
#albumtext a {text-decoration: underline;color: #333;}
#content a:hover,
#albumtext a:hover {text-decoration: none;color: #000;}
#content img, 
#albumtext img {float: left;margin: 3px 1em 5px 0;border: none;}
#content img.img_right, 
#albumtext img.img_right {
	float: right;
	margin: 3px 0 5px 1em;
}
#content img.img_alone, 
#albumtext img.img_alone {
	float: none;
	clear: both;
	margin: 5px 0;
}
/*GALERIE*/
#content ul.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .gallery li {display: block;}
#content .gallery li a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 149px 0;
	width: 519px;
	margin-bottom: 15px;
}
#content .gallery li a:hover {margin-bottom: 15px;display: block;}
#content .gallery li a img {
	float: left;
	border: none;
	margin: 0;
}
#content .gallery li a .title {
	position: static;
	top: 0;
	padding-left: 160px;
	font-size: 18px;
	line-height: 18px;
	color: #B4B49E;
	display: block;
}
#content .gallery li a:hover .title {color: #6D6D60;}
#content .gallery li a .title2 {
	visibility: hidden;
	position: relative;
	display: block;
	top: 30px;
	height: 55px;
	padding-left: 157px;
	font-size: 55px;
	line-height: 55px;
	color: #B4B49E;
}
#content .gallery li a:hover .title2 {
	visibility: visible;
	opacity: 0.3;
	background: transparent url() no-repeat 999px 999px;
}
/* ALBUM */
#albumtext {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 200px;
	margin: 0;
}
#album {float: right;list-style: none;}
#album li {	margin: 0 0 15px 0;}
#album li a {
	border: 1px solid #A4A397;
	height: 267px;
	width: 267px;
	display: block;
	text-align: right;
	text-decoration: none;
	overflow: hidden;
}
#album li a img {
	vertical-align: middle;
	text-decoration: none;
	border: none;
	display: inline;
	float: left;
}
#album li .counter {
	display: block;
	margin-top: -18px;
	text-align: right;
	color: #D2D1C1;
	font-weight: 600;
}
/* CONTACTFORM */
#contactform {margin-bottom: 1.5em;	padding-top: 4px;}
#content label {font-size: 0.7em;}
#content label.formlabel {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	margin: 2px 0;
}
#contactform .form_text,
#newsletterform .form_text {
	display: block;
	font-size: 0.7em;
	margin: 5px 0 0 0;
	padding: 0;
}
#contactform .input_text, 
#newsletterform .input_text {
	width: 200px;
	margin: 2px 3px 2px 0px;
	padding: 2px 0px 2px 5px;
	border: 1px solid #E5E5C9;
	font-size: 0.75em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#contactform .input_text:focus, 
#newsletterform .input_text:focus {	border: 1px solid #333;}
#contactform #nachricht {width: 370px;background: transparent url(../images/bg-input02.jpg) repeat-x 0 0;}
#contactform #nachricht:focus {	background: transparent url(../images/bg-input02_02.jpg) repeat-x 0 0;}
#contactform #formmessage {	margin-left: 110px;}
#contactform label input {
	margin: 3px 0;
	padding: 0;
	background: transparent;
	width: auto;
}
#contactform .button,
#newsletterform .button {width: auto;background: none;}
#content .error {background-color: #EECCCC;	border: 1px solid #F00;}
#content .error:focus {	background-color: transparent;	border: 1px solid #F00;}
