/* ---------------- prepare ---------------- */

body {
    padding: 0; 
    margin: 0;
	background-color: #fafafa;
	font-family: Georgia, "Times New Roman", serif; 
	font-size: 12px;
	line-height: 22px; 
}

p {
	margin-top: 0; 
}

a {
	border: none;
	text-decoration: none; 
	outline: none; 
	color: #464646; 
}	

.logo_ {
	float: left; 
	width: 350px;
}

#container {
	width: 1000px; 
	height: 540px; 
	position: absolute;
	bottom: 70px; 
	margin-top: 10px; 
	left: 50%;
	margin-left: -500px;
}

#splash {
	width: 1000px; 
	height: 244px; 
	background-image: url(images/start.gif);
	position: absolute; 
	top: 50%;
	margin-top: -128px; 
	left: 50%; 
	margin-left: -500px; 
	cursor: pointer; 
}

/* ---------------- index ---------------- */

#home, #leben {
	position: relative; 
	width: 100%; 
	height: 100%; 
}


/* ---------------- logo/nav ---------------- */

#header {
	height: 130px; 
	display: block; 
}

.content {
	margin-top: 20px; 
	margin-left: 60px; 
	margin-right: 60px; 
}

#logo {
	background: url(images/sprites/nav.png) no-repeat -114px -56px;
	width: 271px; 
	height: 58px; 
	float: right; 
}

#nav {
	text-decoration: none; 
	list-style: none; 
	margin: 0;
	margin-top: 11px; 
	padding: 0;  
}

#nav li {
	margin: 0; 
	padding: 0; 
	float: left;
        position: relative;
}

#nav ul li{
	clear: both;
}

#nav li a {
	cursor: pointer; 
	margin-right: 10px; 
	display: inline-block; 
	float: left; 
	background-repeat: no-repeat; 
}

.main_link {
	height: 10px; 
}

.subnav li {
	margin: 0; 
	padding: 0; 
}

.subnav li a {
	margin: 0; 
	padding: 0; 
	margin-bottom: 10px;
}

.subnav {
	text-decoration: none; 
	list-style: none; 
	padding: 0;
	margin: 0; 
	margin-top: 10px;
	padding-top: 10px;
	position: absolute; 
	left: 0;
	display: none; 
}

#link_home {	background: url(images/sprites/nav.png) no-repeat -5px -16px; width: 36px; }
#link_home:hover, #link_home.active { background: url(images/sprites/nav.png) no-repeat -5px -5px; }
#link_biografie { background: url(images/sprites/nav.png) no-repeat -43px -16px; width: 63px; }
#link_biografie:hover, #link_biografie.active { background: url(images/sprites/nav.png) no-repeat -43px -5px; }

#link_bildergalerie { background: url(images/sprites/nav.png) no-repeat -109px -5px; width: 91px; }
#link_aqua { background: url(images/sprites/nav.png) no-repeat -5px -28px; width: 167px; height: 10px; }
#link_aqua:hover, #link_aqua.active { background: url(images/sprites/nav.png) no-repeat -5px -39px; }
#link_oel  { background: url(images/sprites/nav.png) no-repeat -5px -64px; width: 56px; height: 12px; }
#link_oel:hover, #link_oel.active  { background: url(images/sprites/nav.png) no-repeat -5px -51px; }

#link_hintergrund { background: url(images/sprites/nav.png) no-repeat -109px -16px; width: 88px; }
#link_leben { background: url(images/sprites/nav.png) no-repeat -5px -90px; width: 99px; height: 10px; }
#link_leben:hover, #link_leben.active { background: url(images/sprites/nav.png) no-repeat -5px -79px; }
#link_mutter{ background: url(images/sprites/nav.png) no-repeat -5px -102px; width: 65px; height: 9px; }
#link_mutter:hover, #link_mutter.active { background: url(images/sprites/nav.png) no-repeat -5px -113px; }
#link_hoeri { background: url(images/sprites/nav.png) no-repeat -5px -125px; width: 93px; height: 12px; }
#link_hoeri:hover, #link_hoeri.active { background: url(images/sprites/nav.png) no-repeat -5px -139px; }
#link_archiv { background: url(images/sprites/nav.png) no-repeat -48px -179px; width: 45px; height: 10px; }
#link_archiv:hover, #link_archiv.active { background: url(images/sprites/nav.png) no-repeat -48px -190px; }
#link_fotos { background: url(images/sprites/nav.png) no-repeat -104px -179px; width: 93px; height: 10px; }
#link_fotos:hover, #link_fotos.active { background: url(images/sprites/nav.png) no-repeat -104px -190px; }

