/* CSS Document */

body
	{
	font-family: Trebuchet MS, Verdana, Arial, Century Gothic;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 140%;
	background-color: #F7F7F2;
	color:#141450;
	text-align: left;
	}
	
.paged-text br
	{
	letter-spacing: 0px;
	}
	
h1 
	{
	font-size: 20px;
	font-weight: 900;
	font-style: italic;
	}
	
h2
	{
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	margin-top: 0px;
	padding-top: 0pc;
	}
	
a , a:visited
	{
	color:#141450;
	font-weight: bolder;
	}

	
#hauptrahmen
	{
	width: 1163px;
	height: 500px;
	}

#spalte1
	{
	width: 30px;
	height: 500px;
	float: left;
	}

#spalte2
	{
	width: 140px;
	height: auto;
	float: left;
	}
	
#spalte3
	{
	width: 90px;
	height: 500px;
	float: left;
	}

#titellinks
	{
	width: 592px;
	height: 110px;
	margin-top: 20px;
	margin-bottom: 60px;
	float: left;
	}
	
#titelrechts
	{
	width: 310px;
	height: 110px;
	margin-top: 20px;
	margin-bottom: 60px;
	float: right;
	}
	
#text
	{
	width: 902px;
	height: auto;
	text-align:left;
	}

#spalte4
	{
	width: 902px;
	height: auto;
	float: left;
	}

#navi
	{
	width: auto;
	height: auto;
	margin-top: 107px;
	}

#datum
	{
	font-size: 10px;
	color:#666666;
	font-style:italic;
	margin-bottom: 5px;
	margin-top: -5px;
	}
	
#sopra
	{
	font-size: 10px;
	font-weight: 700;
	color:#666666;
	margin-top: 25px;	
	margin-bottom: 15px;
	}
	
#galleriashow
	{
	font-size: 10px;
	
	}

/*Hauptnavigation inaktiv*/
a.navi , a.navi:visited
	{
	display: block;
	text-decoration: none;
	font-size: 17px;
	font-style: italic;
	text-align: center;
	width: 140px;
	background-color: #F7F7F2;
	border-bottom: 13px solid #F7F7F2;
	color: #141450;
	line-height: 35px;
	font-weight: 800;
	}

a.navi:active, a.navi:hover
	{
	color:#141450;
	background-color:#DEDECE;
	}
	
/*Hauptnavigation aktiv*/	
a.naviaktiv , a.naviaktiv:visited, a.naviaktiv:active, a.naviaktiv:hover
	{
	display: block;
	text-decoration: none;
	font-size: 17px;
	font-style: italic;
	text-align: center;
	width: 140px;
	background-color: #141450;
	border-bottom: 13px solid #F7F7F2;
	color: #F7F7F2;
	line-height: 35px;
	font-weight: 800;
	}

/*Subnavigation inaktiv*/	
a.subnavi , a.subnavi:visited
	{
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	width: 140px;
	background-color: #F7F7F2;
	border-bottom: 13px solid #F7F7F2;
	color: #141450;
	line-height: 18px;
	font-weight: 600;
	}
a.subnavi:active, a.subnavi:hover
	{
	color:#141450;
	background-color:#DEDECE;
	}

/*Sprachnvigation inaktiv*/	
a.sprachnavi , a.sprachnavi:visited
	{
	display: block;
	text-decoration: none;
	font-size: 17px;
	font-style: italic;
	text-align: center;
	width: 140px;
	margin-top: 30px;
	background-color: #F7F7F2;
	color: #141450;
	line-height: 35px;
	font-weight: 800;
	}

a.sprachnavi:active, a.sprachnavi:hover
	{
	color:#039;
	background-color: #F7F7F2;
	}

/*Links*/	
a.link , a.link:visited
	{
	color: #141450;
	font-size: 13px;
	font-style: italic;
	}
	
a.link:active, a.link:hover
	{
	color: #039;
	font-size: 13px;
	font-style: italic;
	}




p.adresse 
	{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 140%;
	}


/*gallerypix effekt*/
.zoom_hoverbox
	{
	position:relative;
	}
	
img.zoom_imgthumb
	{
	max-height: 165px;
	max-width: 220px;
	border-color: #F7F7F2;
	border-width: 0px;
	}

img.zoom_imgpopup
	{
	border-color: #F7F7F2;
	border-width: 0px;
	display: none;
	max-height: 350px;
	max-width: 330px;
	}

a.zoom_link:hover .zoom_imgpopup
	{
	top:-60px;
	left: 60px;
	z-index:1;
	position:absolute;
	display:block;
	}

/*gallerypix effekt für IE6*/
* html .zoom_hoverbox
	{
	position:static;
	}

* html .zoom_hoverbox a
	{
	position:relative;
	}

* html .zoom_hoverbox a:hover
	{
	height:1%;
	z-index:1;
	}

* html .zoom_hoverbox a:hover .zoom_imgpopup
	{
	top:-60px;
	left: 60px;
	}

* html img.zoom_imgthumb
	{
	width: 220px;
	}
	
* html img.zoom_imgpopup
	{
	width: 330px;
	}
	


