html, body { height: 100%; }

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 74%;
	color: #000000;
	line-height: 1.5em;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

* { font-size: 1.0em; }

img { border: 0; }

p {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
}

a {
	/*color: #7e0533;*/
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active { text-decoration: underline; }

strong { color: #000000; }

div.spacer {
	height: 30px;
	clear: both;
}

div.clear { clear: both; }

span, span a { color: #7e0533; }

h1, h2 {
	font-size: 1.2em;
	color: #7e0533;
	margin: 0px 0px 20px 0px;
}

h2 { margin-top: 40px; }

div.box-grau h2 { margin-top: 0px; }

h3 {
	width: 205px;
	text-align: right;
	margin: 50px 0px 0px 0px;
	clear: right;
}

.galerieheader { margin-top: 0px; }

h4 {
	font-size: 1.0em;
	margin: 0px 0px 0px 0px;
}

h5 {
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	margin: 40px 0px 0px 0px;
}

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

ul.infos {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

ul.infos li, p.list-item {
	padding-left: 0px;
	list-style-image: url('../images/gustav-klimt/picto-blau.gif');
}
p.list-item { display: list-item }

.error { color: #F60; }


/* =======
Box-Layout
======= */

div#rahmen {
	min-height: 100%;
	height: auto !important; /* moderne Browser */
	height: 100%; /* IE */
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
}

div#header {
	height: 62px;
	padding: 0px 0px 0px 55px;
	overflow: hidden;
}

div#header p { float: left; margin: 12px 20px 0px 0px; }
div#header p#termin { position: absolute; left: 775px; }
body.scheidl div#header p#termin { left: 668px; }

div#navigation {
	height: 25px;
	background-color: #8088a0;
	clear: both;
}

div#inhalt {
	background-image: url('../images/gustav-klimt/bg-inhalt-weiss.gif');
	background-repeat: repeat-x;
	clear: both;
}

div#inhalt-links {
	float: left;
	width: 205px;
}

div#inhalt-mitte {
	float: left;
	width: 535px;
	margin: 30px 0px 20px 55px;
}

div#inhalt-rand {
	float: left;
	width: 145px;
	margin: 30px 0px 0px 30px;
}

/*.gaestebuch { margin-top: 0px !important; }
.galerie { width: 620px !important; } */

div#footer { clear: both; }

/* Farben */

body.klimt div#header { background-color: #080a5c; }
body.klimt div#rahmen { background-image: url('../images/gustav-klimt/bg-links-klimt.gif'); }

body.hoffmann div#header { background-color: #edead8; }
body.hoffmann div#rahmen { background-image: url('../images/gustav-klimt/bg-links-hoffmann.gif'); }

body.oberhuber div#header { background-color: #e7e7e7; }
body.oberhuber div#rahmen { background-image: url('../images/gustav-klimt/bg-links-oberhuber.gif'); }

body.scheidl div#header { background-color: #ffe6a7; }
body.scheidl div#rahmen { background-image: url('../images/gustav-klimt/bg-links-scheidl.gif'); }

/* Startseite */

body.home {
	position: relative;
	min-width: 950px;
	min-height: 588px;
	background-color: #9eb1d0;
}

div#einstieg {
	position: absolute;
	width: 938px;
	height: 558px;
	top: 50%;
	left: 50%;
	margin-top: -295px;
	margin-left: -475px;
	border: 6px solid #fff;
	background-color: #fff;
}

div#einstieg-links {
	float: left;
	width: 493px;
	height: 558px;
	background-color: #080a5c;
}

div#einstieg-header { 
	height: 84px;
	padding: 22px 0px 0px 38px;
	background-color: #0f267e;
	border-bottom: 6px solid #5776b6;
}

div#einstieg-text { padding: 35px 0px 0px 38px; }

div#einstieg-rechts {
	float: right;
	width: 439px;
}

div#einstieg-rechts div.zusatz {
	float: left;
	position: absolute;
	margin: -293px -20px 0px 450px;
}

p#homelink {
	position: absolute;
	width: 960px;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

p#homelink a {
	font-weight: normal;
	font-size: 1.2em;
	color: #010246;
}	


/* =========
Navigationen
========= */

div#navigation ul {
	width: 950px;
	line-height: 25px;
	margin: 0px 0px 0px 38px;
	padding: 0px 0px 0px 0px;
}

div#navigation ul li {
	float: left;	
	list-style-type: none;
}

div#navigation ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	font-weight: normal;
	font-size: 0.9em;
	color: #000;
	border-right: 1px solid #aebcd2;	
	padding: 0px 10px 0px 18px;
}

div#navigation ul li a:hover, div#navigation ul li a.aktiv {
	color: #fff;
	font-weight: bold;
}

div#navigation ul li.nav-1 a { width: 5.5em; }
div#navigation ul li.nav-2 a { width: 10.0em; }
div#navigation ul li.nav-3 a { width: 13.5em; }
div#navigation ul li.nav-4 a { width: 16.5em; }
div#navigation ul li.nav-5 a { width: 8.0em; }
div#navigation ul li.nav-6 { float: right; }
div#navigation ul li.nav-6 a { width: 10.0em; border-right: none; }

body.hoffmann div#navigation ul { width: 963px; margin-left: 25px; }
body.hoffmann div#navigation ul li.nav-2 a { width: 13.0em; }

body.oberhuber div#navigation ul { width: 966px; margin-left: 22px; }
body.oberhuber div#navigation ul li.nav-2 a { width: 15.0em; }

body.scheidl div#navigation ul li.nav-3 a { width: 16.0em; }

/* Unternavigation Künstler */
ul#subnav-kuenstler {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 55px;
	background-color: #080a5c;
	background-image: url(../images/gustav-klimt/bg-subnav.gif);
	background-repeat: repeat-x;
}

