/* Style Sheet */

* {
margin: 0;
padding: 0;
}

p {
padding: 10px 0;
}

#panorama {
width: 800px;
height: 200px;
float: left;
display: inline;
padding: 1px 1px 1px 0;
margin-left: +10px;
text-align: center;
font-weight: bold;
}

.wrapper {
width: 800px;
margin: 0 auto;
font-family: Verdana;
text-align:justify;
font-size: 0.9em; line-height: 1.3em;
background: #F1EDC2;
margin-top: 30px;
padding:5px 0;
}

.spalte {
width: 780px;
float: left;
padding: 10px;
}

.platzhalterlinks {
width: 320px;
height: 260px;
float: right;
padding: 10px 0;
}

.platzhaltergrafik {
width: 320px;
height: 260px;
float: left;
display: inline;
padding: 10px 10px 10px 0;
margin-left: +10px;
text-align: center;
font-weight: bold;
}

/*--Formatierung der Linkleiste--*/
.gallery {
padding:0;
margin:320px 0 0 0;
list-style-type:none;
position:relative;
width:320px;
}

/*--Horizontale Anordnung der Listeneinträge--*/
.gallery li {
float:left;
}
/*--Formatierung der Link-Buttons--*/
.gallery li a, .gallery li a:visited {
font-size:11px;
display: block;
text-decoration:none;
color:#000;
background:#fff;
text-align:center;
width:26px;
height:26px;
line-height:24px;
border:1px solid #444;
margin:2px;
}

/*--Hover-Formatierung der Link-Buttons--*/
.gallery li a:hover {
background:#ddd;
}
/*--active und focus-Formatierung der Link-Buttons--*/
.gallery li a:active, .gallery li a:focus {
background:#444;
color:#fff;
}

/*-- Blendet die Bilder aus--*/
.gallery li a img {
visibility:hidden;
border:0;
}

/*--Positionierung der Querformat-Bilder--*/
.gallery li a img.quer {
position: absolute;
top:-320px;
left: 0;
border-top:40px solid #eee
}

/*--Positionierung der Hochformat-Bilder*/
.gallery li a img.hoch {
position: absolute;
top: -320px;
left: 0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}

/*--Einblenden der Bilder im active/focus-Zustand--*/
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}