/*importiert norm.css*/

@import url("norm.css");

body {
	position: relative;
	margin-left:auto;/*Angabe Buch = margin: 0 auto*/
	margin-right:auto;
	margin-top:2%; /*Behelfskrücke*/
	vertical-align: middle;
	text-align:center;
	width: 1280px;
	background:url(images/bg1.png) repeat; /*rgb(177, 176, 167); #6e6a60; dunkelgraue Seitenfarbe*/
	font-size: 100.01%;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#999; /*Schriftfarbe*/
}
div#wrapper {
	background:url(images/mitte.JPG) repeat-y center;
	position:relative;
	width: 1280px;
	text-align:left;
}

div#oben {
	background:url(images/oben.JPG) no-repeat center;
	width: 1280px;
	height: 93px;
}

div#content {
	padding:0 110px;
	background:url(images/mitte1.JPG) no-repeat center top;
}

div#footer {
	background:url(images/unten.JPG) no-repeat center bottom;
	height:166px;
	width:1280px;
}

div#site_info {
	margin-left:-70px;
	font-size: 0.7em;
	line-height: 1.3em;
}

h1.logo {
	background: url(images/logo.gif) no-repeat;
	text-indent:-9999px;
	width:0px; /*bei Verwendung eines Logos die Breite anpassen!*/
	height:0px; /*bei Verwendung eines Logos die Höhe anpassen!*/
	position:relative;
	left:-9999px;
}

blockquote.info {
	text-indent: -9999px;
	height:0;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #3F0; /*Einblendung Erklärung by Mouseover: z.B. "CSS" wird grün unterstrichen, Cascading Stylesheets" wird eingeblendet*/
}

#site:info {
	clear:both; /*bewirkt: Höhe Hauptbereich > Navigation*/
}

#site_info H4 { 
	text-indent:-9999px;/*Site-Info für Google sichtbar, für Besucher unsichtbar*/
	height:0;
}

#navi {
	background: url(images/navihg.png) repeat left top;
	position: relative;
	left:-70px;
	float:left;
	width:231px;
	min-height:265px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.8em; /*em bewirkt: Schriftgrösse relativ, Nutzerabhängig*/
	letter-spacing:0.2em; /*bewirkt: Abstand zwischen den Letters*/
	border-radius:5px;
	-moz-border-radius:5px;
}

#navi h2 {
	text-indent:-9999px; /*bewirkt, dass Text für Google, nicht jedoch*/ 
	/*Besucher sichtbar ist*/
	height: 0;
}

#navi ul {
	padding: 40px 5px 20px 60px /*bewirkt: Abstand Navigation*/
}

#navi ul li a:link, #navi ul li a:visited, #navi ul li a:active {
	display:block;
	color:#CCFF33; /*Schriftfarbe = hellgrün*/
	text-decoration:none; /*löscht Standardunterstreichung*/
	padding-bottom:15px; /*Abstand unterhalb eines einzelnen Links*/
}

#navi ul li a:hover, #navi ul li a:focus, #navi ul li a#current {
	color:#FFF; /*Schriftfarbe = hell purpur (dunkel purpur = #783260; dunkles petrol = #264D60; schwarz = #000)*/
	/*text-transform:uppercase => GROSSBUCHSTABEN*/ 
	font-weight: bold;
	font-variant: small-caps; /*Kapitälchen-Darstellung*/
}

/*AB HIER CSS-CODE FÜR NAVIGATION #2*/
#navi2 {
	/*background: url(images/Navi2.JPG) no-repeat left top;*/
	font-family: "Agency FB", Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.2em; /*em bewirkt: Schriftgrösse relativ, Nutzerabhängig*/
	font-weight: 100%;
	letter-spacing: 1px; /*Abstand zwischen den Letters*/ 
	overflow: hidden;
	font-variant: small-caps; /*Kapitälchen-Darstellung*/
}
#navi2 ul {
	list-style-type: none;
	margin: 0;
}
#navi2 li {
	margin: 0%;
	padding: 0;
	float: left;
	width: 33%;
}
#navi2 a {
	color: #CCFF33;
	display: block;
	text-decoration: none;
	padding: 0px 10px 0px 10px; /*Abstand Rahmen<=>Schrift*/
	border-left-color:#264D60;
	border-left-width:thin;
	border-left-style:solid;
}
#navi2 a:hover, #navi2 a:active, #navi2 a:focus, #navi2 a#current {
	color:#FFF; /*Schriftfarbe = hell purpur*/
	font-weight: bold;
	font-variant: small-caps; /*Kapitälchen-Darstellung*/
}
/*BIS HIER CSS-CODE FÜR NAVIGATION #2*/