ul#subnav-kuenstler li {
	width: 150px;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
}

ul#subnav-kuenstler li a {
	display: block;
	font-family: Arial;
	color: #6979a4;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 2px 0px 0px;
	border-bottom: 1px solid #8088a0;
}

ul#subnav-kuenstler li.last a { border: none; }

ul#subnav-kuenstler li a:hover, ul#subnav-kuenstler li a.aktiv { color: #fff; }
 
/* Unternavigation Details */
ul#subnav-detail {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 55px;
}

ul#subnav-detail li {
	width: 150px;
	list-style-type: none;
}

ul#subnav-detail li a {
	display: block;
	font-family: Arial;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	padding: 12px 10px 2px 0px;
	border-bottom: 1px solid #8088a0;
}

ul#subnav-detail li a:hover, ul#subnav-detail li a.aktiv {
	color: #080a5c;
	font-weight: bold;
}


/* =========
Inhalt Rand
========= */

ul.sponsoren {
	margin: 40px 0px 0px 14px;
	padding: 0px 0px 0px 0px;
}

body.klimt ul.sponsoren { margin-top: 0px; }

ul.sponsoren li {
	list-style-type: none;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}

body.home ul.sponsoren {
	height: 63px;
	background-color: #fff;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
}

body.home ul.sponsoren li {
	display: inline;	
	height: 63px;
	line-height: 63px;
	margin: 0px 25px 0px 0px;
}

body.home ul.sponsoren li.last { margin-left: 70px; }

body.home ul.sponsoren li img { vertical-align: middle; }


/* =========
Inhalt Mitte
========= */

p.aktuell { margin-right: 100px; }

p.zentriert { text-align: center; }

div.bild-umfluss-rechts {
	float: right;
	margin: 0px 0px 5px 30px;
}
.home div.bild-umfluss-rechts { margin: 40px 0px 5px 50px; }

div.bild-links {
	float: left;
	margin: 0px 20px 10px 0px;
}

div.zweipaltig-links {
	position: relative;
	float: left;
	width: 300px;
	margin-left: -20px;
}

div.zweipaltig-rechts {
	position: relative;
	float: right;
	width: 310px;
	margin-right: -80px;
}

img.anfahrt { margin: 0px 0px 15px -10px; }

div.box-grau {
	background-color: #EAEAEA;
	padding: 20px 20px 1px 10px;
	margin: 40px 0px 20px 0px;
}

ul.bilder-horizontal {
	position: relative;
	width: 700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.bilder-horizontal li {
	float: left;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0px 70px 20px 0px;
	margin: 0px 0px 0px 0px;
}

/* Virtuelle Ausstellung */

div#galerie-text {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 20px 0px 40px 0px;
}

div#galerie-copyright {
	position: relative;
	float: right;
	width: 150px;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: -106px -200px 0px 0px;
}

div.rechts {
	position: absolute;
	top: 160px;
	left: 520px;
	width: 300px;
}

body.hoffmann div.rechts { left: 600px; }
body.oberhuber div.rechts { left: 560px; }

div#galerie-blaettern {
	position: relative;
	float: right;
	top: -48px;
	right: -173px;
}

a#zurueck, a#weiter {
	display: block;
	float: left;
	width: 27px;
	height: 26px;
	background-repeat: no-repeat;
	background-image: url(../images/gustav-klimt/picto-blaettern.gif);
	margin: 0px 2px 0px 0px;
}

a#zurueck {background-position: 0px 0px;  }
a#zurueck:hover { background-position: 0px -28px; }
a#weiter { background-position: -29px 0px; }
a#weiter:hover { background-position: -29px -28px; }


/* Partner */

ul.partner {
	margin: 20px -50px 20px 0px;
	padding: 0px 0px 0px 0px;
}

ul.partner li {
	display: inline;
	list-style-type: none;
	margin: 0px 60px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.partner li img { vertical-align: middle; }


/* Gaestebuch */

div.spacer-gaestebuch {
	height: 1px;
	border-top: 2px solid #96b0da;
	margin: 20px 0px 20px 0px;
}

table h5 {
	font-size: 1.0em;
	margin: 0px 0px 0px 0px;
}

form.gaestebuch input.form, form.gaestebuch .formarea { border: 1px solid #7f9db9; }

form.gaestebuch .formarea {
	font-family: Arial;
	font-size: 1.0em;
}

p.picto-gaestebuch {
	position: absolute;
	margin: 32px 0px 0px 610px;
}


/* =======
Formulare
======= */

form.infomaterial {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form.infomaterial p { clear: left; }

form.infomaterial label {
	float: left;
	width: 90px;
}

input.textfeld, input.form200 {
	font-family: Verdana;
	border: 1px solid #7f9db9;
	padding: 4px 2px 4px 2px;
	margin: 0px 10px 0px 0px;
}

input.textfeld { width: 200px; }
input#PLZ { width: 75px; }
form.infomaterial input.form200 { font-size: 1.3em; }

p.checkbox input {
	float: left;
	margin: 0px 0px 16px 0px;
	border: none;
	clear: left;
}

* html p.checkbox input { margin-bottom: 0px; }
*+ html p.checkbox input { margin-bottom: 0px; }

p.checkbox span {
	float: left;
	padding: 0px 20px 0px 7px;
	margin: -2px 0px 0px 0px;
	color: #000;
}

* html p.checkbox span { margin-top: 2px; }
*+ html p.checkbox span { margin-top: 2px; }

p.hinweis { font-size: 0.8em; }

input#senden, input#loeschen {
	font-size: 1.1em;
	padding: 0px 10px 0px 10px;
}

