/* CSS Document */


/* ========== Farben ========== 

blau: #1179b7
grün: #5d9d27
hellgrün: #dbf9c2
dunkelgrau: #3a3a3a
background-grün: #8db36a

*/


/* ========== Allgemeines ========== */

img, div { 
behavior: url(iepngfix.htc);
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
margin: 0;
padding: 0;
border: 0;
background: url(../images/bg_body.jpg) top left repeat;
overflow:scroll;
}

img {
border-style: none;
}

/* ========== Container ========== */

div#wrap {
height: 610px;
width: 100%;
position:absolute;
top: 50%;
margin-top: -305px;
background: url(../images/bg_wrap.png);
z-index: 2;
} 

div#wrap2 {
width: 600px;
position:absolute;
left: 50%;
margin-top: 40px;
margin-left: -300px;
z-index: 2;
} 

div#content_wrap2 {
position:absolute;
width: 1000px;
height: 610px;
left: 50%;
margin-left: -500px;
}



#header {
}

#logo {
margin: 0;
padding: 0;
height: 100px;
float:left;
}

#basic_info {
position: relative;
margin: 0 0 0 300px;
width: 400px;
}

#content_text {
position:relative;
width: 470px;
margin: 6px 0 0 280px;
height: 365px;
overflow:auto;
padding: 35px 30px 0 0;
}

#footer_fotoleiste {
margin: 15px 0 0 280px;
}

#footer_fotoleiste img{
padding: 0;
margin: 0;
}

#mitmachen_wrap {
width: 820px;
height: 570px;
background:url(../images/non_layout/schrittfuerschritt.jpg) no-repeat;
}

#mitmachen_wrap a#upload{
width: 340px;
height: 145px;
position:absolute;
margin: 360px 0 0 450px;
}

#mitmachen_wrap a#preise2{
width: 370px;
height: 145px;
position:absolute;
margin: 360px 0 0 60px;
}

#zuruck {
text-align:right;
}

#zuruck_phd {
text-align:right;
}

/* Formatierungen*/

#basic_info p {
color:#FFFFFF;
padding: 20px 0 0 0;
text-align:right;
}

/* === Bilder === */


#bilder {
position:fixed;
z-index: 20;
right: 50%;
width: 150px;
height: 220px;
margin-right: -470px;
background: url(../images/bg_bilder.png) top left no-repeat;
text-align:center;
padding: 140px 0 0 0;
}

#img1 {
height: 180px;
width: 150px;
margin: 0 0 30px 0;
background:url(../images/non_layout/div_bilder_2.png) no-repeat;
}

#img2 {
height: 180px;
width: 150px;
margin: 0 0 30px 0;
background:url(../images/non_layout/div_bilder_1.png) no-repeat;
}

#img3 {
height: 180px;
width: 150px;
margin: 0 0 30px 0;
background:url(../images/non_layout/div_bilder_3.png) no-repeat;
}

#img4 {
height: 180px;
width: 150px;
margin: 0 0 30px 0;
background:url(../images/non_layout/div_bilder_4.png) no-repeat;
}

#img5 {
height: 180px;
width: 150px;
margin: 0 0 30px 0;
background:url(../images/non_layout/div_bilder_5.png) no-repeat;
}

#img6 {
height: 180px;
width: 150px;
margin: 0 0 30px 0;
background:url(../images/non_layout/div_bilder_6.png) no-repeat;
}

#img7 {
height: 180px;
width: 150px;
margin: 0 0 30px 0;
background:url(../images/non_layout/div_bilder_7.png) no-repeat;
}

#img8 {
height: 180px;
width: 150px;
margin: 0 0 30px 0;
background:url(../images/non_layout/div_bilder_8.png) no-repeat;
}

#img9 {
height: 180px;
width: 150px;
margin: 0 0 30px 0;
}

#img10 {
height: 180px;
width: 150px;
margin: 0 0 30px 0;
}

/* ========== Navigation ========== */

ul#navigation {
position: absolute;
list-style: none;
margin: 35px 0 0 5px;
/*margin: 55px 30px 0 -13px;*/
padding: 0;
float:left;
width: 230px;
}

ul#navigation li {
text-align: right;
}

ul#navigation li a{
text-decoration: none;
text-transform:uppercase;
color: #dbf9c2;
padding: 0 20px 0 0;
font-weight:bold;
font-size: 1.5em;
}

ul#navigation li.mitmachen a{
text-decoration: none;
text-transform:uppercase;
color: #dbf9c2;
padding: 0 20px 0 0;
font-weight:bold;
font-size: 1.5em;
}

ul#navigation li.mitmachen a:hover{
text-decoration: none;
text-transform:uppercase;
color: #FFFFFF;
background: none;
}

ul#navigation li a:hover{
text-decoration: none;
text-transform:uppercase;
color: #FFFFFF;
background:url(../images/bg_navigation_item.png) center right no-repeat;
}

ul#navigation li a.active{
text-decoration: none;
text-transform:uppercase;
color: #FFFFFF;
}

