/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

#invisible{
	display: none; 	
}

body {
	margin: 0;
	padding: 0;
	background: #0D0D0D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #909090;
}

ul li {	
 		margin: 0;

	list-style: none;	
	padding: 8px 0;	
}

strong.zeit{
	font-weight: bold;
	padding: 0 20px 0 0;
}

h1, h2, h3 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FF941D;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }

p, ol, ul, blockquote {
	line-height: 22px;

}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 9px;
	padding: 5px 40px 20px 40px;
	background: #131313;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
	background: url(images2/img1.gif) repeat-y -150px 0px;
}

.post h2, .post h3 {
	margin-left: -20px;
}

.post ul li{
	margin-left: -20px;

}


/* Content */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	background: #0D0D0D url(images2/img1.gif) repeat-y left top;
 	
}



#sidebar {
	float: right;
	padding-left: 30px;
	width: 200px;

	
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: normal;
}





/* Content */

#content {
	float: left;
	width: 620px;
	padding: 0 20px;
		
}

/* Footer */

#footer {
	clear: both;
	width: 580px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #909090;
}

/* Content > Sidebar > Menu */

#menu {
	background: #0D0D0D url(images2/beidelogos.png) no-repeat left;
	width: 900px;
	height: 95px;
	margin: 41px auto;
}

#menu ul {
	margin: 0;
	padding-left: 65px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	border:none;
	display: block;
	float: left;
	height: 34px;
	padding: 30px 40px 16px 40px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	color: #FF941D;
}

#menu a:hover {
	color: #CDCDE2;
}

#menu .first a {
	border: none;
}

#menu .active a {
	color: #FFFFFF;
}}