/* ============== Tags ============== */

body {
    margin : 0;
    background: #183952 url(/images/background.gif);
}

#pressPicture { /* body des Popups*/
	background: #FFFFFF none;
}

body, div, p, th, td, input, select, option, textarea, a {
    color: #000000;
    font-size: 11px;
    line-height: 14px;
    font-family: Verdana, Arial, sans-serif;	
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
    font-style: normal;
    font-family: Georgia, Times, serif;    
    padding: 1px 0 0 0;
    margin: 0;	
}

h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
}

h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 11px;
    line-height: 100%;	
}

a, .submitbutton {
    color: #0055AB;
    text-decoration: underline;
}

ul li {
	list-style-image: url("/images/listenpunkt.gif");
}

ul, ol {
	margin-top: 0px;
}

/* ============== Seitenelemente ============== */

#mainTable {
	height: 100%;
    width: 730px;
}

.imgContainer {
	position: relative;
	left: 0px;
	top: 0px;
	float: right;
	margin-left: -20px;
	margin-bottom: 10px;
}

.img {
	position: absolute;
	left: 40px;
}

.largeImgContainer {
	position: relative;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.largeImg {
	position: absolute;
}

.largeImgSubline {
	margin-bottom: 10px;
}

#img {
	padding-top: 9px;
    position: absolute;
    left: 500px;
    top: 215px;
	z-index: 3;
}

#linkbox {
    z-index: 4;
    position: absolute;
    left:500px;
    top: 215px;
    width: 210px;
    height: 85px;
    clip: rect(0 210 85 0);
    overflow: auto;
	margin-top: 9px;
}

#linkbox a {
	color: #000000;
    text-decoration: underline;
}

/* Galerie */
#gallery {
    position: absolute;
    left: 690px;
    top: 110px;
    width: auto;
    overflow: hidden;
    clip: rect(0 0 0 0);
    z-index: 3;
}

#galleryBg {
	position: absolute;
    left: 50px;
    top: 20px;
    background: #DDDDDD url(/images/gallerybg.gif) repeat-x;
    z-index: 2;
}

#galleryWhiteBg {
	position: absolute;
    left: 0px;
    top: 0px;
    background-color: #FFFFFF;
    z-index: 1;
}

.galleryImg {
    position: absolute;
    left: 0px;
    top: 43px;
    z-index: 3;
	width: 150px;
	overflow: hidden;
}

.galleryImg a {
	color: #000000;
    text-decoration: underline;
}

.galleryText {
    position: absolute;
    left: 0px;
    top: 87px;
    width: 450px;
    overflow: hidden;
    background-color: #486276;
    color: #FFFFFF;
    visibility: hidden;
    z-index: 3;
}

.galleryText a {
	color: #8EC1E8;
    text-decoration: underline;
}

.galleryText div {
    color: #FFFFFF;
	padding: 20px;
}

.galleryText td {
    color: #FFFFFF;
}

.galleryHeadline {
	margin-bottom: 50px;
	font-size: 16px;
	font-family: Georgia, Times, serif;
    font-weight: bold;
    color: #999900;
}

.galleryDescription {
    color: #7F7B84;
}

#enterGallery {
	position: relative;
	margin-top: 1em;
}

#enterGallery #message {
	position: absolute;
}

#enterGallery #link {
	position: absolute;
	visibility: hidden;
}

/* Karte */
#map {
	position: relative;
    top: 0px;
    left: 0px;
	margin-bottom: 20px;
}

#mapImg {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 460px;
    background-color: #EAEAEA;
    z-index: 1;
}

.mapType {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 460px;
	height: 400px;
    z-index: 1;
}

.mapNav {
	position: relative;
    width: 460px;
	height: 25px;
}

.mapImage {
	position: relative;
    top: 0px;
    left: 0px;
    width: 460px;
	background-repeat : no-repeat;
    z-index: 1;
}

#map, #mapImg, .mapImage {
	height: 400px;
}

