/* //<![CDATA[ */

/* Projekt: http://potsdamer-konferenz.de
Titel: CSS - Navigation etc. für die Hauptseiten

Farben:

Button-Hintergrund: F1EBD2, B4BBCB
Button-Rand: 938339, 273962

*/

/* Navigation im Banner */

#naviliste {position: absolute; bottom: 0px; left: 40px;}
#naviliste a {
  float: left;
  color: #fff; background: transparent url("bilder/tableft.png") no-repeat left top;
  margin:0;	padding:0 0 0 4px;
  text-decoration: none;
}
#naviliste a span {
  display: block;
  color:  #802013; background: transparent url("bilder/tabright.png") no-repeat right top;
  padding: 5px 15px 4px 6px;
}
#naviliste/* Commented Backslash Hack hides rule from IE5-Mac */ a span {float: none;}
#naviliste a:hover span {color: #802013; background: transparent;}
#naviliste a:hover {
  color: #802013; background: transparent url("bilder/tableft.png") no-repeat 0% -42px;
}
#naviliste a:hover span {
  color: #802013; background: transparent url("bilder/tabright.png") no-repeat 100% -42px;
}

/* Navigation Vertikal */

#subnavi {clear: both; width: 160px; float: right; margin: 0; text-align: left;}

#buttons a {
	color: #802013;	background: #F1EBD2;
	margin-top: 1px; padding: 2px;
	border-left: 10px solid #938339;
	font-weight: bold; text-align: left; text-indent: 10px; text-decoration: none;
	display: block;
}
#buttons a:hover {color: #0E434F; background: #B4BBCB; border-left: 10px solid #273962;}

/* Werbung */

#media {margin: 0 auto; padding-top: 5px; text-align: center; position: relative;}
#media img {margin-bottom: 5px;}

#werbung {margin: 0 auto; padding-top: 5px; text-align: center; position: relative;}
#werbung img {margin-bottom: 5px;}

/* Hauptinhalt der Seite */

#inhalt {
	margin: 0; padding: 20px 20px 10px 0;
    float: right;
	width: 600px;
	text-align: justify;
}

/* //]]> */
