﻿/* SAMMLUNG FRIEDRICHSHOF*/
/* reset browser defaults */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-weight: inherit;*/
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
	table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* end browser default reset code */

/* BASICS ------------------------- */

html,html body {height:100%;}

body, td
{
background-color: #ffffff;
color: #000;
padding: 0;
margin: 0;
font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
font-size: 12px;
line-height: 17px;
}

#container {
min-height: 100%;
/*padding-top: 55px;*/
padding-top: 1px;
position: relative;
}


td {
vertical-align: top;
background-color: transparent;
}

.editorbody {
	/* Dieser Body wird vom Editor verwendet - Background entfernen */
	margin-top: 15px;
	background-color: white;
	background-image: none;
}

/* BASICS - LINK STYLES --------------- */

a {
/*color: #484848 !important;*/
color: #000 !important;
text-decoration: underline;
}

a:hover {
/*color: #000000 !important;*/
color: #000 !important;
text-decoration: underline;
}

a label {
color: black !important;
text-decoration: none;
font-weight: bold;
}

a:hover label {
color: #ff0000 !important;
}

/* Image Styles */

img {
border: 0px;
margin: 0px;
padding: 0px;
display: block;
}

img.top {
	width: 500px;
	margin-bottom: 19px;
}

p {
	padding: 0;
	margin-bottom: 1.5em;
}

div {
padding: 0;
margin: 0;
}

/*Überschriften = = = = = = = = = = = = = = = = = = = = = = = = = */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #51504c;
	margin: 0px 0px 17px 0px;
	padding-left: 6px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding-left: 6px;
}

h2 ~ h2 {
	/* h2 die als vorgänger h2 hat - abstand nach oben erhöhen */
	padding-top: 15px;
	padding-left: 6px;
}

h3 {
	/* Verwendet bei Anreise */
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-left: 6px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding-left: 6px;
	margin-bottom: 14px;
}

h5 {
	/* Bilder-Labels */
	font-weight: normal;
	text-align: left;
	margin-top: -28px;
	margin-bottom: 31px;
	padding-left: 6px;
	font-size: 9px;
	line-height: 11px;
}


/* Spalten Layout = = = = = = = = = = = = = = = = = = = = = = = = = */

#corelayout-top {
	height: 55px; /* Abstand Layout nach oben - padding emulation */
	width: 500px;
	margin-left: 50px;
	margin-top: 55px;
}

#corelayout {
	width: 974px;
	margin-left: 50px;
	padding-bottom: 150px;
}

#corelayout td {
	width: 500px;
	margin-left: 50px;
	margin-top: 55px;
}

#corelayout #nav {
	width: 474px;
}

#corelayout-bottom {
	height: 36px; /* Abstand Layout nach unten - padding emulation */
	width: 500px;
	margin-left: 50px;
}

/* Haupt-Navigation ----------------------------------------------- */
ul#mnav, ul.msnav, ul.mseventnav {
	font-size: 11px;
	line-height: 17.5px;
	padding: 0;
	margin: -3px 0 0 54px;
	color: #000000;
	width: 100%;
	letter-spacing: 1px;
	list-style-type: none;
} 

ul.msnav, ul.mseventnav {
	margin-top: 40px;
}

ul#mnav li, ul.msnav li, ul.mseventnav li {
	list-style: none;
	background: transparent url('p/square.gif') no-repeat 0px 4px;
	padding-left: 18px;
}

ul#mnav li.active, ul.msnav li.active, ul.mseventnav li.active {
	background: transparent url('p/square_filled.gif') no-repeat 0px 4px;
}

ul#mnav li a, ul.msnav li a, ul.mseventnav li a {
	text-decoration: none;
} 

ul#mnav li a.a, ul.msnav li a.a, ul.mseventnav li a.a {
	font-weight: bold;
}

ul#mnav a:hover, ul.msnav a:hover, ul.mseventnav a:hover {
	text-decoration: none;
	font-weight: bold;
} 

ul.mseventnav li a, ul.mseventnav li a:hover, ul.mseventnav li a.a {
	font-size: 11px;
}

/* Service Navigation ----------------------------------------------- */

ul#snav {
	font-size: 9px;
/*	line-height:100%;*/
	color: Black;
	margin: 40px 0 0 75px;
	padding: 0;
	color: #ff9999;
} 

ul#snav li {
	list-style: none;
}

ul#snav li a {
	text-decoration: none;
} 

ul#snav li a.a{
	color: #666666 !important;
	font-weight: bold;
}

ul#snav a:hover {
	text-decoration: none;
	color: #666666 !important;
} 

/* Key Elements */


