/******************************
* Dokument
******************************/
body{
  background:#FFFFFF;
  color:#373737;
  margin:10px 0px 0px 0px;
  padding:10px 0px 0px 0px;
  font-family: Arial,Helvetica,sans-serif;
}

/******************************
* Links
******************************/
a:link{
  color:#7D7D7D;
  background-color:transparent;
  text-decoration: none;
  font-weight: normal;
}
a:visited{
  color:#7D7D7D;
  background-color:transparent;
  text-decoration: none;
  font-weight: normal;
}
a:active{
  color:#7D7D7D;
  background-color:transparent;
  font-weight: normal;
}
a:hover{
  color:#990100;
  text-decoration: underline;
  font-weight: normal;
}
.pfad a, .pfad a:visited {
	color:#993300;
}

/******************************
* Seitenstruktur
******************************/

#container-gesamt{
	width:700px;
	border-top:1px solid #C8AFAF;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color: #F5F5F5;
}


#balken-oben{
  background-color:#003366;
  color:#9B9B9B;
  padding:0px;
  margin:0px;
  height:20px;
  border-right:1px solid #C8AFAF;
}

#balken-unten{
  background-color:#6699CC;
  color: #FFFFFF;
  padding:0;
  margin:0;
  height:110px;
  border-right:1px solid #C8AFAF;
}

#container-main-liste{
  width:698px;
  border-right:1px  solid #C8AFAF;
  border-bottom:1px solid #C8AFAF;
  border-left:1px   solid #C8AFAF;
  margin:0px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
}

#inhalt-liste{
	float: left;
	width:545px;
	border-right:1px solid #C8AFAF;
	background-color: #FFFFFF;
}

#container-main-vorschau{
  width:698px;
  border-right:1px solid #C8AFAF;
  border-bottom:1px solid #C8AFAF;
  border-left:1px solid #C8AFAF;
  margin:0px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
}

#inhalt-vorschau{
  text-align:center;
  width:690px;
}

#seitenleiste{
  float: right;
  width:145px;
  padding: 0px;
  font-size:16px;
}

#copyright{
  font-family: 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:20px;
  background-color:#E6E6E6;
  border-top:1px solid #C8AFAF;
  color:#808080;
  text-align:center;
}

/******************************
* Überschriften
******************************/
h1,h2,h3{
  text-align:left;
}

h1{
  clear: both;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 150%;
  margin:0px 10px 0px 33px;
  padding-top:60px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform:uppercase;
	font-weight: bold;
	margin:0px 30px 0px 35px;
	padding-top: 10px;
	color: #993300;
}

#seitenleiste h2{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin:60px 10px 10px 10px;
  padding: 0px;
}

h3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  padding: 0;
  margin: 0px 0px 0px 15px;
  padding-top:4px;
}

/******************************
* Textformatierungen
******************************/
p{
  margin:0px 35px 15px 35px;
  line-height:175%;
  font-size:75%;
  text-align: left;
}

#seitenleiste p{
  margin:0px 10px 15px 10px;
  line-height:175%;
  font-size:70%;
  text-align: left;
}
.p-spezial {
	font-size:12px;
	font-weight:bold;
}
.p-spezial a, .p-spezial a:hover, .p-spezial a:visited, p-spezial a:active {
	font-weight: bold;
}

.pfad{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0  0 0;
	color: #BBBBBB;
}

/******************************
* Sonstiges
******************************/

/* Vermeidet Linien um Bilder */
img{
  border:0;
}

/******************************
* Auflistung der Thumbnails
******************************/
.container-bilderliste{
  padding: 20px 0 0px 35px;
  margin-left: auto;
  margin-right: auto;
}

.bilderliste{
  list-style-type: none;
  padding: 0 0 10px 0;
  margin: 0;
}

/* Rahmen um jedes Bild */
.bilderliste li{
  float: left;
  display: inline;
  margin: 0px 0 30px 0px;
  padding:0;
  width: 160px;
  height: 120px;
}

.bilderliste li a{
  text-decoration: none;
}

.bilderliste li p{
  padding: 0;
  margin: 0;
}

.bilderliste li img{
  border: 6px solid #D2D2D2;
  background: transparent;
}

.bilderliste li a:hover img{
  border: 6px solid #C4C4C4;
}

.seiteninfo{
  clear: left;
  text-align:center;
  margin-top: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.seitenzahlen{
  padding-top: 10px;
  text-align:center;
  margin-bottom: -15px;
}

.seitenzahlen2{
  padding-top: 10px;
  text-align:center;
}
/******************************
* Anzeigen eines Vorschaubildes
******************************/
#bildhalter{
  background: url('preloader.gif') 50% 50% no-repeat;
}

#vorschaubild {
  background: transparent;
}

.vorschaubild-rahmen{
  border:12px solid #DADADA;
  margin:30px 0px 0px 0px;
}

a:hover .vorschaubild-rahmen{
  border:12px solid #C8C8C8;
}

/******************************
* Ende des Stylesheets
******************************/