.location {
	position: absolute;
    z-index: 2;
    font-size: 10px;
}

.mapDotLeft {
	position: relative;
    top: -1px;
    left: -1px;
}

.mapDotRight {
	position: relative;
    top: -1px;
    left: 1px;
}

.mapDot {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 4px;
    height: 4px;
    clip: rect(0 4 4 0);
    background-color: #183952;
}

/* ========== Panorama - Ansichten ============ */
.panoramaimage {
    margin:.5em 0;
}
.panoramalink {
    display:block;
    padding: 5px 0 10px 40px;
    background:url(/images/hand_forward.gif) no-repeat;
}

/* ========== Formularelemente ============ */

.submitbutton {
    background-color: transparent;
    border: none;
    text-align: left;
    font-size: 100%;
    cursor: hand;
}

/* ========== Kontextunabhaengige Klassen ============ */

/* Hintergruende */
.whitebg {
	background-color: #FFFFFF;
}

.logobg {
	background-color: #648DB3;
}

.headerbg {
	background-color: #647A8B;
}

.bgtoday {
	background-color: #FF6600;
}

.bgfamily {
	background-color: #C24A00;
}

.bghistory {
	background-color: #999900;
}

.shadow {
	background-color: #183952;
}

.fontnormal {
	font-weight: normal;
}

.fontbold {
	font-weight: bold;
}

.error {
	font-weight: bold;
    color: #FF0000;
}

.copycoltoday {
	font-family: Georgia, Times, serif;
    color: #FF6600;
}

.copycolfamily {
	font-family: Georgia, Times, serif;
    color: #C24A00;
}

.copycolhistory {
	font-family: Georgia, Times, serif;
    color: #999900;
}

/* Stammbaum */
.isHeir {
	color: #D45100;
}

#stammbaum {
	margin-top: 20px;
}

/* Linkboxen */
.lbtoday {
	background-color: #FFC299;
}

.lbfamily {
	background-color: #EBC3AB;
}

.lbhistory {
	background-color: #C2C266;
}

.textstart {
	margin-bottom: 5px;
}

.topmargin {
	margin-top: 10px;
	margin-bottom: 0px;
}

.bottommargin {
	margin-top: 0px;
	margin-bottom: 10px;
}

.eventteaser {
	margin-top: 0px;
}

.abstract {
	margin-bottom: 2em;
}

/* ========== Navigation ============ */

.navbg {
	background-color: #D7D7D7;
}

.navdivider {
	background-color: #FFFFFF;
    line-height: 1px;
}

.secnavtoday, .secnavfamily, .secnavhistory, .secnavshop, .hlsecnavtoday, .hlsecnavfamily, .hlsecnavhistory, .hlsecnavshop {
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    text-decoration: none;
	color: #666666;
}

.hlsecnavtoday {
	color: #FF6600;
}

.hlsecnavfamily {
	color: #C24A00;
}

.hlsecnavhistory {
	color: #999900;
}

.hlsecnavshop {
	color: #D87A29;
}

.secnavtoday:hover {
	color: #FF6600;
}

.secnavfamily:hover {
	color: #C24A00;
}

.secnavhistory:hover {
	color: #999900;
}

.secnavshop:hover {
	color: #D87A29;
}

.tertnavtoday, .tertnavfamily, .tertnavhistory, .tertnavshop, .hltertnavtoday, .hltertnavfamily, .hltertnavhistory, .hltertnavshop {
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
	color: #666666;
	margin-bottom: 5px;
	display: block;
}

.hltertnavtoday {
	color: #FF6600;
}

.hltertnavfamily {
	color: #C24A00;
}

.hltertnavhistory {
	color: #999900;
}

.hltertnavshop {
	color: #D87A29;
}

.tertnavtoday:hover {
	color: #FF6600;
}

.tertnavfamily:hover {
	color: #C24A00;
}

.tertnavhistory:hover {
	color: #999900;
}

.tertnavshop:hover {
	color: #D87A29;
}

