/* Wolfgang Bock */
/* 2010-12-11 */
/* Innenabstand/Padding geht so: */
/* 4 Werte: oben rechts unten links */
/* 3 Werte: oben links+rechts unten */
/* 2 Werte: oben+unten links+rechts */

/* Farben */
/*
#FFFFFF - weiss
#484848 - grau         rgb(100,100,100)
#034DA2 - bne-blau     rgb(3,77,162)
#53B2A6 - bne-tuerkis  rgb(83,178,166)
#F6821F - bne-orange   rgb(246,130,31)
*/

/* Legt die Breite der Webseiten fest */
body
{
width:985px;
margin:0px auto;
font-family:Tahoma,Helvetica,Verdana,sans-serif;
font-size:11px;
background-color: #FFFFFF;
}

/* Menue oben */
#navigationoben {
width:825px;
height:150px;
position:absolute;top:10px;
margin-left:160px;
margin-bottom:5px;
float:left;
}

/* Der Inhalt */
#content {
position:absolute;top:115px;
width:825px;
margin-left:160px;
margin-right:10px;
background-color:#ffffff;
padding:5px;
z-index:1;
}

/* Logo Parkhotel */
#phwilogo {
width:160px;
height:275px;
margin-top:15px;
margin-left:5px;
margin-bottom:5px;
float:left;
background-image:url(../fotos/2009/phwi-logo-84x275.gif);
background-repeat:no-repeat;
}

#navigationlinks {
	position:absolute;
	top:295px;
	margin-left:-35px;
/*	left:-5px; */
	width:160px;
	overflow:hidden;
	z-index:1;
/* Höhe des Navigationsbereichs auf 400 px */
/*	height: 300px; */

}

ul.closed, ul.opened {
  font-family:Tahoma,Helvetica,Verdana,sans-serif;
  font-size:11px;
  letter-spacing:0px;
  list-style-type:none;
  font-weight:bold;
}

ul.closed, ul.opened li {
  letter-spacing:0;
  line-height:15px;
}

ul.closed {
  display:none;
}

ul.opened {
  display:block;
}


a.folder {
  color:#034DA2;
  font-size:11px;
  cursor:pointer;
}

a.nav {
  color:#034DA2;
/*  font-size:11px; */
/*  font-weight:bold; */
  text-decoration:none;
}

a.nav:link, a.nav:visited {
  color:#034DA2;
  text-decoration:none;
}

a.nav:hover, a.nav:active {
  color:#53B2A6;
  text-decoration:none;
}

blockquote {
  font-style:italic;
}

/* Ende Navigation links */

/* Logo Weltdekade darunter */
#dekadelogo {
width:150px;
height:251px;
position:absolute;top:450px;
margin-left:5px;
/*
margin-top:465px;
margin-bottom:5px;
*/
background-image:url(../fotos/2011/weltdekade-11-12-100x225.jpg);
background-repeat:no-repeat;
float:left;
}

/* Logo Arbeitgeberpreis */
#agpreislogo {
width:234px;
height:100px;
position:relative;top:100px;left:1px;
margin-right:40px;
margin-left:5px;
/*
margin-top:465px;
margin-bottom:5px;
*/
background-image:url(../fotos/2009/agpreis-2009-140x60.jpg);
background-repeat:no-repeat;
float:right;
z-index:2;
}

/* Der Footer */
#footer {
width:760px;
margin:0px auto;
/* durch die Grafik wird die Breite festgelegt */
/* Grafik ersetzt die "Border" */
text-align:center;
padding:10px 0px;
/* border-top:1px solid #cb0000; */
clear:center;
color:#ffffff;
background-image:url(../fotos/2009/bne-orange.gif);
background-repeat:repeat-x;
background-position:center 3px;
}

/* Das sind die Formatierungen aus Nachhaltige Bildung */
/*
h1 {font-size:12px;color:#034DA2;}
h2 {font-size:12px;font-weight:bold;color:#034DA2;}
h3 {font-size:14px;color:#034DA2;margin:0px;}
h4 {font-size:14px;font-weight:bold;color:#034DA2;margin:0px;}
h3 {font-size:16px;color:#53B2A6;margin:0px;}
h4 {font-size:16px;font-weight:bold;color:#53B2A6;margin:0px;}
h5 {font-size:18px;color:#034DA2;margin:0px;}
h6 {font-size:18px;font-weight:bold;color:#034DA2;margin:0px;}
*/

