/*  polakandfriends.com Design & Layout
    Author: POLAK and friends GmbH | Engelbert Eichner
    Version 1.0 (_LAUNCH_) v. 20.04.2009 
    zuletzt aktualisiert am 16.10.2009 */

/* Dieses Stylesheet und alle zum Design
   gehoerigen Grafikdateien sind geistiges
   Eigentum von POLAK and friends GmbH. */

/* Website optimiert für:
   Firefox, Opera, Safari (Mac & Windows), 
   IE7 und IE6 */

/* Colors
-----------------------------------------
blue.......................#0858a2
navblue....................#126fb2
hellblau...................#c1d0e9
yellow.....................#ffdb03
anthrazit..................#333333
----------------------------------------*/

/* Hide from Screen and PDA
---------------------------------------*/

#printFooter  { display: none; }

/* Allgemeines
----------------------------------------*/

* {
	margin: 0;
	padding:0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: center; /* Bewirkt das Zentrieren aller Inhalte (auch DIV-Container) im IE5/WIN */
	background: #0858a2; /* blau */
	color: #ffffff;
	font-family: Arial, sans-serif;
	behavior: url(csshover.htc);
}

p {
	margin: 0 0 10px 0;
}

#Frame {
	background: #0858a2 url(../layoutimages/Illu-HG-web.jpg) top left no-repeat;
}

/* Struktur
----------------------------------------*/

#ContentFrame {
	width: 1240px;
	margin: 0 auto;
}

#Wegweiser {
	position: fixed;
	top: 60px;
	left: 20px;
	float: left;
	z-index: 20px;
}

* + html #Wegweiser { /* IE7 only */
	top: 80px;
	left: 10px;
}

* html #Wegweiser { /* IE6 and below... */
	display: none;
}

#MainContent {
	position: relative;
	float: left;
	text-align: left;
	width: 620px;
	margin-left: 300px;
	z-index: 30px;
}

* + html #MainContent { /* IE7 only */
	float: left;
	width: 620px;
	margin-left: 280px;
	margin-bottom: 0;
	padding-bottom: 0;
	z-index: 100px;
}

* html #MainContent { /* IE6 and below... */
	position: relative;
	width: 600px;
	margin-left: 10px;
	margin-right: 20px;
	padding: 0px;
}


#Content {
	position: relative;
	clear: both;
	float: left;
	height: 650px;
	margin: 20px 0 0 28px;
	background: #fff;
	opacity: 0.9;
	padding: 20px 30px 20px 110px;
	color: #333;
}

* + html #Content { /* IE7 only */
	padding: 20px 40px 0px 120px;
	background: #efefef;
	height: 670px;
}

* html #Content { /* IE6 and below ... */
	padding: 20px 20px 10px 20px;
	margin: 0;
}

#Infoblock {
	position: relative;
	float: right;
	margin-top: 100px;
	margin-left: 0px;
	margin-right: 20px;
	width: 240px;
	text-align: left;
}

* html #Infoblock { /* IE6 and below... */
	float: left;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: 10px;
	width: 240px;
}

#Button {
	position: absolute;
	right: -25px;
	top: -33px;
}

/* Navigation
----------------------------------------*/

#MainNav {
	position: relative;
	width: 100%;
	margin: 20px 0 40px 40px;
	z-index: 22px;
}

* + html #MainNav { /* IE7 only */
	position: relative;
	margin: 20px 0 0px 40px;
	top: 10px;
	left: 0;
	z-index: 1px;
}

* html #MainNav { /* IE6 and below ...*/
	margin: 20px 0 20px 0;
}

#MainNav ul {
	list-style-type: none;
	z-index: 15px;
}

#MainNav ul li {
	float: left;
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
}

#MainNav ul li a {
	padding: 7px;
	color: #ffffff;
	text-decoration: none;
}

* + html #MainNav ul li a { /* IE7 only */
	display: block;
	padding: 7px;
}

