/* (c) 2007 Andreas Müller */
/* main.css, v1.0x 22.11.2007 */
/* erstellt für AM */

/* = Basis-Modul zur Angleichung der Schriften in diversen Browsers = */
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 82%;
line-height: 1.4;/* Keine Einheit angeben, um Überlappungen zu vermeiden */
height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;
}
h2, h3, h4 {
font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
font-style: italic;
letter-spacing: 1pt;
margin: 0px 0 15px 0;
padding: 5px 0px 5px 10px;
background:transparent;
color: Silver;
}
h2 {
margin-top: 12px;
padding-left: 30px;
font-size: 160%;
background:transparent;
color: Silver;
}
h3 {
font-size: 140%;
}
h4 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 120%;
font-style: italic;
}

html {
height:100%; 
max-height:100%;  
padding:0; 
margin:0; 
border:0; 
font-size:76%; 
font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ }

/* -------------------------------- Aufbau Hintergrundbild -------------------------------- */
#bild_left {
	position:absolute;left:0px;top:0px;width:100%;	height:100%;
	background: #fff url(../images/bg/bg05_01.jpg) no-repeat 0px 0px; 
}
#bild_top {
	position:absolute;left:150px;	top:0px;	width:100%;	height:100%;
	background: #fff url(../images/bg/bg05_02.jpg) no-repeat 0px 0px; 
}
#bild_middle {
	position:absolute;left:150px;top:100px;width:100%;	height:100%;
	background: #fff url(../images/bg/bg05_03.jpg) no-repeat 0px 0px; 
}
#head {position:fixed; margin:0; top:0; right:18px; display:block; width:100%; height:100px; font-size:4em; z-index:5; color: Silver;}
#content {display: block; height:100%; max-height:100%; overflow:auto; padding-left:200px; position:relative; z-index:3; color: Yellow;}
#content p {width:auto; padding:5px;  margin-right: 10px; font-size:1.2em; font-weight: bolder; color: Yellow; }
/* -------------------------------- Position Fußzeile-------------------------------- */
#foot {position: fixed;  float:left; bottom:-10px; right: 18px; left:150px; display:inline; width: 85%; height: 50px; background: transparent; color: Black; z-index:4;}
#foot p {display:inline; width: 80%; font-size: 11px; color: Blue; }
#foot ul {list-style-type:none; margin:0; padding:0; float:right; margin-right:15px;}
#foot ul li {float:left; margin:12px 0 5px 10px;}
/* -------------------------------- Abmessungen Fußzeile-------------------------------- */
span.left {float:left; margin:0 0 0 10px; width: 165px;z-index:5;}
span.left1 {float:left; margin:0 18px 0 150px; width: 175px;}
span.center {float:left; margin:0 0 0 150px; width: 230px;}

/* -------------------------------- Position Styleswitch-------------------------------- */
#switch {margin: -15px 0 0 10px;}

#pad1 {display:block; width:18px; height:100px; float:left;}
#pad3 {display:block; width:18px; height:50px; float:left;}
.pad2 {display:block; height:80px;}
.pad4 {display:block; height:60px; margin: 5px 18px; padding:5px;}
/* -------------------------------- Position Zitat-------------------------------- */
.block {position:relative; width:350px; height:160px; margin: 0 0 0 0px;color: Orange;
padding: 0 170px 20px 0px; font-style: italic; font-weight: bold;
font-size: 120%; text-decoration:none;}
/* -------------------------------- Klassen-------------------------------- */
.tip {font-size:1.1em; font-weight:bold; color: Blue;}
.bold {font-size:1.2em; font-weight:bold;}
.pruefung {background-color:  transparent; color: Black; font-family: verdana; font-style: normal; }
/* -------------------------------- Position uund Stil Tooltip-------------------------------- */

a.info{
    position:relative; /*this is the key*/
	 top:10px; left:-130px; height:10px; width:20px;
    z-index:24; background:transparent;
    color: Orange;
    text-decoration:none;
	 font-size: 1.2em; font-weight:bold;
}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:0em; left:12em; width:60em;
    border:1px solid #0cf;
    background:transparent;
    color: Yellow;
    text-align: center;
	 font-size: 1.1em; font-weight:bold;
	 }