#content_main {
	margin: 0 -30px 0 240px; /*240px links werden benötgt! -30px rückt um 30px nach rechts*/
}

#content_main h3 {
	text-indent:-9999px; /*bewirkt, dass Text für Google, nicht jedoch*/ 
	/*Besucher sichtbar ist*/
	width:0px; /*bei Verwendung die Breite anpassen!*/
	height:0px; /*bei Verwendung die Höhe anpassen!*/
}

#content_main h4 {
	margin-left: 10px; /*Einrücken der Überschrift H4*/
	padding-bottom: 2px; /*Abstand zur nachfolgenden Zeile*/
	font-family: "Agency FB", Baskerville, Cambria, "Times New Roman", serif;
	font-weight:100;
	font-size: 1.2em;
	color: #CCFF33;
	font-variant: small-caps; /*Kapitälchen-Darstellung*/
}

#content_main h4 a:link, #content_main h4 a:visited, #content_main h4 a:active {
	display:block;
	color:#CCFF33; /*Schriftfarbe = hellgrün*/
	text-decoration:none; /*löscht Standardunterstreichung*/
}

#content_main h4 a:hover, #conten_main h4 a:focus, #content_main h4 a#current {
	color:#9F1A71; /*Schriftfarbe = hell purpur (dunkel purpur = #783260; dunkles petrol = #264D60; schwarz = #000)*/
	/*text-transform:uppercase => GROSSBUCHSTABEN*/ 
	font-weight: bold;
	font-variant: small-caps; /*Kapitälchen-Darstellung*/
}

#content_main img {
	float:left; /*Text wird rechts vom Bild platziert*/
	margin-right: 20px; /*Abstand rechts vom Bild=20px*/
}

#content_main ul li {
	overflow:hidden;
	padding: 10px 0;
}

#content_main p {
	font-size: .9em;
	line-height: 1.3; /*bedeutet: Schriftgroesse *1,3*/
	margin-bottom: 5px;
	margin-left: 0px;
}

/*
#content_main p:first-letter {
	font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 2.5em;
	font-weight:200;
	color: #E16D09; leuchtendes orange
	float:left;
	line-height: .9;
}
*/

/*ab hier Bildervorschau Code (Mouse over)*/

#pos {
	background:#7c7b70;
	position:absolute;
	top: 20px;
	left: 100px;
	width: 180px;
	height: 800px;
}

img {
	padding: 5px;
	margin: 0px 0 0 10px;
	border: 1px solid gray;
	width: 160px;
	height: 108px;
	background-color: #fff;
}

a:hover img {
	width: 450px;
	height: 276px;
	z-index:: 900;
}

#i1 {
	position:absolute;
	top: 0;
	left: 20px;
}

/*bis hier Bildervorschau Code (Mouse over)*/

.Transparent_IconCamera {
	position: absolute;
	top:-50px;
	left:+155px;
	float:right;
	padding: 0px;
	border:none;
	width:110px;
	height: 107px;
	background-color:transparent;
}

div.header_topleiste, span.header_topleiste{
	width:850px;
	height:60px;
	display:inline-block;
	vertical-align:middle;
	color:#CCFF33;
	font-family: "Agency FB", Verdana, Geneva, Tahoma, sans-serif;
	font-variant: small-caps; /*Kapitälchen-Darstellung*/
	/*font-family:'Droid Sans', verdana, arial;*/
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding-top:15px;
	background-image: url(images/BUTTON1.png);
	background-repeat:no-repeat;
}

div.headerback_background_infos_center, span.headerback_background_infos_center {
	color:#999;
	font-family:'Droid Sans', verdana, arial;
	font-size:12px;
	/*display:inline-block;*/
	height:100%;
	width:821px;
	background-color:#222222;/*#1a1a1a*/
	vertical-align:middle;
	text-align:left;
	padding:15px 15px 15px 15px;
}

div.headerback_background_infos {
	color:#999;
	font-family:'Droid Sans', verdana, arial;
	font-size:12px;

	display: block
	height:100%;
	width:821px;
	background-color:#222222;
	vertical-align:middle;
	text-align:justify;
	padding:15px;
}

b{
	color:#FFF; /*leuchtendes orange*/
	font-family: "Agency FB", Verdana, Geneva, Tahoma, sans-serif;
	font-variant: small-caps; /*Kapitälchen-Darstellung*/
	/*font-family:'Droid Sans', verdana, arial;*/
	font-size:20px;
	/*font-family:'Droid Sans', verdana, arial;*/
}