#MainNav ul li a:hover {
	background: #fff;
	opacity: 0.5;
	color: #126fb2;
}

* + html #MainNav ul li a:hover { /* IE7 only */
	background: #c1d0e9;
}

/* secondLevel Navigation */

#MainNav .secondNav { /* 2nd level content wrapper */
	visibility: hidden; /* hidden */
	position: absolute;
	background-color: #0858a2;
	top: 25px;
    width: 142px;
	z-index: 1; /* Je kleiner die Index-Zahl, desto weiter oben liegt die Ebene */
}

* + html #MainNav .secondNav {
	top: 45px;
	z-index: auto;
}

#MainNav li:hover .secondNav {
	visibility: visible;
}

* html #MainNav li:hover .secondNav { /* only IE6 and below */
	visibility: visible;
}

#MainNav ul.secondNav li {
	background: #fff;
	display: block;
	width: 142px;
	text-align: left;
	z-index: auto;
}

#MainNav ul.secondNav li b {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffd700;
	text-align: left;
	border: 0;
	padding: 0;
	margin-left: 15px;
}

#MainNav ul.secondNav li a {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	line-height: 18px;
	color: #FFF;
	background: #0858a2;
	padding: 4px 3px 3px 10px;
}

#MainNav ul.secondNav li a:hover {
	display: block;
	background: #084acd1;
	color: #fff;
	padding: 4px 3px 3px 10px;
}

.current a {
	background: #126fb2;
}

/* Typographie
----------------------------------------*/

h1 {
	font-size: 2.0em;
	font-weight: normal;
	line-height: 1.5em;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 10px;
}

p {
	line-height: 1.6em;
	text-align: justify;
}

.gelb {
	color: #ffdb00;
	font-weight: bold;
}

/* Tabellen
----------------------------------------*/

.Datenblatt td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	color: #0858a2;
}

.Datenblatt caption {
	font-size: 1.4em;
	font-weight: bold;
	color: #ffdb03;
}

#subscribe table td {
	padding: 5px;
}

#subscribe #anmButton {
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	background: #ffdb03;
	color: #0858a2;
	border: 1px solid #fff;
}

/* Listen
----------------------------------------*/

.Pfeilliste li {
	line-height: 1.8em;
	list-style-type: none;
	background: url(../layoutimages/pfeil.gif) no-repeat top left;
	padding-left: 25px;
}

/* Footer
----------------------------------------*/

#FooterFrame {
	clear: both;
	text-align: left;
	margin-top: 20px;
	border-top: 4px solid #FFFFFF;
	padding-top: 20px;
	background: #0858a2;
}

* + html #FooterFrame {
	margin-top: 0px;
}

#Footer {
	width: 1240px;
	margin: 0 auto;
	background: #0858a2;
}

#FooterContent {
	float: left;
	width: 580px;
	text-align: left;
	font-size: 11px;
	margin-left: 340px;
}

* + html #FooterContent { /* IE7 only */
	float: left;
	margin-left: 320px;
	width: 580px;
}

/* Links
----------------------------------------*/

a {
	color: #333333;
}

#MainContent #Content a, #Content p a {
	background-color: #eaeefa;
	color: #2e3940;
}

#Footer a, #Footer a:visited {
	color: #fff;
}

#Footer a:hover {
	color: #ffdb03; /* yellow */
}

/* Images
----------------------------------------*/

.align_right {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}

.align_left {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}

#Infoblock img {
	float: right;
	margin: 0 0 10px 0;
}

* + html #Infoblock img { /* IE7 only */
	float: right;
	position: relative;
	top: 1px;
	right: 50px;
}

.fotogalerie a img {
	border: 2px solid #ffdb03;
	float: left;
	margin: 0 15px 15px 0;
}

.fotogalerie a:hover img {
	border: 2px solid #126fb2;
}

/* End of Stylesheet -------------------*/


