html, body {
margin: 0;
background-color:#004385;
color:#ffffff;
background-image:url(../pics/design/fade.png);
background-position:bottom right;
background-repeat:repeat-x;
}

#container {
position:relative;
left:63%;
margin:-5em 0em 0em -28.0em;
padding:5em;
background-color:transparent;
border: 0px solid #fff;
width: 530px;
min-height:950px;
height:auto;
}

#content{
font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
position:relative;
margin: 2.5em 0em 0em -4.9em;
padding: 0.5px;
border: 0px solid #000000;
background-image:url(../pics/design/content.png);
background-repeat:repeat-y;
width: 645px;
min-width:300px;
}

#header {
background-color: #004385;
background-image: url(../pics/design/header.png);
margin-left:-4.9em;
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: 0px solid #fff;
position: relative;
top: 0px;
width: 645px;
height: 183px;
}

#footer {
background:transparent;
text-align:left;
position:absolute;
height: 27px;
border: 0px solid #fff;
margin-left:-4.9em;
}

 /* IE bug */

* html #footer {
z-index:-1;
}
 /* IE bug Ende */

p.text{
width:100%;
font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:15px;
color:#004287;
}


/* thumbnail float left*/

p.thumb {
float:left;
margin:0.0em 0 0 0;
margin-right:1.0em;
border:0px solid #999;
padding:0px;
}

p.thumb a {
display:block;
float:left;
width:237px;
height:125px;
overflow:hidden;
position:relative;
z-index:1;
}

p.thumb a img {
float:left;
position:absolute;
top:-5.0em;
left:0.0em;
}

/* mouse over */

p.thumb a:hover {
overflow:visible;
z-index:1000;
border:none;
}

p.thumb a:hover img {
border:0px solid #999;
background:none;
padding:0em 0em 0em 0em;
margin-left:-10em;
}

/* // mouse over */

/* // thumbnail float left*/



/* single thumbnail float right */

p.thumb1 {
float:right;
margin:0.0em 1.0em 0.0em 0.0em;
border:0px solid #999;
padding:0px;
}

p.thumb1 a {
display:block;
float:right;
width:237px;
height:125px;
overflow:hidden;
position:relative;
z-index:1;
}

p.thumb1 a img {
float:right;
position:absolute;
top:-6.5em;
left:0.0em;
}

/* mouse over */

p.thumb1 a:hover {
overflow:visible;
z-index:1000;
border:none;
}

p.thumb1 a:hover img {
border:0px solid #999;
background:none;
padding:0em 0em 0em 0em;
margin:0em 0em 0em -10em;
}

/* // mouse over */

/* // single thumbnail float right*/



#gallery_position { /*im Textfluss*/
   margin: 0em;
}

#gallery { /*Gesamt Grundfläche der Vorschaubilder*/
   position: relative;
   width: 260px;
   height:120px;
   border: 0px solid #000000;
}

#gallery a, #gallery a:visited { /*Grundfläche des einzelnen Vorschaubildes*/
   display: block;
   float: left;
   width: 340px;
   height:249px;
   margin: 0px 0 0 0;
   border: 0px solid #2f6f61;
   text-decoration: none;
}

#gallery a span em { /*Grundfläche der Fläche, in der Original geladen wird*/
   position: relative;
   display: block;
   width: 709px;
   height:518px;
   margin:-150px 0px 0px 0px;
}

#gallery a:focus span, #gallery a:active span  {
   position: absolute;
   display: block;
   left: -40px;
   top: 0px;
   width: 0px;
   z-index:1;
   font-size: 0.8em;
}

#gallery a span, #gallery a strong { /* loading-Block */
   display: none;
}