ul#navigation li a.presse{
text-decoration: none;
text-transform:uppercase;
color: #d4e9ef;
font-size:0.9em;
}

ul#navigation li a.presse:hover{
text-decoration: none;
text-transform:uppercase;
color: #1179b7;
font-size:0.9em;
background:none;
}

/* === Subnavigation  === */

ul#navigation li ul.unter_nav {
list-style:none;
margin: 0;
padding: 0;
}

ul#navigation li ul.unter_nav li{
margin: 0 0 10px 0;
line-height: 0.8em;
}

ul#navigation li ul.unter_nav li a{
font-size: 0.8em;
text-transform:none;
background:none;
padding:0 20px 0 0;
display:block;
}

ul#navigation li ul.unter_nav li a:hover{
text-transform:none;
background:none;
}

/* === Subnavigation Bottom === */

ul#subnavigation {
list-style:none;
padding: 0 0 25px 0;
margin: 15px 0 0 280px;
}

ul#subnavigation li {
float:left;
color:#FFFFFF;
margin: 0 3px 0 0;
}

ul#subnavigation li a{
font-size: 0.8em;
color:#FFFFFF;
text-decoration:none;
}

ul#subnavigation li a:hover{
color:#3a3a3a;
text-decoration:none;
background:#FFFFFF;
}

/* ====== */

ul#navigation_partner {
position: absolute;
list-style: none;
margin: 15px 0 0 5px;
/*margin: 55px 30px 0 -13px;*/
padding: 0;
float:left;
width: 230px;
}

ul#navigation_partner li {
text-align: right;
}

ul#navigation_partner li a{
text-decoration: none;
text-transform:uppercase;
color: #dbf9c2;
padding: 0 20px 0 0;
font-weight:bold;
font-size: 1.5em;
}

ul#navigation_partner li.mitmachen a{
text-decoration: none;
text-transform:uppercase;
color: #dbf9c2;
padding: 0 20px 0 0;
font-weight:bold;
font-size: 1.5em;
}

ul#navigation_partner li.mitmachen a:hover{
text-decoration: none;
text-transform:uppercase;
color: #FFFFFF;
background: none;
}

ul#navigation_partner li a:hover{
text-decoration: none;
text-transform:uppercase;
color: #FFFFFF;
background:url(../images/bg_navigation_item.png) center right no-repeat;
}

ul#navigation_partner li a.active{
text-decoration: none;
text-transform:uppercase;
color: #FFFFFF;
}

/* === Subnavigation  === */

ul#navigation_partner li ul.unter_nav {
list-style:none;
margin: 0;
padding: 0;
}

ul#navigation_partner li ul.unter_nav li{
margin: 0 0 10px 0;
line-height: 0.8em;
}

ul#navigation_partner li ul.unter_nav li a{
font-size: 0.8em;
text-transform:none;
background:none;
padding:0 20px 0 0;
display:block;
}

ul#navigation_partner li ul.unter_nav li a:hover{
text-transform:none;
background:none;
}

/* === Subnavigation Bottom === */

ul#subnavigation {
list-style:none;
padding: 0 0 25px 0;
margin: 15px 0 0 280px;
}

ul#subnavigation li {
float:left;
color:#FFFFFF;
margin: 0 3px 0 0;
}

ul#subnavigation li a{
font-size: 0.8em;
color:#FFFFFF;
text-decoration:none;
}

ul#subnavigation li a:hover{
color:#3a3a3a;
text-decoration:none;
background:#FFFFFF;
}



/* ============= ALTALTALTALTALTALTALT ============= */




div#footer_wrap {
width: 100%;
background: url(../images/bg_footer_wrap2.png) repeat-x;
margin: 10px 0 0 0;
z-index: 3;
padding: 5px 0 0 0;
}


#content {
position:relative;
width: 750px;
left: 50%;
margin-left: -450px;
}

#footer {
position:relative;
width: 750px;
left: 50%;
margin-left: -450px;
}


#flash {
position:relative;
width: 200px;
height: 41px;
float:left;
background:transparent;
margin: 0 0 0 15px;
}



#test {
position:absolute;
top: 50%;
margin-top: -300px;
}








/* ========== Formatierungen ========== */

/* === Allgemein === */

.invisible {
display:none;
}

.clear {
clear:both;
}

.float {
float:left;
}

.black {
font-weight:bold;
color:#000000;
}

h2 {
text-transform:uppercase;
font-size: 1.1em;
color:#FFF;
margin: 0 0 10px 0;
font-weight: bold;
background: #000;
padding: 0 0 0 5px;
}

h3 {
text-transform:uppercase;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
font-size: 0.8em;
color:#FFFFFF;
margin: 25px 0 0 0;
font-weight:bold;
background:#2b2b2b;
padding: 0 0 0 5px;
}

h2.background_green {
text-transform:uppercase;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
font-size: 1.1em;
color:#8db36a;
margin: 0 0 10px 0;
font-weight:bold;
background:#FFFFFF;
float:left;
padding: 0 0 0 5px;
}