#link_ilse { background: url(images/sprites/nav.png) no-repeat -202px -5px; width: 123px; }
#link_bio { background: url(images/sprites/nav.png) no-repeat -5px -154px; width: 61px; height: 10px; }
#link_bio:hover, #link_bio.active { background: url(images/sprites/nav.png) no-repeat -5px -166px; }
#link_bilder { background: url(images/sprites/nav.png) no-repeat -5px -179px; width: 38px; height: 9px; }
#link_bilder:hover, #link_bilder.active { background: url(images/sprites/nav.png) no-repeat -5px -190px; }


/* ---------------- inhalt ---------------- */

.col_left {
	width: 350px; 
	float: left; 
	overflow: auto;
	scrollbar-base-color: black;
}

.col_right {
	width: 500px; 
	float: left;
	margin-left: 30px; 
}

#inhalt .col_right img {
	height: 345px; 
}

#inhalt {
	display: block; 
}

#inhalt .col_left, #inhalt .col_right {
	height: 345px; 
}

.dreicol .col_left {
	float: left; 
	margin-right: 40px; 
}

.dreicol .col_middle {
	float: left; 
	width: 190px; 
	margin-right: 20px; 
}

.dreicol .col_right {
	float: left; 
	width: 180px; 
	margin-left: 0px; 
}


/* ---------------- footer ---------------- */

#footer {
	position: absolute; 
	bottom: 15px; 
	height: 16px;
	width: 100%;
	display: none; 
}

#footer div {
	height: 16px;
	display: inline-block; 
}

#footer_copyright {
	margin-left: 35px; 
	position: relative; 
	float: left; 
	background-image: url(images/footer/footer_copyright.png); 
	width: 125px; 
	background-repeat:no-repeat;
	margin-top: 3px;
}

#footer_rechts{
	float: right; 
	margin-right: 37px;
	margin-top: -4px; 
	text-transform: uppercase; 
	font-size: 9px; 
	color: #8e8e8e;
}

#footer_rechts a {
	color: #8e8e8e;
}

#footer_links div {
	height: 8px; 
	display: inline-block; 
	float: left; 
	margin-left: 10px; 
	cursor: pointer; 
	background-repeat:no-repeat;
}

#weiterleiten { width: 66px; margin-top: 0px !important; margin-right: 5px; }
#facebook { 
	background: url(images/footer/footer_facebook_off.gif) no-repeat left bottom; 
	width: 16px; 
	height: 16px !important; 
	position: absolute; 
	margin-top: 2px !important; 
	margin-left: 2px !important; 
}
#facebook:hover { background: url(images/footer/footer_facebook_over.gif)  no-repeat left bottom; }
#twitter { 
	background: url(images/footer/footer_twitter_off.gif) no-repeat left bottom; 
	width: 16px; 
	height: 16px !important; 
	position: absolute; 
	margin-top: 2px !important; 
	margin-left: 23px !important;
}
#twitter:hover { background: url(images/footer/footer_twitter_over.gif)  no-repeat left bottom; }
#kontakt { width: 45px; margin-right: 7px; }
#kontakt:hover {  }
#impressum { width: 52px; }
#impressum:hover {  }

.ft {
	position: relative; 
	width: 50px;
}


/* ---------------- bio ---------------- */

.bio_out {
	height: 386px; 
	width: 100%;  
	position: absolute;
	bottom: 70px; 
}

.bio_inner, .galerie_inner {
	height: auto; 
	width: auto; 
	margin-right: 35px; 
	margin-left: 35px; 
	overflow-x: auto;
	overflow-y: hidden; 
}

.jahresabschnitt {
	width: 171px;
	height: 100%; 
	float: left; 
	margin-right: 1px;  
	background-color: white; 
	cursor: pointer; 
}

.jahresabschnitt:last-child {
	margin-right: 0px !important; 
}

.bio_container {
	width: 2236px; 
	height: 392px;
	overflow: hidden; 
margin: 0 auto;
}

.bio_container_ilse {
	width: 1376px; 
	height: 392px;
	overflow: hidden; 
}

.jahr {
	position: absolute; 
	font-size: 25px; 
	width: 170px; 
	height: 50px; 
	text-align: center; 
	vertical-align: middle;
	padding-top: 12px;
	color: #202020;
}

