html, body{
	margin:0;
	padding:0;
	font-family: 'Helvetica','Helvetica Neue','Arial',sans-serif;
	font-size: 15px;
	color:#313131;
	background-color:#fff;
	}

img {
	float:left;
	border:0;
	}
	
#head_blue{
	position: fixed;
	top: 0;
	height: 105px;
	width: 100%;
	background-image:url(images/head/hg_head.png); background-repeat:repeat-x;
}

#logo_schrift_start{
	position: fixed;
	top: 140px;
	left: 50%;
	width: 427px;
	margin-left: -213px;
}
#link_start{
	position: fixed;
	top: 0px;
	left: 50%;
	width: 221px;
	height:120px;
	margin-left: -401px;
}

#header{
	position: fixed;
	top: 0;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	}

#content_hg{
	position: fixed;
	top: 151px;
	left: 50%;
	width: 1000px;
	height: 100%;
	margin-left: -500px;
	background-image:url(images/head/hg_content.gif); background-repeat:repeat-y;
}

#content{
	position:absolute;
	top: 151px;
	left: 50%;
	width: 920px;
	margin-left: -480px;
	padding: 20px 20px 120px;
	line-height: 20px;
}
#content img{
	margin-bottom: 20px;
}

#footer{
	position: fixed;
	bottom: 37px;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}

#footer_blue{
	position: fixed;
	bottom: 0;
	height: 37px;
	width: 100%;
	background-image:url(images/head/hg_footer.gif); background-repeat:repeat-x;
}

#footer_content{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1000px;
	height: 36px;
	margin-left: -500px;
}
#copyright{
	position: absolute;
	top: 11px;
	left: 20px;
	font-size: 12px;
	color: #eee;
	cursor:pointer;
	
	text-shadow: 1px 1px 2px #000;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
}

#login{
	position: fixed;
	top: 45%;
	left: -122px;
	height: 100px;
	width: 150px;
	background-image:url(images/content/login_hg.png); background-repeat:no-repeat;
	cursor:pointer;
}

a{
	font-family: 'Helvetica','Helvetica Neue','Arial',sans-serif;
	font-size: 16px;
}
a:link { text-decoration:none; font-weight:normal; color:#003762; }
a:visited { text-decoration:none; font-weight:normal; color:#003762; }
a:hover { text-decoration:none; font-weight:normal; color:#003762; }
a:active { text-decoration:none; font-weight:normal; color:#003762; }

h1, h2, h3{
	color:#003762;
	font-weight: normal;
}
h1{
	font-family: 'Helvetica','Helvetica Neue','Arial',sans-serif;
	font-size: 19px;
}
h2{
	font-family: 'Helvetica','Helvetica Neue','Arial',sans-serif;;
	font-size: 16px;
}
h3{
	font-family: 'Helvetica','Helvetica Neue','Arial',sans-serif;
	font-size: 14px;
}

.zeissblatt, .termin{ margin-top:40px; }
.zeissblatt hr, .termin hr, hr{ color:#003762; clear: both;}
.zeissblatt h1{ margin-top:0; }
.termin h3{ margin-top:0; }
.zb_text{
	width:600px;
	margin-bottom: 20px;
	float: left;
}
.zb_img, .t_img{
	float:right;
	box-shadow: 2px 2px 11px #666;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	margin-bottom: 20px;
}
.zb_img img, .t_img img{ margin:0 !important; }
.zb_pdf{
	background-image:url(images/content/pdf_icon.png); background-repeat:no-repeat;
	padding: 11px 0 0 33px;
	clear: both;
}
.zb_pdf a{ font-size:14px; }

#tbl_gaestebuch td, #tbl_links td{
	padding: 20px;
}
#tbl_links tr{
	vertical-align: top;
}

input, textarea{
	width: 350px;
	font-family: 'Helvetica','Helvetica Neue','Arial',sans-serif;
	font-size: 16px;
	color:#313131;
}
textarea{
	width: 750px;
}
.gae_text{
	width: 920px;
	margin-bottom: 40px;
}

.flr{
	float:right;
}
.row_600{
	width: 600px;
}
.row_300_right{
	width: 300px;
	margin: 0 0 20px 20px;
}
.row_400_first, .row_300{
	float: left;
    margin-left: 20px;
    min-height: 150px;
    width: 300px;
    outline: none;
}
.row_400_first{
	width: 400px;
}
.stammbaum_pdf{
	width: 245px;
}


#lg_intern{
	left: 7px;
    position: absolute;
    top: 36px;
    width: 105px;
    
    color: #313131;
    font-family: 'Helvetica','Helvetica Neue','Arial',sans-serif;
    font-size: 16px;
}

#lg_spacer{
	position:absolute;
	top:0;
	left: 0;
}
#lg_absenden{
	position:absolute;
	top: 70px;
	left: 20px;
	color: #fff;
}

#gb_oeffnen{
	cursor:pointer;
}
#toggle_gaestebuch{
	overflow: hidden;
}


