﻿/*Globale Styles*/
html 
{
	min-height: 100%;
	
}

body 
{
	background-color:#FFFFFF;
	background-image:url(/Images/background2.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	color:#3E5668;
	padding: 0px;
	margin: 0px;
}

form{

	margin:0px;
	padding: 0px;
	
}

/*Std. Definitionen*/
img
{
	border: 0px;
}

h1
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

h2
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

h3
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

h4
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

h5
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

ul
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	list-style-type:none;
}

a
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

p
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 12px;
}


div
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	color: #504F57;
}

a:link {text-decoration:underline;}
a:hover {text-decoration:none;}
a:active {text-decoration:underline;}
a:visited {text-decoration:underline;}


legend
{
	color: #504F57;
}

input
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}



textarea{
	color:#627890;
	font-family:Arial, Verdana, Tahoma, Sans-Serif;
	/*scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF;*/

}


td
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #504F57;
}

hr
{
	color: #71707D;
}
/* /Std. Definitionen\ */


/* Mandantenbezogene Styles */



/* Bei allen Seiten gleich - Aufbau */

#Wrapper
{
	width:920px; 

}

#Header
{

}

#Header div#Logo img
{
	
	margin-left:0px;
	margin-bottom:10px;
}

#Header div#Logo{
	position: absolute;
	top: 40px;
	left: 15px;
}

div#Header div#BereichsauswahlUndHauptnavigation{
	padding-top: 10px;
}

div#Header div#BereichsauswahlUndHauptnavigation div#Bereiche{
	text-align: right;
	height: 90px;
	padding-right: 35px;
	
}

div#pnlBereiche{
	display: block;
	border: 0px solid #A9AEB3;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	padding-left:670px;
	width: auto;

}

* html div#pnlBereiche{
	padding-left:658px;
}

div#pnlBereiche div.Bereiche_Abstand{
	padding: 5px;
	padding-right: 0px;
}


div#pnlBereiche a.Icon{
	width: 40px;
	height: 40px;
	display: block;
	margin-left: 10px;
	border: 1px solid #AABBD3;
	text-decoration: none;
	float: left;
}

div#pnlBereiche a.Icon:link{
	border: 1px solid #AABBD3;
	text-decoration: none;
}

div#pnlBereiche a.Icon:hover{
	border: 1px solid #627890;
	text-decoration: none;
}



#HeadHR
{
	height:15px;
	background-color:#627890;
	clear:both;
}

#Hauptnavigation 
{
	width:100%;
	text-align: right;
	margin-bottom: 10px;

}

#Hauptnavigation ul {
	margin-left: 157px;
}

#Hauptnavigation ul li
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

#Hauptnavigation a
{
	font-size:13px;
	text-decoration: none;
}






#Unternavigation
{
	padding-top: 10px;
}

#Unternavigation ul.SubNav{
	margin-left: 375px;
}

#Unternavigation ul li.SubNav{
	float: left;
	padding-left: 15px;
	paddin-right: 15px;
	
}

#Unternavigation ul li.SubNav a{
	display: block !important;
}


#Unternavigation a
{
	text-decoration: none;
	font-size: 12px;
}


#Search 
{
	float:left;
	height:20px;
}

#Search INPUT
{
	float:left;
	margin-left:9px;
}

#Searchbnt
{
	margin-top:5px;
	border:0px;
	padding:0px;
}

#Content
{
	width: 920px;
	padding-left: 10px;
}

/*Rechte Spalte*/
#RechteSpalte 
{
	width:150px;
	float:left;
	margin-left:0px;
	margin-top:0px;
	padding-top:7px;
}

/*&uuml;berschriften &uuml;ber News, Callback, etc*/
#RechteSpalte .TitelRechteSpalte /*ttl*/
{
	font-family: Bernur, Arial, Helvetica, Verdana, Sans-Serif;
	font-size:16px;
	padding-bottom: 2px;
	padding-top: 10px;
	font-weight: normal;
	margin-bottom: 0px;
	/*background-color: Blue;*/
}


.KastenRechts{
	width:145px;
	background-color:#FFFFFF;
	border:1px solid #C4C4C4!important;
	padding:4px;
	margin-bottom:20px;
	padding-top:11px;
}

#News
{
}


#News INPUT
{
	border:1px solid #B2B2B2;
	background-color:#FFFFFF;
	margin:1px;
	font-size: 11px;
}

div#News select
{
  font-family: Bernur, Arial, Helvetica, Verdana, Sans-Serif;
  background-color:#FFFFFF;
  width: 144px;
  font-size: 10px;
  margin-left: 0px;
  border:1px solid #B2B2B2;
}