.jahr_bg {
	top: 0; 
	width: 170px; 
	height: 50px; 
	opacity: 0.5; 
	background-color: white; 
	position: absolute; 
	filter: alpha(opacity=50);
}

.bio_links {
	width: 50px; 
	height: 50px; 
	position: absolute;
	z-index: 999;
	background: url(images/sprites/big_buttons.png) no-repeat -60px 0px; width: 50px;
	top: 175px;
	margin-left: 35px; 
	cursor:  pointer; 
}

.bio_links:hover {
	background: url(images/sprites/big_buttons.png) no-repeat -60px -60px;
}

.bio_rechts {
	width: 50px; 
	height: 50px; 
	position: absolute;
	z-index: 999;
	right: 0; 
	background: url(images/sprites/big_buttons.png) no-repeat 0px 0px; width: 50px;
	top: 175px;
	margin-right: 35px; 
	cursor: pointer; 
}

.bio_rechts:hover {
	background: url(images/sprites/big_buttons.png) no-repeat 0px -60px;
}

.jahr_hover {
	width: 170px; 
	height: 342px; 
	background-color: white;
	position: absolute; 
	bottom: 0; 
	background-color: #c1b8ad; 
	opacity: 0.7; 
	filter: alpha(opacity=70);
}

.jahr_hover .text {
	color: black;
	padding: 32px; 
	display: block; 
	font-size: 12.5px; 
}

.jahr_hover img {
	margin-left: 32px; 
	margin-top: -10px; 
}

#bio_overlay, #gallerie_overlay, #briefe_overlay, #hoeri_overlay, #archiv_overlay {
	width: 100%; 
	height: 100%;
	position: absolute; 
	z-index: 1000; 
	background-color: #FAFAFA;
	display: none; 
}

#archiv_overlay #container, #bio_overlay #container, #gallerie_overlay #container, #briefe_overlay #container, #hoeri_overlay #container {
	height: 470px; 
	top: 50%; 
	margin-top: -230px; 
	width: 900px;
}

#briefe_overlay #container {
	top: 45%;
	width: 650px !important; 
}

.l {
	width: 50px; 
	height: 50px; 
	position: absolute;
	z-index: 2100;
	background: url(images/sprites/big_buttons.png) no-repeat -60px 0px; width: 50px;
	top: 175px;
	cursor: pointer; 
	top: 50%;
	margin-top: -25px; 
}

.l:hover { 
	background: url(images/sprites/big_buttons.png) no-repeat -60px -60px;
}

.gallerie_img {
	/*width: 100%; */
	/*max-width: 900px; */
	/*max-height: 600px;*/
}

.r {
	width: 50px; 
	height: 50px; 
	position: absolute;
	z-index: 2100;
	right: 0; 
	background: url(images/sprites/big_buttons.png) no-repeat 0px 0px; width: 50px;
	top: 175px;
	cursor: pointer; 
	top: 50%;
	margin-top: -25px; 
}

.r:hover {	
	background: url(images/sprites/big_buttons.png) no-repeat 0px -60px;
}

.x {
	background: url(images/sprites/big_buttons.png) no-repeat -120px 0px; width: 50px;
	left: 50%;
	margin-left: -25px;
	position: absolute; 
	z-index: 2100; 
	width: 50px; 
	height: 50px; 
	cursor: pointer; 
}

.x:hover { 
	background: url(images/sprites/big_buttons.png) no-repeat -120px -60px; 
}

.bio_overlay_container .headline {
	display: block; 
}

.bio_overlay_container .text {
	width: 300px;
	float: left; 
	height: 290px; 
	overflow: auto;
}

.bio_overlay_container {
	padding-left: 75px; 
	width: 800px;
}

.bio_overlay_content {
	margin-left: 50px; 
	margin-top: 30px;
}

/* ---------------- galerie ---------------- */

.galerie_container {
	margin: 0 auto; 
	height: 180px;
	overflow: hidden; 
}

.galerie_out {
	height: 180px; 
	width: 100%;  
	position: absolute;
	bottom: 90px; 
}

.galerie_inner {
	height: 180px; 
	width: auto; 
	margin-right: 35px; 
	margin-left: 35px; 
	overflow-x: auto;
	overflow-y: hidden; 
}

.bild {
	position: relative; 
	float: left; 
}

