/*
Theme Name: Kinderschutzbund Bochum
Theme URI: http://www.kinderschutzbund-bochum.de/
Description: Neues der Seite des Kinderschutzbundes Bochum
Version: 1.0
Author: Felix Dross & Jonas Thiel
Tags: Kinderschutzbund
For more Information visit www.it-dross.de
*/
/* Allgemeine (RE)Settings */
* {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
	display: block;
	vertical-align: bottom;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}  
.clear {
  clear: both;
}
/* Eigentliche Definitionen */
body {
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	background-image: url(images/bg.png);
	font-size: 12px;
	color: #333333;
	text-align: center;	/* IE-Fix für CenterContainer */
	/* overflow: scroll; */ /* Kann man einschalten, wenn Scrollleiste gewünscht */	
}
#centerContainer {
	width: 984px; /* Sichbar mit einer Auflösung von 1024*768, optimiert auf 1280*960 */
	margin-left: -490px;
	position: absolute;
	left: 50%;
	text-align: left; /* Hebt die Festlegung unter body wieder auf */
}
#top-menue {
	background-image: url(images/Menu-Top-Background.png);
	height: 57px;
	width: 733px;
	padding-left: 251px;
} 
#top-menue li{
  float: left;
}
#top-menue a {
	height: 57px;
}
#top-menue-spacer {
	width: 984px;
}
#content-container {
	float: left;
	clear: right;
	padding-left: 94px;
	width: 890px;
}
/* FOOTER */
#footer-menue {

	background-image: url(images/Menu-Footer-Background.png);
	width: 870px;
	padding-left: 14px;
	height: 29px;
} 
#footer-menue li{
  float: left;
}
#footer-menue a {
	height: 29px;
}