/* -------------------------------- Position Texte-------------------------------- */
#wordsleft {float:left; top:100px; left:150px; height:90px; width:150px; background:transparent; margin:5px; padding:5px; color: Yellow;}
#wordsleft1 {float:left; top:100px; left:150px; height:120px; width:150px; background:transparent; margin:5px; padding:5px; color: Black;}
#wordsleft2 {float:left; top:100px; left:150px; height:60px; width:150px; background:transparent; margin:5px; padding:5px; color: Black;}
/* -------------------------------- Position Bilder Startseite-------------------------------- */
#wordsright {float:right; top:100px; right:150px; height:auto; width:auto; background:transparent; margin: 5px 18px; padding:5px;}
#wordsright_1 {float:right; top:100px; right:150px; height:200px; width:150px; background:#def; border:1px solid #000; margin:5px; padding:5px;}
/* -------------------------------- Position Startseite-------------------------------- */
#wordsabsolute {position:absolute; top:280px; left:400px; background:#eee; border:1px solid #000; margin:5px; padding:5px; font-size:2em; color:#c00;}
#wordsrelative {position:relative; top:10px; left:30px; background:#ddd; border:1px solid #000; margin:5px; padding:5px; font-size:2em; color:#c00; width:200px;}
#words {float:left; left:150px; height:auto; width:200px; background:transparent; padding:5px; font-size:1.4em; color:#c00;}
/* -------------------------------- Navigation -------------------------------- */
#left {position: fixed; left:0; top:0; height:100%; width:200px; background-position:0 100px;; font-size:1em; color: Silver;z-index:4;}
a.nav, a.nav:visited {display:block; width:80px; height:25px; text-decoration:none; color: Silver; font-weight:bold; line-height:25px;}
a.nav:hover {color:#fc0;}
img {border:medium none; vertical-align:middle; }
/* -------------------------------- Überschrift und Adresse -------------------------------- */
 #header {
font-size: 180%;
font-style: oblique;
background:transparent;
width: 400px;
padding: 5px 0;
margin: 110px 0 20px 450px; 
}
address {position:relative; width:500px; margin: 0 0 0 400px;
padding: 0 50px 20px 75px;
font-style: normal;
font-weight: bold;
font-size: 120%; color: Black;
}
blockquote {position:relative; width:650px; margin: 0 0 0 100px; color: Aqua;
padding: 0 50px 20px 75px;
font-style: normal;
font-weight: bold;
font-size: 120%;
}
/* -------------------------------- Biografie-Navigation -------------------------------- */
#headermenue {top:110px; font-size: 120%; background:transparent; width: 350px; padding: 5px 0;
margin: 0 0 20px 300px;}
#headermenue ul {list-style-type: none; margin: 0px; padding: 0px;}
#headermenue li {display: inline; margin: 0px; padding: 0px;}
/* -------------------------------- Biografie-Navigation Farben-------------------------------- */
#headermenue li a:visited {color: Silver;}
#headermenue li a, #headermenue li a:link {text-decoration: none;padding: 0 5px;color: Red;}
#headermenue li a:hover, #headermenue li a:focus, #headermenue li a:active {color: #ff3;}
.hiddenPic {width:0px; height:0px; display:none;}
/* -------------------------------- für Bildergalerie -------------------------------- */
#gallery {position:relative; width:750px; margin: 110px 0 0 230px;}
#thumbs {width:280px; float: left;}
#thumbs a {display:block; float:left; margin:0 0 5px 5px; width:52px; height:52px; border:1px solid #000;}
#thumbs a img {width:52px; height:52px; border:0;}
#thumbs a:hover {border-color:#ddd;}
#thumbs a:hover img {position:absolute; width:auto; height:auto; left:275px; top:-5px; border:10px ridge #FFD700;}
/* -------------------------------- für Lightbox -------------------------------- */
.section{
	border-top: 4px solid #3d3d33;
	margin: 0 0 5px 15px; 
	padding: 1.4em 0 3.2em 0;
	overflow: auto;
	width: 95%;
	}
.first{ border-top: none; padding-top: 0; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ; }

/* -------------------------------- für Zeitanzeige -------------------------------- */
element.style {
float:right;
position:absolute;
right:5px;
text-align:justify;
top:20px;
}

#time {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
padding:10px 5px;
text-align:center;
}
form {
margin:0pt;
padding:0pt;
line-height:1.166;
}
/* -------------------------------- verlinkte Webseiten -------------------------------- */
#linkall {
	float: left;
	width: auto; height: auto; 
	margin: 10px 0 0 100px;
	padding: 13px 8px 8px 13px;
	border: 8px ridge #FFD700; 
}
#linkheader {float: left;width: 150px; line-height: 0.466; display: inline;margin: 0;}
#linkinhalt {float: left;width: 200px; line-height: 0.466; display: inline;margin: 0;}
#linkhinweis {float: left;width: 80em;  display: block;margin-top: 15px;margin-left: 80px;}
.link {
	float: left;
	width: 200px; line-height: 0.466; display: inline;
   text-decoration: none;
	margin: 0 auto;
	padding: 0px;
	color: Red;
}
#linkheader H3, .link{
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight: bold;
padding:10px 5px;
text-align: left;
font-style: italic; color: Silver;
}
#linkhinweis H3 {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size:100%;
font-weight: bolder;
padding:10px 5px;
text-align: left;
font-style: oblique;
}
#linkinhalt a, #linkinhalt a:link {
color: Red;
}
#linkinhalt a:visited {
color: Blue;
}
#linkinhalt a:hover, #linkinhalt a:focus, #linkinhalt a:active {
color: #ff3;
}

