@charset "UTF-8";
/* CSS Document */
html { 
	overflow-y:scroll; 
}
body {
	margin:0;
	padding: 0;
	background-image: url(../img/hgpage.jpg);
	background-attachment:scroll;
	background-position: left;
}
.wrapper {
	width: 961px;	
	margin:auto;
	padding-top: 24px;
	background-image: url(../img/top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}
.head{
	background-image: url(../img/hghead.jpg);
	background-repeat: no-repeat;
	height:140px;
	width: 961px;	
	position: relative;
}
.logoimg{
	border: 0;
	outline:none;
}
.impressum{
	position: absolute;
	top: 0;
	right: 2px;
	outline: none;
	width: 95px;
	text-indent: -999em;
	height: 16px;
}
#navi{
	position: absolute;
	right: 0;
	top:77px;
	height: 35px;
}
#navi .home{
	background-image: url(../img/home.jpg);
	width: 66px;
	height: 35px;
	outline: none;
	text-indent: -999em;
	margin: 0;
	float: left;
}
#navi .homeactive{
	background-image: url(../img/home-active.jpg);
	width: 66px;
	height: 35px;
	outline: none;
	text-indent: -999em;
	margin: 0;
	float: left;
}
#navi .ws{
	background-image: url(../img/ws.jpg);
	width: 144px;
	height: 35px;
	outline: none;
	text-indent: -999em;
	margin: 0;
	float: left;
}
#navi .wsactive{
	background-image: url(../img/ws-active.jpg);
	width: 144px;
	height: 35px;
	outline: none;
	text-indent: -999em;
	margin: 0;
	float: left;
}
#navi .veranstaltungen{
	background-image: url(../img/infotermine.jpg);
	width: 188px;
	height: 35px;
	outline: none;
	text-indent: -999em;
	margin: 0;
	float: left;
}
#navi .veranstaltungenactive{
	background-image: url(../img/infotermine-active.jpg);
	width: 188px;
	height: 35px;
	outline: none;
	text-indent: -999em;
	margin: 0;
	float: left;
}
#navi .workshops{
	background-image: url(../img/workshops.jpg);
	width: 102px;
	height: 34px;
	outline: none;
	text-indent: -999em;
	margin: 0;
	float: left;
	margin-top: 1px;
}
#navi .workshopsactive{
	background-image: url(../img/workshops-active.jpg);
	width: 102px;
	height: 34px;
	outline: none;
	text-indent: -999em;
	margin: 0;
	float: left;
	margin-top: 1px;
}
#navi .kontakt{
	background-image: url(../img/kontakt.jpg);
	width: 83px;
	height: 35px;
	outline: none;
	text-indent: -999em;
	margin: 0;
	float: left;
}
#navi .kontaktactive{
	background-image: url(../img/kontakt-active.jpg);
	width: 83px;
	height: 35px;
	outline: none;
	text-indent: -999em;
	margin: 0;
	float: left;
}
#inhalt{
	width: 961px;
	background-image: url(../img/hr.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
}
#inhalt p{
	margin-left: 4px;
	margin-right: 5px;
	font-family:"Times New Roman", Times, serif;
	color: #666;
	font-size: 13px;
	line-height: 25px;
}
#inhalt p a{
	margin-left: 4px;
	margin-right: 5px;
	font-family:"Times New Roman", Times, serif;
	color: #5174ad;
	text-decoration: none;
	text-shadow: 1px 1px #f2f2f2;
	font-size: 13px;
	line-height: 25px;
}
#inhalt h2{
	margin-left: 4px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #466496;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	text-shadow: 0px 1px #ebebeb;
}
#inhalt h3{
	margin-left: 4px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #466496;
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	text-shadow: 0px 1px #ebebeb;
}
#inhalt .impress{
	width: 961px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
	display: inline;
}
#inhalt .impress .links{
	width: 280px;
	float: left;
	display: inline;
	margin-right: 60px;
	margin-top: 10px;
}
#inhalt .impress .rechts{
	width: 280px;
	float: left;
	display: inline;
	margin-top: 10px;
}
.malwinlogo{
	border:0;
	outline: none;
	margin-left: 2px;
}
#inhalt .impress ul{
	margin-left: 4px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding: 0;
}
#inhalt .impress li{
	font-family:"Times New Roman", Times, serif;
	color: #666;
	font-size: 13px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#inhalt .impress li a{
	color: #5174ad;
	text-decoration: none;
	text-shadow: 1px 1px #f2f2f2;
}
#inhalt .impress li a:hover{
	text-decoration: underline;
}
#inhalt .impress h5{
	margin-left: 4px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #666;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	text-shadow: 0px 1px #ebebeb;
}
#inhalt .a{
	width: 460px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	display: inline;
	margin-top: 10px;
}
#inhalt .b{
	width: 460px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	display: inline;
	margin-left: 40px;
	padding-top: 50px;
}
#inhaltb{
	width: 961px;
	background-image: url(../img/hr.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	height:auto; 
	overflow:hidden;
}
#inhaltb ul{
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
}
#inhaltb li{
	font-family:"Times New Roman", Times, serif;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	padding-top: 0;
	padding-bottom: 8px;
	padding-left: 4px;
	margin: 0;
	list-style: none;
}
#inhaltb p{
	margin-left: 4px;
	margin-right: 5px;
	margin-top: 8px;
	margin-bottom: 10px;
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	color: #666;
	font-size: 13px;
	line-height: 25px;
}
#inhaltb .spaltea{
	width: 300px;
	margin-right:20px;
	margin-top: 27px;
	margin-bottom: 20px;
	margin-left: 0;
	float: left;
	display: inline;
	padding-left: 0px;
	padding-right: 5px;
	position: relative;	
}
#inhaltb .spalteb{
	width: 290px;
	margin-right: 0px;
	margin-top: 27px;
	margin-bottom: 20px;
	margin-left: -4px;
	float: left;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;	
}
.listeitalic{
	font-family:"Times New Roman", Times, serif;
	color: #666;
	font-size: 12px;
	line-height: 25px;	
	font-style: italic;	
}
#inhaltb .termina{
	width: 290px;
	margin-bottom: 20px;
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../img/hginfo.jpg);
	background-position: top;
	position: relative;
}
#inhaltb .terminb{
	width: 290px;
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	background-image: url(../img/hginfo.jpg);
	background-position: top;
	position: relative;
}
#inhaltb .terminc{
	width: 290px;
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	background-image: url(../img/g.jpg);
	background-position: top;
	position: relative;
}
#inhaltb .terminc p{
	margin-left: 4px;
	margin-right: 5px;
	margin-top: 8px;
	margin-bottom: 14px;
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	color: #dee7f7;
	font-size: 13px;
	line-height: 25px;
}
#inhaltb .termind{
	width: 290px;
	height: 370px;
	margin-bottom: 20px;
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../img/hginfo.jpg);
	background-position: top;
	position: relative;
}
#inhaltb .termine{
	height: 370px;
	width: 290px;
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	background-image: url(../img/hginfo.jpg);
	background-position: top;
	position: relative;
}
#inhaltb .anmeldung{
	font-family:"Times New Roman", Times, serif;
	color: #666;
	font-size: 13px;
	line-height: 25px;
	margin-top: 20px;
	padding-bottom: 20px;
	width:961px;
	float: left;
}
#inhaltb .anmeldung .left{
	float: left;
	margin-bottom: 10px;
	margin-left: 5px;
}
#inhaltb .anmeldung .right{
	float: right;
	margin-bottom: 10px;
	margin-right: 7px;
}
#inhaltb .anmeldung a{
	font-family:"Times New Roman", Times, serif;
	color: #5174ad;
	text-decoration: none;
	text-shadow: 1px 1px #f2f2f2;
}
#inhaltb .anmeldung a:hover{
	text-decoration: underline;
}
#inhaltb h3{
	margin-left: 4px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding-top:0;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #466496;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	text-shadow: 0px 1px #fff;
	text-align: center;
	letter-spacing: 1px;
	background-image: url(../img/hr2.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#inhaltb h4{
	margin-left: 4px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #666;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	text-shadow: 0px 1px #fff;
}
#inhaltb h5{
	margin-left: 4px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 8px;
	padding-top:0;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #9ac4e5;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	text-shadow: 0px 1px #36517d;
	text-align: center;
	letter-spacing: 1px;
	background-image: url(../img/hrblau.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
#inhaltb h6{
	margin-left: 4px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #dee7f7;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	text-shadow: 0px 1px #36517d;
}
#inhaltb .zeit{
	margin-left: 3px;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-top: 5px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	color: #c57953;
	font-size: 13px;
	line-height: 23px;
	font-weight: normal;
	text-shadow: 0px 1px #fff;
}
#inhaltb .fuss{
	background-image: url(../img/fuss.jpg);
	height: 4px;
	width: 310px;
	text-indent: -999em;
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#inhaltb .fuss2{
	background-image: url(../img/fuss2.jpg);
	height: 4px;
	width: 310px;
	text-indent: -999em;
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#inhaltb .downloadarea{
	width: 300px;
	float: left;
	margin-bottom: 10px;
}
#inhaltb .downloadpdf{
	width: 161px;
	height: 161px;
	text-align: center;
	border: 0;
	outline: none;
	background-image: url(../img/downloadpdf.jpg);
	text-indent: -999em;
	float: left;
	display: block;
	margin-left:69px;
}
#inhaltb .downloadpdf:hover{
	background-image: url(../img/downloadpdf-hover.jpg);
}
#themen{
	width: 961px;
	background-image: url(../img/hr.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#themen .themen{
	width: 85px;
	height: 15px;
	text-indent: -999em;
	width: 961px;
	padding-top: 3px;
}
#themen p{
	margin-left: 4px;
	margin-right: 5px;
	font-family:"Times New Roman", Times, serif;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
}
#themen .leibl{
	float: left;
	position: relative;
	width: 315px;
	height: 340px;
	margin-right: 11px;
}
#themen .leibl img{
	margin-left: -11px;
}
#themen .leibl h5{
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-weight: 300;
	font-stretch:normal;
	line-height: 20px;
	font-size: 16px;
	color: #d1a863;
	top: 133px;
	left: 50px;
	z-index: 5;
	text-shadow: 0px 1px #f2f2f2;
	font-style: italic;
}
#themen .adoptierte{
	float: left;
	position: relative;
	width: 315px;
	height: 340px;
	margin-right: 10px;
}
#themen .adoptierte img{
	margin-left: -11px;
}
#themen .adoptierte h5{
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-weight: 300;
	font-stretch:normal;
	line-height: 20px;
	font-size: 16px;
	color: #c57953;
	width: 160px;
	top: 133px;
	left: 140px;
	z-index: 5;
	text-shadow: 0px 1px #f2f2f2;
	font-style: italic;
}
#themen .adoptiveltern{
	float: left;
	position: relative;
	width: 310px;
	height: 340px;
}
#themen .adoptiveltern img{
	margin-left: -10px;
}
#themen .adoptiveltern h5{
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-weight: 300;
	font-stretch:normal;
	line-height: 20px;
	font-size: 16px;
	color: #3f83ad;
	top: 133px;
	left: 50px;
	z-index: 5;
	text-shadow: 0px 1px #f2f2f2;
	font-style: italic;
}
#themen .grosseltern{
	float: left;
	position: relative;
	width: 315px;
	height: 340px;
	margin-right: 11px;
}
#themen .grosseltern img{
	margin-left: -11px;
}
#themen .grosseltern h5{
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-weight: 300;
	font-stretch:normal;
	line-height: 20px;
	font-size: 17px;
	color: #c57953;
	top: 147px;
	left: 0;
	z-index: 5;
	width: 315px;
	text-align: center;
	text-shadow: 0px 1px #f2f2f2;
	font-style: italic;
}
#themen .geschwister{
	float: left;
	position: relative;
	width: 315px;
	height: 340px;
	margin-right: 10px;
}
#themen .geschwister img{
	margin-left: -11px;
}
#themen .geschwister h5{
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-weight: 300;
	font-stretch:normal;
	line-height: 20px;
	font-size: 17px;
	color: #3f83ad;
	top: 147px;
	left: 0;
	z-index: 5;
	width: 315px;
	text-align: center;
	text-shadow: 0px 1px #f2f2f2;
	font-style: italic;
}
#themen .paare{
	float: left;
	position: relative;
	width: 310px;
	height: 340px;
}
#themen .paare img{
	margin-left: -10px;
}
#themen .paare h5{
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-weight: 300;
	font-stretch:normal;
	line-height: 20px;
	font-size: 16px;
	color: #d1a863;
	top: 147px;
	left: 50px;
	z-index: 5;
	text-shadow: 0px 1px #f2f2f2;
	font-style: italic;
}
.ueberschrifteins{
	background-image: url(../img/spurensuche-aufarbeitung-biografiearbeit.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 516px;
	position: absolute;
	right: 5px;
	top: 0;
	text-indent: -999em;
	line-height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}
.ueberschriftzwei{
	background-image: url(../img/ws.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 147px;
	position: absolute;
	right: 5px;
	top: 48px;
	text-indent: -999em;
	line-height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}
#footer{
	width: 961px;
	background-image: url(../img/hr.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	float: left;
	padding-top: 20px;
	padding-bottom: 40px;
}
#footer .maillink a{
	background-image: url(../img/mail.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-weight: 300;
	font-stretch:normal;
	line-height: 20px;
	font-size: 12px;
	color: #5174ad;
	text-decoration: none;
	padding-left: 30px;
	margin-left: 5px;
	float: left;
	text-shadow: 1px 1px #f2f2f2;
}
#footer .maillink a:hover{
	text-decoration: underline;
}
#footer .hinweise{
	float: right;
	font-family:"Times New Roman", Times, serif;
	font-weight: 300;
	font-stretch:normal;
	line-height: 20px;
	font-size: 11px;
	color: #666;
}
#footer .hinweise a{
	color: #5174ad;
	text-decoration: none;
	text-shadow: 1px 1px #f2f2f2;
}
#footer .hinweise a:hover{
	text-decoration: underline;
}
.italic{
	font-style:italic;
}
.center{
	text-align: center;
}
.trigger{
	cursor:pointer;
	font-family:"Times New Roman", Times, serif;
	color: #5174ad;
	text-shadow: 1px 1px #f2f2f2;
	position:relative;
}
.tooltip{
	background-image:url(../img/hgtooltip.png);
	background-position:top;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	text-decoration: none;
	text-shadow: 1px 1px #f2f2f2;
	font-size: 13px;
	line-height: 25px;
	width:540px;
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:0;
	position:relative;
	float:left;
	z-index:100;
}
.bottomtooltip{
	background-image:url(../img/tooltipunten.png);
	width:600px;
	height:14px;
	float:left;
	margin-left:0px;
	text-indent:-999em;
	padding:0;
}
.formular{
	font-family:"Times New Roman", Times, serif;
	color: #666;
	text-decoration: none;
	font-size: 13px;
}
.value{
	font-family:"Times New Roman", Times, serif;
	color: #666;
	text-decoration: none;
	font-size: 13px;
	float: left;
	display: inline;
	width: 80px;
	margin-top: 5px;
	margin-left: 3px;
}
.felda{
	margin-bottom: 10px;
	margin-top: 10px;
}
.felda input{
	width: 250px;
	height: 20px;
}
.kleiner{
	font-size: 13px;
}
.information{
	margin-left: 3px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	color: #666;
	font-size: 13px;
	line-height: 13px;	
	width: 900px;
	float: left;
}
