body {
	background-color: #8a0204;
	margin:0;
	padding:0;
}

/******************************
* Links
******************************/
a:hover{
  	color:#fee689;
	font-weight:normal;

}

/******************************
* Seitenstruktur
******************************/

#ibig-container-gesamt{
  width:640px;
  margin:0px;
  padding:0px;
}


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

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

#ibig-container-main-liste{
  width:648px;
  border-right:1px  solid #E4E4E4;
  border-left:1px   solid #E4E4E4;
  margin:0px;
  padding:0px;
}

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

#ibig-container-main-vorschau{
  width:648px;
  margin:0px;
  padding:0px;
}

#ibig-inhalt-vorschau{
  text-align:center;
  width:558px;
}

#ibig-seitenleiste{
  float: right;
  width:130px;
  padding: 0px;
}

/******************************
* Überschriften
******************************/
h1,h2,h3{
  text-align:left;
}


h2{
  font: 12px Arial, Helvetica, sans-serif;
  color: #feea9e;
  font-weight: bold;
  margin:0px 0px 0px 20px;
}

#ibig-seitenleiste h2{
  font: 14px Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin:60px 0px 10px 20px;
  padding: 0px;
}

h3{
  font: 12px Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#8da500;
  padding: 0;
  margin:0;
}

/******************************
* Textformatierungen
******************************/
p{
  margin:0px 0px 15px 20px;
  line-height:175%;
  font-size:100%;
  text-align: left;
}

#ibig-seitenleiste p{
  margin:0px 0px 15px 20px;
  line-height:175%;
  font-size:100%;
  text-align: left;
}

.ibig-pfad{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 0;
}

/******************************
* Sonstiges
******************************/

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

/******************************
* Auflistung der Thumbnails
******************************/
.ibig-container-bilderliste{
  padding: 20px 0 0px 20px;
  margin:0;
}

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

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

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

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

.ibig-bilderliste li img{
  border: 1px solid #DCDCDC;
  padding: 3px;
  background: #FFFFFF;
}

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

.ibig-seiteninfo{
  clear: left;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 0;
  margin: 0px 0px 0px 15px;
}

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

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

#ibig-vorschaubild {
  background: transparent;
}

.ibig-vorschaubild-rahmen{
  border:1px solid #E7E7E7;
  padding:3px;
  margin:30px 0px 0px 0px;
}

a:hover .ibig-vorschaubild-rahmen{
  border:1px solid #800000;
}

/******************************
* Ende des Stylesheets
******************************/
