/* CSS Document */

body {
background-color: white;
}

#logo{
position: absolute;
top: 10px;
width: 250px;
left: 20px;

}
#oberzeile{
position: absolute;
top: 25px;
left: 100px;
width: 480px;
height: 20px;
border: 1px;
}
#navigat{
position: absolute;
top: 50px;
left: 100px;
width: 480px;
height: 30px;
border: 1px;
z-index: 2;
}
#inhalt{
position: absolute;
top: 120px;
left: 100px;
width: 480px;
height: 320px;
border: 1px;
}
#inhalt2{
position: absolute;
top: 120px;
left: 100px;
width: 480px;
border: 1px;
}

#oberzeile{
position: absolute;
top: 80px;
left: 100px;
width: 480px;
height: 20px;
border: 1px;
z-index: 1;
}
#unterzeile{
position: absolute;
top: 450px;
left: 347px;
width: 240px;
height: 10px;
border: 1px;
z-index: 3;
}
#titel{
	position: absolute;
	top: 465px;
	left: 129px;
	width: 480px;
	height: 10px;
	border: 1px;
	z-index: 2;
}
#bottom{
position: absolute;
top: 500px;
left: 100px;
width: 480px;
height: 30px;
border: 1px;
z-index: 2;
}
#kleinbild{ 
padding: 30px;
}
#links{
position: absolute;
top: 120px;
left: 100px;
width: 160px;
height: 140px;
border: 1px;
z-index: 2;
}
#mitte{
position: absolute;
top: 120px;
left: 260px;
width: 160px;
height: 140px;
border: 1px;
z-index: 2;
}
#rechts{
position: absolute;
top: 120px;
left: 420px;
width: 160px;
height: 140px;
border: 1px;
z-index: 2;
}
#links2{
position: absolute;
top: 280px;
left: 100px;
width: 160px;
height: 140px;
border: 1px;
z-index: 2;
}
#mitte2{
position: absolute;
top: 280px;
left: 260px;
width: 160px;
height: 140px;
border: 1px;
z-index: 2;
}
#rechts2{
position: absolute;
top: 280px;
left: 420px;
width: 160px;
height: 140px;
border: 1px;
z-index: 2;
}
#navilinks{
position: absolute;
top: 390px;
left: 20px;
width: 50px;
height: 70px;
border: 1px;
}
#navilinksunten{
position: absolute;
top: 430px;
left: 20px;
width: 100px;
height: 50px;
border: 1px;
}
#bild{
position: relative;
align: bottom;
}
#sub { 
padding-left: 1px;
}

h1 {
font-family: Georgia, Times, sans-serif;
font-size: 13px;  
color: #77736d;
line-height: 1;
font-weight: regular;  
 }
h2 {
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 10px;  
color: #77736d;
line-height: 1;
font-weight: bold;  
 }
p {
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 10px;
color: #77736d;
line-height: 1.5;
 }
 
p.sub {
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 9px;
font-weight: bold;  
color: #77736d;
line-height: 1.5;
 }
p.link {
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 11px;
text-align: right;
color: #77736d;
font-weight: regular; 
line-height: 1.3;
 }
 p.link2 {
font-family: Verdana, Arial, helvetica, sans-serif;
font-size: 10px;
text-align: right;
color: #77736d;
font-weight: regular; 
line-height: 0;
 }
A:link {color: #77736d; text-decoration: none;}
A:active {color:#77736d;text-decoration: none;}
A:visited {color:#77736d;text-decoration: none;}
A:hover {color:#77736d;text-decoration: underline;}

/******************************
*pixlie Seitenstruktur
******************************/

#pixlie-container-gesamt{
  width:700px;
  margin:0px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
}


#pixlie-balken-oben{
  background-color:#003366;
  color:#9B9B9B;
  padding:0px;
  margin:0px;
  height:20px;
  border-right:1px solid #E4E4E4;
}

#pixlie-balken-unten{
  background-color:#6699CC;
  color: #FFFFFF;
  padding:0;
  margin:0;
  height:110px;
  border-right:0px solid #E4E4E4;
}

#pixlie-container-main-liste{
  width:698px;
  border-right:0px  solid #E4E4E4;
  border-bottom:0px solid #E4E4E4;
  border-left:0px   solid #E4E4E4;
  margin:0px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
}

#pixlie-inhalt-liste{
  float: left;
  width:395px;
  border-right:1px solid #E4E4E4;
}

#pixlie-container-main-vorschau{
  width:698px;
  border-right:0px solid #E4E4E4;
  border-bottom:0px solid #E4E4E4;
  border-left:0px solid #E4E4E4;
  margin:0px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
}

#pixlie-inhalt-vorschau{
  text-align:center;
  width:690px;
}

#pixlie-seitenleiste{
  float: right;
  width:300px;
  padding: 0px;
}

#pixlie-copyright{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  clear:both;
  padding:10px 0 5px 0;
  margin-top:0px; /* Wird benötigt für ie5.5 */
  height:42px;
  background-color:#FFFFFF;
  border-top:1px solid #E4E4E4;
  color:#808080;
  text-align:center;
}
/******************************
* Sonstiges
******************************/

/* Vermeidet Linien um Bilder */
img{
  border:0;
}

/******************************
* Auflistung der Thumbnails
******************************/
.pixlie-container-bilderliste{
  padding: 20px 0 0px 35px;
  margin-left: auto;
  margin-right: auto;
}

.pixlie-bilderliste{
  list-style-type: none;
  padding: 0 0 10px 0;
  margin: 0;
}

/* Rahmen um jedes Bild */
.pixlie-bilderliste li{
  float: left;
  display: inline;
  margin: 0px 0 30px 0px;
  padding:0;
  width: 160px;
  height: 120px;
}

.pixlie-bilderliste li a{
  text-decoration: none;
}

.pixlie-bilderliste li p{
  padding: 0;
  margin: 0;
}

.pixlie-bilderliste li img{
  border: 0px solid #DCDCDC;
  padding: 5px;
  background: transparent;
}

.pixlie-bilderliste li a:hover img{
  border: 0px solid #717171;
}

.pixlie-seiteninfo{
  clear: left;
  padding-top: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  padding: 0;
  margin: 3px 0px 0px 15px;
}

.pixlie-seitenzahlen{
  padding-top: 30px;
  text-align:center;
}

/******************************
* Anzeigen eines Vorschaubildes
******************************/
#pixlie-bildhalter{
  background: url('pixlieloader.gif') 50% 50% no-repeat;
}

#pixlie-vorschaubild {
  background: transparent;
}

.pixlie-vorschaubild-rahmen{
  border:0px solid #E7E7E7;
  padding:5px;
  margin:30px 0px 0px 0px;
}

a:hover .pixlie-vorschaubild-rahmen{
  border:0px solid #800000;
}
/******************************
* Schriften
******************************/

#pixlie-seitenleiste h2{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin:60px 20px 10px 33px;
  padding: 0px;
}
#pixlie-seitenleiste p{
  margin:0px 35px 15px 35px;
  line-height:175%;
  font-size:70%;
  text-align: left;
}

.pixlie-pfad{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  padding: 10px 0  0 0;
}