/* Schriftformatierungen */
/* grau h1 {font-size:12px;color:rgb(100,100,100)} */
h1 {font-size:12px;font-family:Tahoma,Helvetica,Verdana,sans-serif;font-weight:200;color:rgb(100,100,100);}
/* grau */ h2 {font-size:12px;color:rgb(83,178,166);font-weight:bold;}
/* grau */ h3 {font-size:14px;color:rgb(100,100,100);}
/* grau */ h4 {font-size:14px;color:rgb(3,77,162);font-weight:bold;}
/* grau */ h3 {font-size:16px;color:rgb(100,100,100);}
/* grau */ h4 {font-size:16px;color:rgb(100,100,100);font-weight:bold;}
/* grau */ h5 {font-size:18px;color:rgb(100,100,100);}
/* grau */ h6 {font-size:18px;color:rgb(100,100,100);font-weight:bold;}
/* orange */ h7 {font-size:12px;color:rgb(246,130,31);}
/* orange */ h8 {font-size:12px;color:rgb(246,130,31);font-weight:bold;}
/* tuerkis */ h9 {font-size:12px;color:rgb(83,178,166);}
/* tuerkis */ h10 {font-size:12px;color:rgb(83,178,166);font-weight:bold;}


p {margin-top:0px;}

.grey { color: #484848; }
.bneblau{ color: #034DA2; }
.bnetuerkis { color: #53B2A6; }
.bneorange { color: #034DA2; }


a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
/*  font-weight:bold; */
  color:#53B2A6;
  font-size:12px;
}
a:active, a:hover
{
color:#53B2A6;
}
a.menu:link, a.menu:visited
{
color:#53B2A6;
}
a.menu:active, a.menu:hover
{
color:#53B2A6;
}

/* Raabe Menu oben */
div.menu
{
	text-align:left;
	vertical-align:middle;
	display: block;
/*	background-color:rgb(4,60,120); */
	background-color:rgb(255,255,255);
	position: absolute;
/* mal sehen */
	top:20px;
	left:0px;
/* mal sehen */
/*	border:solid 1px #808080; */
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	font-size: 9pt;
	z-index:1;
}

a.menu:link
{
	vertical-align:middle;
	background-color:rgb(255,255,255);
	display: block;
	color:#034DA2;
	text-decoration:none;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	font-size: 9pt;
}

a.menu:visited
{
	vertical-align:middle;
	background-color:rgb(255,255,255);
	display: block;
	color:#034DA2;
	text-decoration:none;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	font-size: 9pt;
}

a.menu:active
{
	vertical-align:middle;
	background-color:rgb(255,255,255);
	display: block;
	color:#53B2A6;
	text-decoration:none;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	font-size: 9pt;
}

a.menu:hover
{
	vertical-align:middle;
	background-color:rgb(255,255,255);
	display: block;
	color:#53B2A6;
	text-decoration:none;
	font-family:Tahoma,Helvetica,Verdana,sans-serif;
	font-size: 9pt;
}

/* Overview */
a.overview:link
{
	color:#53B2A6;
	text-decoration:none;
	font-family: verdana;
	font-size: 9pt;
}

a.overview:visited
{
	color:#53B2A6;
	text-decoration:none;
	font-family: verdana;
	font-size: 9pt;
}

a.overview:active
{
	color:#53B2A6;
	text-decoration:none;
	font-family: verdana;
	font-size: 9pt;
}

a.overview:hover
{
	color: #53B2A6;
	background-color:rgb(255,255,255);
	text-decoration:none;
	font-family: verdana;
	font-size: 9pt;
}

/* fieldset fuer die Datenbank */
/* wird ab hier deaktiviert, einbinden ueber phwi-datenbank-style-header.php
fieldset {
   width: 1000px;
    background-color: #F8F8F8;
    padding: 5px;
  }

/* das sind die "class" Festlegungen */
/*
  .loeschen {
   outline: dotted 1px #EE0000;
  }

  .aendern {
   outline: dotted 1px #0000EE;
  }

  .umbenennen {
   outline: dotted 1px #0000EE;
  }



  .eintragen {
   outline: dotted 1px #00B058;
  }

 .upload {
   outline: dotted 1px #00B058;
  }

  .fehler {
   color: #EE0000;
  }

  td.klein {
   font-size: 10px;
  }

  th, td {
   border: solid 1px #888888;
  }

  tr:nth-child(even) {
   background-color: #FFFFFF;
  }

  tr:nth-child(odd) {
   background-color: #F4F4F4;
  }

  tr:hover {
   background-color: #FFFFD5;
  }

  td:hover {
   background-color: #FFFFAA;
  }

*/
