@charset "UTF-8";

/*================== KALIBRIERUNG + RESTAURATION ==================*/


* { padding: 0; margin: 0; }

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

body, html {
	min-height: 101%;
}


/*================== ALLGEMEINE STYLES ==================*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	background-color: #FFF;
	color: #333;
	letter-spacing: 0.8pt;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
}

h1, h2 {
	color: #8f48d1;
	font-weight: 700;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 10px 0 5px 0;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
}


h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	padding-bottom: 10px;
	color: #8f48d1;
	font-weight: 700;
}

h4 {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #8f48d1;
}

h5 {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #8f48d1;
	margin: 0;
}

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.7;
	font-size: 14px;
	line-height: 24px;
}

a img {
	border: none;
}

/* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */
a:link {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #8f48d1;
	text-decoration: none;
}

small {
	font-size: 11px;
	margin-left: 15px;
}

iframe {
	margin-left: 15px;
}

#fadeshow2 {
	margin-left: 40px;
	margin-top: 22px;
	width: 120%;
}

hr {
	margin: 10px 15px;
	color: #CCC;
	background-color: #CCC;
}

sup {
	vertical-align:top; 
	font-size:0.8em; 
	line-height:100%;
}
sub {
	vertical-align:bottom; 
	font-size:0.8em; 
	line-height:100%;
}
	
/*---------------------------------------------------------------------
	2. Styles für die Layoutbereiche
---------------------------------------------------------------------*/
#container_01 {
	width: 1024px;
	height: 1500px;
	margin: 0 auto;
	background-image: url(../images/higru01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container_02 {
	width: 1024px;
	height: 1500px;
	margin: 0 auto;
	background-image: url(../images/higru02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#fadeshow_container_02 {
	width: 1024px;
	height: 1500px;
	margin: 0 auto;
	margin: 0 auto;
}

#container_03 {
	width: 1024px;
	height: 1500px;
	margin: 0 auto;
	background-image: url(../images/higru03-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container_04 {
	width: 1024px;
	height: 1500px;
	margin: 0 auto;
	background-image: url(../images/higru04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container_05 {
	width: 1024px;
	height: 1500px;
	margin: 0 auto;
	background-image: url(../images/higru05.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	background: #FFF;
	padding: 15px 0 0 600px;
	height: 75px;
}

#content {
	padding: 20px 18px 0 20px;
	width: 710px;
	height: 640px;
	margin: 0 auto;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.93);
	filter:alpha(opacity=93);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
	-moz-opacity:0.93;
	-webkit-box-shadow: 5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
}

#content img {
	float: left;
	margin: 10px 8px 0 0;
	opacity: 1;
}

#textarea {
	width: 305px;
	height:auto;
	max-height: 605px;
	margin: 0;
	padding: 0;
	overflow: scroll;
}

#textarea_wide {
	width: 700px;
	height:auto;
	margin: 0;
	padding: 0;
	float:left;
}


/*--------------------------------------------------------------------
	3. Styles für die Navigation
--------------------------------------------------------------------*/

#navigation {
	width: 1024px;
	height: 40px;
	font-size: 16px;
	padding: 5px 0 0 0;
	margin: 0 auto 10px auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.8);
	filter:alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity:0.8;
	-webkit-box-shadow: 0px 5px 5px #666;
	-moz-box-shadow: 0px 5px 5px #666;
	box-shadow: 0px 5px 5px #666;
}

#navigation ul.nav {
	list-style: none; 
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin: 0  0 0 135px;
	width: auto;
}

#navigation li {
	float: left;
	width: auto;
	height: 40px;
	list-style: none;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

#navigation ul.nav a, ul.nav a:visited { 
	padding: 5px 4px 5px 4px;
	display: block; 
	text-decoration: none;
}

#navigation ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	color: #8f48d1;
}

#navigation ul li.active a {
	color: #8f48d1;
}

.trennzeichen {
	color: #999;
	padding: 5px 0;
	margin: 0px;
	font-size: 18px;
}


/*--------------------------------------------------------------------
	3. Styles für Aktuelles
--------------------------------------------------------------------*/

#aktuelles {
	width: 750px;
	height: 55px;
	padding: 5px 0px 0 0px;
	margin: 0 auto 10px auto;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.8);
	filter:alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity:0.8;
	-webkit-box-shadow: 5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
	text-align: center;
}

#aktuelles h1 {
	color: #8f48d1;
	margin: 0;
}

#aktuelles a {
	color: #8f48d1;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-decoration: none;
}
	
#aktuelles a:hover, a:active, a:focus {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-decoration: none;
}


/*---------------------------------------------------------------------
	3. Styles für die Boxen
---------------------------------------------------------------------*/

#box1 {
	width: 400px;
	height: 285px;
	float:right;
	margin: 14px 0 10px 0;
	opacity: 1;
/*	-webkit-box-shadow: 5px 5px 10px #999;
	-moz-box-shadow: 5px 5px 10px #999;
	box-shadow: 5px 5px 10px #999;
*/}

#box2 {
	width: 400px;
	height: 285px;
	float:right;
	margin: 10px 0;
	opacity: 1;
	-webkit-box-shadow: 5px 5px 10px #999;
	-moz-box-shadow: 5px 5px 10px #999;
	box-shadow: 5px 5px 10px #999;
}

#fadeshow_links {
	width: 380px;
	height: 565px;
	float:left;
	margin: 0 0 0 7px;
	-webkit-box-shadow: 5px 5px 10px #999;
	-moz-box-shadow: 5px 5px 10px #999;
	box-shadow: 5px 5px 10px #999;
}


/*---------------------------------------------------------------------
	4. Styles für die Fusszeile
---------------------------------------------------------------------*/
#footer {
	padding: 10px 5px;
	position: relative;
	clear: both; 
	width: 738px;
	margin: 0 auto;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.8);
	filter:alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity:0.8;
	-webkit-box-shadow: 5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
}

address {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 77%;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 0.8pt;
}

address a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