#Call
{
	width:145px;
	padding-top:11px !important;
	background-color:#FFFFFF;
	border:1px solid #C4C4C4;
	padding:4px;
}

#Call INPUT
{
	border:1px solid #B2B2B2;
	background-color:#FFFFFF;
	margin:1px;
	font-size: 11px;
}

/* FF 2*/
#Call textarea
{
	background-color:#FFFFFF;
	border:1px solid #B2B2B2;
	width:131px;
	margin-left:1px;
	padding-left:4px;
	font-size: 11px;
	overflow:hidden;
	height: 50px;
}

/* IE 6 */
*html #Call textarea
{
	width: 130px;
}

/* IE 7 */
*+html #Call textarea
{
	width: 130px;
	height: 45px;
}


#Kontakt
{
	width:145px;
	
}

#Kontakt div{
	padding: 4px;
	padding-top: 0px;
	font-size:11px;
	color: #627890;
}





/* ######## Tag Definitionen ############# */

P
{
	font-size: 12px;
	margin: 0px;
	color: #15334A; /*6D8298;*/
	padding-bottom: 10px;
	padding-right: 15px;
	margin-right: 5px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

p.BildUnterschrift
{
	font-size: 10px;
	color: #3E5668;
}

h1
{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #3E5668;
}

h2
{
	font-size: 16px;
	margin-bottom: 5px;
	color: #3E5668;
}

h3
{
	font-size: 14px;
	margin-bottom: 3px;
	color: #3E5668;
}

h4
{
	font-size: 13px;
	margin-bottom: 3px;
	color: #3E5668;
}

h5
{
	font-size: 12px;
	margin-bottom: 3px;
	color: #3E5668;
}

div
{
		font-family:Arial, Verdana, Tahoma, Sans-Serif;
}

A 
{

	color:#3E5668;
	text-decoration:none;	
}

A:hover 
{
	text-decoration:underline;
}

A:visited
{
	text-decoration:none;	
}

#WrapperInfoStd ul{
	margin-left: 30px;
	list-style-type: square;
}

#WrapperInfoStd ul li{
	padding-top: 14px;
	paddin-bottom: 14px;
}

#WrapperInfos ul{
	margin-left: 30px;
	list-style-type: square;
}

#WrapperInfos ul li{
	padding-top: 4px;
	paddin-bottom: 4px;
}

ul
{
/*
	margin:0px;
	list-style-type:none;
	font-size:14px;	*/
}

li
{
/*
	margin:0px;
	list-style-type:none;
	display:inline;
	margin-right:15px;
	margin-left:0px;
	*/
}

ul.ULEbene2 li
{
	list-style-type: upper-roman;
}


INPUT
{
	border:1px solid #627890;
	color:#627890;
	padding-left:5px;
	padding-right:5px;
}

textarea
{
	border:1px solid #627890;
	color:#627890;
	padding-left:5px;
	padding-right:5px;
}

/* TEASER */

