body{
	text-align: center;
	margin: auto;

	height: 100%;
	margin: 0px;
	
	color: #000;
	font-family: verdana;

	background-image: url('/images/background.gif');
}

#background{
	background-color: #fff;
	border: solid #fcbcca 1px;
	border-top: none;

	width: 680px;
	margin: auto;
	padding: 5px;
}

.cleaner{
	clear: both;
}

#header{
	text-align: left;
	background-color: #fff;

	padding: 15px;
	border-bottom: solid #fcbcca 1px;
}

#header h1{
	margin: 0px;
	

	float: left;
}

#header h1 a img{
	border: none;

	position: relative;
	top: +10px;
}

#header address{
	float: right;

	font-size: 10px;
}

#body{
	padding-top: 5px;

	min-height: 400px;
	_height: 400px;

	text-align: center;
}

#submenu{
	background-image: url('/images/topimage.jpg');
	background-repeat: no-repeat;
	float: left;
	margin-left: 2px;
	margin-top: 1px;

	width: 485px;
	height: 195px;

	position: relative;

	text-align: left;
}

#submenu a{
	float: left;
	width: 241px;
	height: 44px;
	line-height: 40px;

	margin-top: 151px;

	text-align: center;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 18px;

	color: #cebfbf;

	border: solid #fcb5b9 1px;
	border-top: none;
	border-right: none;
}

#submenu ul{
	margin: 0px;
	padding: 0px;

	text-align: center;
	list-style-type: none;
}

#submenu a:hover{
	color: #7f7f7f;
}

#submenu .submenu-end{
	border-right: solid #fcb5b9 1px;
}

#submenu .submenu-reference{
	background-image: url('/images/reference.png');
	background-repeat: no-repeat;
	background-position: 30px 10px;
}

#submenu .submenu-kontakt{
	background-image: url('/images/kontakt.png');
	background-repeat: no-repeat;
	background-position: 30px 10px;
}

#submenu .submenu-selected{
	color: #7f7f7f;
}

#tail{
	border-top: solid #b60000 20px;
	background-color: #ffc7c8;

	font-size: 8px;
	text-align: left;

	padding: 5px;
}

#tail #partners{
	float: right;
}

#tail #partners a{
	color: #0000ff;
}

#content {
	padding: 10px;
	color: #b60000;

	font-size: 12px;
	text-align: left;
}

#content h2{
	text-align: left;
	height: 30px;
	
	background-image: url('/images/h2.png');
	background-repeat: no-repeat;
	background-position: 8px 8px;

	border: solid #ffb5b5 1px;
	color: #b60000;
	text-indent: 40px;
	font-size: 16px;
	line-height: 30px;
}


#content p{
	text-align: justify;
}

#content .right{
	text-align: right;
}

#content .photogalleryimg img{
	border: solid #7f7f7f 1px;
	width: 150px;

	
}

#content .photogallery, legend{
	border: solid #b60000 1px;
	color: #b60000;
}

#content #contact{
	width: 100%;
	margin: 20px;
}

#content #contact td{
	padding: 10px;
}

#content iframe{
	margin: 15px;
}

#content .reference{
	float: left;
	width: 320px;
}

#content .reference img{
	width: 235px !important;
}

#contact-form{
	color: #b60000;
	border: solid #b60000 1px;
}

#contact-form legend{
	color: #b60000;
}

#contact-form p{
	margin: 2px;
}

#contact-form label{
	float: left;
	width: 145px;
	margin-right: 5px;

	text-align: right;
}

#contact-form input{
	color: #b60000;
	border: solid #b60000 1px;
	font-size: 12px;

	background-color: #fff;
}

#contact-form textarea{
	border: solid #b60000 1px;
	font-size: 12px;
	color: #b60000;

	width: 100%;
}

#contact-form .contact-form-error{
	font-weight: bold;
}

#menu{
	float: left;
}

#menu ul{
	margin: 0px;
	padding: 0px;

	text-align: center;
	list-style-type: none;
}

#menu ul li{
	text-align: left;
	text-indent: 35px;

	background-image: url('/images/menu.png');
	background-repeat: no-repeat;
}

#menu ul li a{
	font-variant: small-caps;
	font-size: 13px;
	text-decoration: none;
	line-height: 26px;

	color: #fff;

	width: 192px;
	height: 28px;

	display: block;
}

#menu ul li a:hover{
	background-image: url('/images/menu_active.png');
	background-repeat: no-repeat;
}

#menu .menu-selected{
	background-image: url('/images/menu_active.png');
	background-repeat: no-repeat;
}