.bild img {
	height: 180px; 
	float: left; 
	margin-right: 1px;  
	background-color: white; 
	cursor: pointer; 
	position: relative; 
	display: block; 
}

div.go {
	background-color: black; 
	position: relative; 
	z-index: 1000;
}

.bild:hover div.go { 
	display: block;
}

.bild img:hover {
	/*outline: 5px solid black;
	z-index: 3;*/
}

.galerie_links {
	width: 50px; 
	height: 50px; 
	position: absolute;
	z-index: 901;
	background: url(images/sprites/big_buttons.png) no-repeat -60px 0px;
	top: 64px;
	margin-left: 35px; 
	cursor:  pointer; 
}

.galerie_links:hover {
	background: url(images/sprites/big_buttons.png) no-repeat -60px -60px;
}

.galerie_rechts {
	width: 50px; 
	height: 50px; 
	position: absolute;
	z-index: 901;
	right: 0; 
	background: url(images/sprites/big_buttons.png) no-repeat 0px 0px;
	top: 64px;
	margin-right: 35px; 
	cursor: pointer; 
}

.galerie_rechts:hover {
	background: url(images/sprites/big_buttons.png) no-repeat 0px -60px;
}

.down {
	margin-top: 205px; 
}	

.small {
	height: auto !important; 
}

.active {
	display: block !important; 
}

.inactive {
	display: none !important; 
}

.jspHorizontalBar {
	z-index: 100;
}

.subtext {
	display: block;
	line-height: 18px; 
	margin-top: 5px; 
	font-style: italic; 
	font-size: 10.5px;
}

.left {
	float: left; 
}

.pic_big {
	width: 190px; 
}

.pic_small {
	width: 180px; 
}	

.pic_smaller {
	width: 130px;
	margin-right: 30px;
}

.pic_smaller img {
	width: 130px;
}

.gallerie_overlay_container, .archiv_overlay_container {
	text-align: middle;
	margin:0;
	margin-top: 50px;
	width: 100%; 
	height: 85%; 
	position: absolute;
	text-align: center; 
}

.c_bold {
	font-size: 13px; 
	text-transform: uppercase; 
	line-height: 12px;
	margin-bottom: 4px; 
}

.brief_list, .hoeri_list, .archiv_list {
	font-size: 16px; 
	text-transform: uppercase; 
	line-height: 24px;
}

.brief_list a, .hoeri_list a, .archiv_list a {
	color: black; 
}

.brief_list cufon {
	cursor: pointer;
}

.hoeri_list .brief {
	text-transform: none; 
}

.br_overlay_container {
	padding-left: 150px; 
}

.brief_list a, .hoeri_list a, .archiv_list a {
	cursor: pointer;
}

.img_title {
	font-style: italic;
	margin-top: 10px; 
}

.screenReader { 
 left: -9999px; 
 position: absolute; 
 top: -9999px;
}

ol {
	list-style-type: none;
	padding: 0; 
	margin: 0;
	margin-left: 4px;
	font-family: Georgia, "Times New Roman", serif; 
}

ol label {
	width: 90px;
	display: inline-block;
	margin-bottom: 17px;
}

ol input {
	background-color: #eeeeee; 
	border: none; 
	height: 25px;
	width: 190px;
	font-family: Georgia, "Times New Roman", serif; 
	padding: 4px; 
}

#commentsText {
	margin-left: 92px; 
	margin-top: -40px;
	background-color: #eeeeee; 
	border: none; 
	font-family: Georgia, "Times New Roman", serif; 
	padding: 4px;
	font-size: 12px;
}

.buttons {
	margin-left: 90px;
	margin-top: 5px;
}

.thanks, .error {
	position: absolute; 
	top: 80px;
	width: 300px;
}

.jspScrollable {
	outline: none; 
}

.scrollb p:first-child, .scrollb p:last-child {
	margin-top: 0px; 
	-webkit-margin-before: 0; 
	-webkit-margin-after: 0;
}

.scrollb p:last-child {
	margin-bottom: 0px; 
	-webkit-margin-after: 0;
}

.bio_overlay_content img{
	margin-top: 3px; 
}

.scrollb a:hover {
	text-decoration: underline; 
}

.jspPane div p:first-child {
	margin-top: 0px; 
	-webkit-margin-before: 0; 
}

.jspPane div p:last-child {
	margin-bottom: 0px; 
	-webkit-margin-after: 0;
}