.teaser
{
	width:313px;
	border:1px solid #99A0A8;
	float:left;
	font-size:11px;
	padding-left:14px;
	padding-right:14px;
	padding-top:3px;
	color:#3E5668;
	background-image:url(/images/taeser_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-right:25px;
	margin-top:43px;
}


.teaser h2
{
	font-size:17px;
	font-weight:normal;
	margin:0px !important;
	padding: 0px !important;
}

.teaser .MehrLink
{
	font-size:11px;
	text-align:right;
	padding-top: 2px;
	margin-bottom: 5px;
	font-weight: bold;
}


.teaser .MehrLink a{
	color: #504F57;
	text-decoration: none;
	font-weight: bold;
}

.PfeilKlein{
	font-size: 13px;
	
}


.TextKlein{
font-size: 11px;
}








#LinkeSpalte /*Linke Spalte*/
{
	float:left;
	padding-top: 30px;
	width:740px;
}



/* Verlauf */
.Verlauf, .StartVerlauf
{
	float:none !important;
	text-align:center !important;
	/*margin:20px;*/
	width: 154px !important;
	height: 55px;
	background-repeat: no-repeat;
	background-position: top;
}


div#WrapperInhalt
{
	margin-right: 30px;
	margin-bottom: 20px;
}



/* Karten Einbindung */


/* Wenn die Karte lnger zum Laden braucht: */
	
	
div#WrapperKarte
{
	/*background-image: url(/images/Laden.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
}

div#WrapperKarte img
{
	behavior: url(../../pngbehavior.htc);
}


div#Karte{
	margin-left: auto;
	margin-right: auto;
	
}

div#WrapperKarte > div#Karte
{
	position: relative;
}

* html div#WrapperKarte{
	position: relative;
}

div#WrapperKarte div.KartePunkt{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 15px;
	color: #FFFFFF;
	width: 180px;
}

div#WrapperKarte div.KartePunkt a{
	color: #FFFFFF;
	text-decoration: none;
}

div#WrapperKarte div.KarteBox{
	border: 1px solid #A0A0A0;
	position: absolute;
	z-index: 200;
	width: 180px;
	height: 200px;
	bottom: 0px;
	left: 0px;
}

div#Karte > div.KarteBox
{
		background-image: url(/images/BG_Box.png);
}

* html div#WrapperKarte div.KarteBox
{
	background-color: #FFFFFF;
}

div#WrapperKarte div.KarteBox div.KarteInhalt {
	padding: 5px;
}

div#WrapperKarte div.KarteBox div.KarteInhalt h3{
	font-size: 13px;
}

div#WrapperKarte div.KarteBox div.KarteInhalt a{
	color: #504F57;
	text-decoration: none;
}

div#WrapperKarte div.KarteBox div.BildBox{
	text-align: center;
	padding-top: 7px;
}

div#WrapperKarte div.KarteBox div.BildBox img{
	border: 1px solid #A0A0A0;
}





/*				PROTOTYPE_3							*/

/*#left_coll
{
	float:left;
	padding-top:30px;
}*/


/*

 #karte
{
	width:458px;
	height:424px;
	margin-right:2px;
	float:right;
	position:relative;
	right:90px;
}

div#LinkeSpalte > #karte
{
		background-image:url(/Images/karte.png);
}

* html #karte
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/karte.png');
}

*/
.city
{
	width:156px;
	height:214px;
	border:1px solid #C4C4C4;
	position: absolute;
	top:0px;
	left:165px;
	z-index:14;
	padding:12px;
	visibility:hidden;
	}

.city P
{
	color:#000000;
}	
	
.city A
{
	 font-weight:bold;
	 font-size:12px;
}
	
	.city IMG
{
	 margin-top:5px;
}

div.city  
{
	background-image:url(/Images/trans_spacer.png);
}
div#karte > .city
{
		background-image:url(/Images/trans_spacer.png);
}

* html div.city
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/trans_spacer.png');
}


.city_name
{
	font-size:14px;
	font-family:Verdana;
	color:#000000;
	font-weight:bold;
}

.cityn
{
	color:#FFFFFF;
	position:relative;
	top:200px;
	left:350px;

	
}

.cityn:hover
{
	cursor:pointer;
	text-decoration:underline;
}

/*				PROTOTYPE_4							*/

#EiglInhalt
{
	width:677px;
	padding:12px;
  /*height: 600px;  619 */
	border:1px solid #A9AEB3;
	background-image:url(/Images/gray_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#BABABA;
	font-size:12px;
}


#gr_img 
{
	margin:5px;
	margin-left:0px;
	float:left;
}
	
	
#UnterNaviReiter /*sub_navi*/
{
 text-align:left;
 margin-right:22px;
}

#UnterNaviReiter LI
{
	background-image:url(/Images/sub_navi.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #A9AEB3;
	padding:4px;
	padding-bottom: 0px;
	height: 23px;
}

#UnterNaviReiter LI A
{
	font-size:12px;
	font-family: Tahoma;
	font-weight:bold;
}

#floating_div
{
	float:right;
	width:180px;
	padding-left: 20px;
	padding-right: 6px;
}

#QuickInfo
{
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	width:159px;
	border: 1px solid #BBBBBB!important;
	color:#3E5668;
	font-weight:bold;
	padding-left:5px;
	background-image:url(/Images/quick_info_back.gif);
	background-repeat:repeat-x;
	background-color:#BCBCBC;
	margin-bottom:5px;
}

h3.QuickInfoH3
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

#QuickInfo UL 
{
	 list-style-type:disc;
	 padding:5px;
}

#QuickInfo UL LI
{
	 display:list-item;
	 font-size:10px;
	 margin-left: 11px;
	 list-style-type: square;
}
#QuickInfo A
{
	font-size:10px;
	font-weight: bold;
	color:#3E5668;
}

/*				PROTOTYPE_5							*/
.Bild
{
	height:143px;
	width:164px;
	background-image:url(/images/bild_back.gif);
	background-repeat:repeat-x;
	background-position: top ;
	margin-top:15px;
	margin-bottom: 15px;
	font-size:11px;
	text-align:left;
	border: 1px solid #B3B3B3;
}

img.SearchButton
{
	padding-left: 10px;
}

#InfoBox
{
	float: left;
	width:175px;
	border: 1px solid #939393;
	border-bottom: 2px solid #939393;
	margin-right: 10px;
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
}

h3.InfoBoxH3
{
	font-size:15px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#InfoBox UL LI
{
	 display:list-item;
	 font-size:12px;
	 color:#3E5668;
	 margin-left: 20px;
	 list-style-type:disc;
	 padding-bottom: 3px;
}

#EiglInhalt .buchen
{
	text-align: center;
}

#buchen
{
	text-align: center;
	border: 2px solid #A2A2A2;
	background-image:url(/images/sub_navi.gif);
	background-repeat:repeat-x;
	font-weight: bold;
	width: 150px;
	height: 23px;
}

.tables
{
 border-collapse:collapse;	
 border-color: #F5F5F5;
 font-family:Arial !important;	
 float:left;
 margin-top: 25px;
}

.tables TD
{
 padding:5px;	
 background-color:#FFFFFF;
}

.tables  TH 
{
	background-color:#3E5668;
	color:#000000;
	padding:5px;
}

.top
{
	background-color:#3E5668 !important;
	color:#000000;
}


/* S O N S T I G E S */

.clear
{
	clear: both;
}

.Spacer
{
	width: 10% !important;
}

.Gross
{
	font-weight: bold;
	text-transform: uppercase;
}

.more
{
	float:right;
	font-size:11px;
}
.more A:hover
{
	text-decoration:underline;
}

.button
{
	font-family: Arial, Verdana, Tahoma, SansSerif;
	font-size: 14px;
	text-align: center;
	display: block;
	margin-top: 10px;
	padding-right: 5px;
}

.button a
{
	text-align: right!important;
}


.Abstand
{
	margin-top: 30px;
}

/*				PROTOTYPE_2	// Teaser und Verlauf						*/
div#grkon > div
{
	background-image:url(/Images/kon_trans.png);
	width: 154px;
	
	background-repeat: no-repeat;
	background-position:  top;
}

* html div#grkon
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/kon_trans.png');
}

 div.tVerlauf /*tgradients*/
{
	float:left !important;
	text-align:center !important;
	/*margin:20px;*/
	width: 343px !important;
	height: 49px;
	background-repeat: no-repeat;
	background-position: top;
}

div#grteas > div
{
	background-image:url(/Images/teaser_trans.png);
	width: 343px;
	height:49px;
	background-repeat: no-repeat;
	background-position:  top;
}

* html div#grteas
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/teaser_trans.png');
	width:95px !important;		
}

div#grteas2 > div
{
	background-image:url(/Images/teaser_trans.png);
	width: 343px;
	height:49px;
	background-repeat: no-repeat;
	background-position:  top;
	float:left;
	margin-left: 25px;
}

* html div#grteas2
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/teaser_trans.png');
	width: 345px !important;
	margin-left: 20px;
}

/*	########	PROTOTYPE_2	// Teaser und Verlauf		########  */


/*Scrollmenue*/

#Scroll_EnglischContent
{
	
	
}

#Scroll_FranzsischContent
{
}

#Scroll_ItalienischContent
{
}

#Scroll_SpanischContent
{
	
}


.Container
{
}


.MenueContent {
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	text-align:left;
	position:absolute;
	background-color: #71707D;
	display:block;
}


.MenueContent a
{
	color: #FFFFFF !important;
	font-size: 12px !important;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	display:block;
}

.MenueContent a:link
{
	background-color: transparent;
}

.MenueContent a:hover
{
	background-color: #828190;
}

.MenueContent ul
{
	margin-left:0px;

}

* html .MenueContent ul li
{
	height: 23px;
}


.rechts{
	text-align:right;
}

.Schulfacts{
	float: left;
	width: 180px;
	background-color: #F7F7F7;
	padding: 10px;
	margin-right: 20px;
	border: 1px solid #99A0A8;
	background-image:url(/images/taeser_back2.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	margin-bottom: 30px;
	
}


.SchulInfos{

	margin-left: 220px;
}

.Schulfacts ul{
	list-style-type: square;
	margin-left: 30px;
}
.Schulfacts ul li{
	font-size: 11px;
	font-weight: bold;
}


.TextSpalte{
	float:left;
	width: 525px;
}

* html .TextSpalte{
	width: 520px;
}


.BildSpalte{
	width: 160px;
	margin-left: 528px;
}

* html .BildSpalte{
	margin-left: 520px;
}

.BoxOrtsInfosKurz{
	background-color: #F7F7F7;
	padding: 5px;
	border: 1px solid #99A0A8;
	background-image:url(/images/taeser_back2.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	font-weight: bold;
	font-size: 11px;
}

.KatalogbestellungBox{
	padding-bottom: 15px;
}

* html div.KatalogbestellungBox div.SchattenButton img
{
	behavior: url(/pngbehavior.htc);
	width:160px;height:24px;
}

.BoxOrtsInfosKurz ul{
	list-style-type: square;
	margin-left: 30px;
}


.BoxOrtsInfosKurz ul li{
	font-size: 11px;
	font-weight: bold;
}

div.BoxBild{
	background-color: #F7F7F7;
	padding: 5px;
	border: 1px solid #99A0A8;
	background-image:url(/images/taeser_back2.gif);
	background-repeat:repeat-x;
	background-position: left bottom;
	font-size: 11px;
}

div.BildText{
	text-align:right;
	font-size: 10px;
}

#WrapperInfos
{
	border:1px solid #A9AEB3;
	border-top: 0px;
	background-image:url(/Images/gray_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#DCDCDC;
	padding: 10px;
}

/*Fr Seiten ohne Reiternavigation*/
#WrapperInfoStd
{
	border:1px solid #A9AEB3;
	background-image:url(/Images/gray_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#DCDCDC;
	padding: 10px;
}


/*Reiter*/
#Reiter{
	background-image: url(/images/BG_Reiter.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 21px;
	padding-left: 100px;
}

* html #Reiter
{
	padding-left: 100px;
}

#Reiter a{
	text-decoration: none;
	text-align: center;
	display: block;
	float:left;
	height: 18px;
	margin-left: 10px;
	border-top: 1px solid #A9AEB3;
	border-left: 1px solid #A9AEB3;
	border-right: 1px solid #A9AEB3;
	padding-top: 2px;
	background-image: url(/images/Bg_ReiterPunkt.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#Reiter a:link{
	background-image: url(/images/Bg_ReiterPunkt.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#Reiter a:hover{
	background-image: url(/images/Bg_ReiterPunkt_Hover.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#Reiter a.Markiert{
	font-weight: bold;
	background-image: url(/images/Bg_ReiterPunkt_Markiert.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}


/*Kurse Tabelle*/
.KursePreise {
	border: 1px solid #3E5668;
	border-collapse: collapse;
}

.KursePreise td {
	border: 1px solid #3E5668;
	background-color: #FFFFFF;
}

.KursePreise tr {
	border: 1px solid #3E5668;
}
.KursePreise th{
	border: 1px solid #3E5668;
	background-color: #627890;
	color: #FFFFFF;

}

div#KursAuswahl{
	text-align: left;
	font-weight: bold;
}

div#pnlKurse{
	display: block;
	border: 0px solid #A9AEB3;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}





div#pnlKurse ul{
	list-style-type: square;
	margin-left: 20px;
}

div#pnlKurse ul li{
	padding-top: 2px;
	padding-bottom: 2px;
}


div#pnlKurse ul li a{
	font-weight: normal;
	text-decoration: none;
}

/* Sonstiges */

.Zentriert
{
	text-align: center!important;
	font-size: 12px;
}

.HRKlein
{
	height: 1px;
}


#WrapperFamilie{
	margin-left: auto;
	margin-right: auto;
}

#FamilieBild{
	text-align: center;
	margin-top: 10px;
}

#WrapperFamilie .Links{
	float: left;
	width: 200px;
	padding-left: 20px;
}

#WrapperFamilie .Rechts{
	float: left;

	width: 450px;
	padding-left: 20px;
}


.FamilienBox ul{
	margin-left: 25px;
	list-style-type: square;
}
.FamilienBox{
	background-image:url(/Images/taeser_back.gif); /*background2*/
	background-position:left bottom;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #A0A0A0;
	position: absolute;
	display: none;
	z-index: 200;
	width: 160px;
	height: 190px;
	top: 245px;
	left: 10px;
}



* html div#WrapperFamilie img.BildZweiKopf
{
	behavior: url(/pngbehavior.htc);
	width:102px;height:375px;
}

* html div#WrapperFamilie img.BildVierKopf
{
	behavior: url(/pngbehavior.htc);
	width:427px;
	height:368px;
}



.FamilienBox h1{
	padding: 3px;
	padding-bottom: 2px;
	font-size: 16px;
}

.FamilienBox p{
	padding: 5px;
	font-size: 12px;
}


div.zurueck{
	text-align: right;
}


div.LinksText{
	float: left;
}

div.HilfeButton{
	position: absolute;
}