#logo {
	position: absolute;
	top: 35px;
	left: 58px;
	text-decoration: none;
	width: 347px;
	height: 13px;
	display: block;
	background: transparent url('p/logo.gif') no-repeat;
}

/* Content Spalte ------------------------------------------------ */

#middle {
	width: 500px;
}

#content {
	padding-top: 0px;
	width: 500px;
}

#content div.spacer {
	margin: -4px 0 0 0;
	width: 500px;
	height: 19px;
}
/*
#content a, #content a:hover, #content a:visited, #contend a:active {
	font-weight: bold;
}*/

.txt {
	margin: 0;
	width: 494px;
	letter-spacing: 0.22px;
}

.txt p {
	padding-left: 6px;
	margin-bottom: 24px;
}

.txt p img, .txt p table, .txt p object{
	margin-left: -6px;
	margin-bottom: 33px;
	padding-top: 13px;
}

/* CONTENT-LIST STYLE */

.txt ul {
	margin: 0;
	padding: 6px 0px 6px 0;
	list-style: none;
	line-height: 22px;
}

.txt ul li {
	padding: 0;
 	padding-left: 16px;
	margin: 0;
}

#corelayout table {
	margin-bottom: 4px;
}

#corelayout table tr td, #corelayout table tr th {
	/*padding: 0 5px 0 5px;*/
}

#corelayout table tr td {
	background-color: #ffffff;
}

#corelayout table tr th {
	font-weight: bold;
}

#mini-line, #mini-line-two {
	position: absolute;
	line-height: 1px;
	font-size: 1px;
}

#mini-line {
	width: 11px;
	height: 1px;
	top: 485px;
	left: 0;
	border-top: 1px solid black;
}

#mini-line-two {
	width: 1px;
	height: 11px;
	top: 0;
	left: 599px;
	border-right: 1px solid black;
}

/* Footer - Spalte  --------------------------------------------------- */

#footer {
	height: 150px;
	background-color: #000;
	width: 500px;
	margin-left: 50px;
	position: absolute;
	bottom: 0;
}

#footer p {
	color: #ffffff;
	margin-left: 9px;
	margin-top: 2px;
	font-size: 9px;
	line-height: 14px;
	font-family: "Lucida Grande", "Lucida Sans",  Arial, sans-serif;
}

#footer a, #footer a:active, #footer a:hover, #footer a:visited {
	text-decoration: none;
} 

/* NAVIGATIONS-Bereich */

object, embed {
padding:0;
margin:0;
display: block;
}

/* CONTENT - MODULES ---------------------------------------------------------------------  */

.dbobject {
	background-color: yellow;
	padding: 8px 4px 8px 4px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	color: #b22222;
	font-weight: bold;
}

/* TABS ---------------------------------------------------------------------  */

.tab-content {
    margin: 0;
    padding: 0;
    visibility: hidden;
}

/* IMAGE GALLERY ---------------------------------------------------------------------  */

.headerbildDesc {
	position: relative;
	text-align: left;
	top: -15px;
	left: 0;
	margin: 0 21px 0 0;
	padding-left: 6px;
	font-size: 9px;
	line-height: 12px;
}

#topgallery_nav {
	width: 81px;
	height: 13px;
	position: absolute;
	bottom: 38px;
	right: 2px;
	z-index: 40;
}

#topgallery_left {
	position: absolute;
	top: 0px;
	left: 45px;
	margin: 1px 0 1px 0;
	width: 15px;
	height: 13px;
	z-index: 50;
	cursor: pointer;
	background-image: url('p/arrow_left.png');
}

#topgallery_right {
	position: absolute;
	top: 0px;
	left: 62px;
	margin: 1px 0 1px 0;
	width: 15px;
	height: 13px;
	z-index: 50;
	cursor: pointer;
	background-image: url('p/arrow_right.png');
}

* html #topgallery_left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/css/p/arrow_left.png', sizingMethod='scale');
	background: none;
}

* html #topgallery_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/css/p/arrow_right.png', sizingMethod='scale');
	background: none;
}

td p, td img {
	margin-bottom: 28px;
}

/* Newsletter */

.mod-newsletter {
margin-left: 8px;
}

.mod-newsletter .field {
background-color: #FFFFFF;
border: 1px solid #C0C0C0;
font-size: 11px;
width: 180px;
}

.mod-newsletter .send {
background-color: white;
border: 1px solid #C0C0C0;
font-size: 11px;
margin-left: 8px;
}

table.presse {
	margin: 16px 0 0 0;
}

.table-spacer {
	display: block;
	height: 41px;
}

p.datum {
	margin:0 0 18px -3px;
}

span.titel {
	font-size:11px;
}