p {
margin: 0 0 10px 0;
}

a.link {
color:#dbf9c2;
font-weight:bold;
text-decoration:none;
border-bottom: 1px dotted #FFFFFF;
}

a.link:hover {
color:#FFF;
text-decoration:none;
}

a.link_blau {
color:#1179b7;
font-weight:bold;
text-decoration:none;
border-bottom: 1px dotted #1179b7;
}

a.link_blau:hover {
color:#000;
text-decoration:none;
border-style:none;
}

#content_text ul.aufzaehlung {
list-style:square;
font-size:0.8em;
color:#000000;
line-height: 1.7em;
}

acronym {
cursor:help;
border-bottom: #fff 1px dotted;
}

.img_a {
border: #5d9d27 1px solid;
}

.img_a:hover {
border: #FFFFFF 1px solid;
}

img.padding {
padding: 0 5px 15px 0;
}

/*=== Speziell === */



#content_text p {
font-size:0.8em;
color:#000000;
line-height: 1.5em;
margin: 10px 0 0 0;
padding: 0 0 0 5px;
}


#bilder img{
margin: 0 0 30px 0;
display:block;
}


div.zitat_mitte {
width: 345px;
background:url(../images/zitat_mitte.png) no-repeat;
padding: 0 10px 0 45px;
margin: 15px 0 15px 0;
}

div.zitat_mitte img{
margin: 0 9px 0 0;
}

p.text_right {
text-align:right;
}

img.float {
margin: 10px 5px 0 0;
}

img.druck {
display:none;
}

#content_text p.klein {
font-size: 0.7em;
}



.durch {
text-decoration:line-through;
}

#content_text .grau {
color:#1179b6;
}

#content_text .weiss {
color:#FFFFFF;
}

p.right {
font-size:0.8em;
color:#000000;
line-height: 1.5em;
text-align:right;
}

p.klein {
font-size: 0.7em;
}

div#wrap2 p.klein_phd {
font-size: 0.7em;
padding: 0 0 0 30px;
}

div#wrap2 img.float {
padding: 0 15px 0 0;
} 

/* === Tabellen === */

table {
font-size:0.8em;
color:#000000;
line-height: 1.5em;
}

table span.klein{
font-size: 0.9em;
}

/* === Galerie === */

dl {
float:left;
padding: 0 5px 0 5px;
margin: 0;
}

dd {
margin: 0;
font-size: 0.7em;
padding: 2px 2px 8px 2px;
font-style:italic;
height: 25px;

}

dl img{
padding: 1px;
background: transparent;
}

dl img:hover{
padding: 1px;
background: #1179b7;
}

/* === FORMULAR === */

input.button {
background: #0061a1;
font-size: 0.7em;
color:#FFFFFF;
font-weight:bold;
margin: 20px 0 0 300px;
cursor:pointer;
padding: 5px 10px 5px 10px;
width: 70px;
border: none;
}


input.button:hover {
background: #3a3a3a;
}

.block {
color: #000000;
font-size:0.8em;
margin:12px 0 0 0px;
float: left;
text-align: right;
width: 80px;

}

input {
font-size: 0.8em;
background: url(../images/bg_input.jpg);
border: #3a3a3a 1px solid;
padding: 2px;
color:#000;
margin: 10px 0 0 20px;
width: 180px;
}

input.checkbox {
background: none;
width:auto;
margin: 0;
padding: 0;
border: none;
}

input.captcha {
background: url(../images/bg_input.jpg);
width:auto;
margin: 0;
padding: 0;
}

textarea {
font-size: 0.8em;
background: url(../images/bg_input.jpg);
border: #3a3a3a 1px solid;
padding: 2px;
color:#000;
margin: 10px 0 0 20px;
overflow:auto;
width: 180px;
height: 50px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}

textarea:focus  {
border-top: #000000 1px solid;
border-left: #000000 1px solid;
border-right: #eef0f1 1px solid;
border-bottom: #eef0f1 1px solid;
background: #969696;
}

input:focus {
border-top: #000000 1px solid;
border-left: #000000 1px solid;
border-right: #eef0f1 1px solid;
border-bottom: #eef0f1 1px solid;
background: #969696;
}

form {
padding: 0 0 0 0;

}

legend {
color: #FFF;
font-size:0.8em;
font-weight:bold;
background:#000000;
text-transform:uppercase;
}

#content_text p.form_error {
font-size: 0.8em;
color: #FFF;
background: #900;
margin: 10px 0 10px 0;
}

fieldset {
border: #000000 1px solid;
padding: 10px;
margin: 0 0 15px 0;
}

select {
/*background: url(../images/bg_input.jpg);*/
border: #3a3a3a 1px solid;
padding: 2px;
margin: 10px 0 0 20px;
width: 200px;
}


select:focus {
background: #FFFFFF;
}

option {
background: #FFFFFF;
}

/* --- LIGHTBOX ---*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background:url(../images/bg_body.jpg);}
