body {
	padding:0px;
	margin:0px;
	font-family:Verdana;
	font-size:11px;
	background:#ffffff url('../images/background.gif') no-repeat left top;
}

#thumbnail img, 
#content img { 
	behavior: url("{skin_path}css/iepngfix.htc");
}


#banner {
	position:absolute;
	left:0px;
	bottom:10px;
	width:1000px;
	text-align:right;
}
#thumbnails {
	position:absolute;
	left:0px;
	top:42px; /*  war: 50px  */
	width:1000px;
	text-align:left;
}
#thumbnails div {
	float:right;
}
.image-overview a,
#thumbnails a {
	display:block;
	float:left;
	margin-left:25px;
	width:74px;
	height:75px;
}
.image-overview {
	margin-top:10px;
}
.image-overview a {
	/*
	float:none;
	width:auto;
	*/
	float:left;
	width:125px;
	margin-bottom:20px;
}
.image-overview a img,
#thumbnails a img {
	border:2px solid #C2C5B1;
	width:70px;
	height:46px;
}
.image-overview a:hover,
#thumbnails a:hover {
	text-decoration:none;
}
.image-overview a .title,
#thumbnails a .title {
	font-size:9px;
	display:block;
	color:#7a7575;
}
.image-overview a .title {
	font-size:11px;
}

#thumbnails a.selected .title {
	font-style:italic;
}

#content {
	position:absolute;
	left:400px;
	top:125px;
	width:580px;
	height:398px;
	overflow:auto;
	padding:0px 10px;
	-webkit-user-drag:none;
	background-color:#C2C5B1;
}

.print {
	display:none;
}

#menu {
	position:absolute;
	left:55px;
	top:179px;
}
#menu ul {
	display:block;
	position:relative;
	padding:0px;
	margin:0px;
	text-indent:0px;
	margin-top:24px;
}
#menu ul li {
	padding:0px;
	margin:0px;
	#border:1px solid #ffffff;
}
#menu a {
	display:block;
	color:#ff0000;
	line-height:12px;
	margin-bottom:12px;
	#margin-bottom:10px;
	font-weight:bold;
	text-decoration:none;
}
#menu a.selected {
	font-style:italic;
}

#menu ul.pages0 {
	position:absolute;
	left:0px;
	top:0px;
	padding:0px;
	margin:0px;
	text-indent:0px;
}
#menu li {
	display:block;
	list-style-type:none;
	padding:0px;
	margin:0px;
	text-indent:0px;
	line-height:12px;
}
#menu .pages0 a {
	color:#ff0000 ! important;
	font-weight:bold;
	text-decoration:none ! important;
}
#menu .pages0 a.selected {
	font-style:italic;
}

#menu .pages1 {
	color:#abaf93;
}
#menu .pages1 a {
	font-weight:bold;
	text-decoration:none ! important;
	color:#abaf93 ! important;
}

#address {
	position:absolute;
	left:195px;
	top:508px;
}




#lageplan {
	position:absolute;
	left:0px;
	top:0px;
	width:580px;
	height:350px; /*383*/
	overflow:hidden;
	border:3px solid #ffffff;
	-webkit-user-drag:none;
}
#innerlageplan {
	position:absolute;
	left:0px;
	top:0px;
	width:2500px;
	height:753px;
/*	background:url("/files/lageplan.jpg") no-repeat top left;*/
	cursor:move;
	-webkit-user-drag:none;
}
.drag {
}

a img {
	border-style:none;
}
a:active {
	outline:none;
}






/*
Comment
*/

.comment {
	border-bottom:1px solid #ffffff;
	margin-bottom:10px;
	padding-bottom:5px;
}
.comment p {
	margin:3px;
}
.comment p.author {
	color:#ffffff;
}

form.comment-form {
	padding:5px;
	background-color:#ffffff;
}
form.comment-form p.input {
	position:relative;
	display:block;
	height:20px;
	padding-left:100px;
}
form.comment-form p.input span.label {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:90px;
}
form.comment-form p.input input {
	width:300px;
}
form.comment-form textarea {
	width:400px;
	height:100px;
}
.error {
	font-weight:bold;
	color:#ff0000;
}


/*
Contact
*/
form.contact {
}
form.contact .label {
	display:block;
	float:left;
	width:150px;
}
form.contact .half {
	width:145px;
}
form.contact .full {
	width:300px;
}
form.contact textarea.full {
	height:150px;
}
form.contact .one {
	width:75px;
}
form.contact .two {
	width:200px;
}
form.contact .three {
	width:215px;
}



/*

Text Styles

*/




h1,h2,h3,h4,h5,h6,p {
	color:#656565;
}
h1 {
	font-size:15px;
	font-weight:bold;
	line-height:15px;
}
h2 {
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	line-height:15px;
}
h3 {
	font-size:11px;
	font-weight:bold;
	line-height:15px;
}
h4 {
	font-size:11px;
	font-weight:bold;
	line-height:15px;
	margin-bottom:0px;
}
h5 {
}
h6{
}
p {
	font-size:11px;
	line-height:15px;
}
ul {
}
ol {
}
li {
	font-size:11px;
	line-height:15px;
}
dl {
	font-size:11px;
	line-height:15px;
}
dt {
	font-size:11px;
	line-height:15px;
}
dd {
}

a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#ffffff;
	text-decoration:none;
}



a#EDIT {
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	background-color:#abaf93;
	color:#ffffff;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
}
