/*
Theme Name: BlackWhite
Theme URI: jbuening.de/blackwhite
Description: Design : Matthias Schinck; Programming : Jaller94, JUser01
Version: 0.7.6
Author: Matthias Schinck, Jaller94, JUser01
Author URI: http://newsdesignplus.de
*/
* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
html {
	text-align: center;
}
body {
	font-family: 'Courier New';
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
a:link { text-decoration: none; color : #000000; border: 0px;}
a:active { text-decoration: none; color : #000000; border: 0px;}
a:visited { text-decoration: none; color : #444444; border: 0px;}
a:hover	{ text-decoration: none; color : #000000; border: 0px;}
#header div{
	padding: 5px 5px 5px 35px;
	font-size: 35px;
	color: #FFFFFF;
	background: #000000;
}
#header ul#menu {
	background: #FFFFFF;
	margin-left: 35px;
	list-style-type: none;
	width: 99.8%;
}
#header ul#menu li {
	float: left;
	margin-right: 90px;
	text-align: center;
	font-size: 25px;
}
#container {
	padding-top: 20px;
	margin-left: 50px;
	height: 408px;
	width: 750px;
	margin-bottom: 20px;
}
#content_wide {
	margin-top: 20px;
}
#content {
	float: left;
	height: 408px; /* genau wie bei #container */
	width: 520px;
	overflow: auto;
}
#content a:link { color: #0000ff; text-decoration:none; }
#content a:active { color: #ff0000; text-decoration:none; }
#content a:visited { color: #0000ff; text-decoration:none; }
#content a:hover { color: #ff0000; text-decoration:none; }
#sidebar {
	border-left: solid 2px;
	padding-left: 10px;
	height: 100%;
	float: right;
	width: 200px;
	margin-bottom: 30px;
	list-style-position: inside;
	list-style-type: none;
}
#footer {
	margin: 0 auto;
	width: 450px;
	list-style-type: none;
}
hr {
	clear: both;
	color: #C1C1C1;
	border: none;
	border-bottom: solid 1px;
}
#footer li {
	float: left;
	width: 150px;
	text-align: center;
	font-size: 1.1em;
	margin-top: 20px;
}
h1 {
	font-weight: normal;
}
h2 {
	font-size: 20px;
}
p {
	margin: 7px 0 7px 0;
}

