body {
    margin:0;
    padding:0;
background: #003333
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: xx-small;
}
p, ol {
	margin-top: 0;
	line-height: 180%;
}

ul,  {
line-height: 100%;
}

a {
	text-decoration: none;
	color: #C0BFBF;
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 940px;
	height: 160px;
	margin: 0 auto;
	background: #003333;
}




/* Menu */

#menu {
	width: 960px;
	height: 90px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-left: 0px;
	padding: 10px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 2px;
	padding: 5px 20px;
	background: #003333;
	text-transform: lowercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 0px;
}

/* Content */

#content {
	float: left;
	width: 560px;
}

.post {
}

.post .title {
	padding: 5px 0;
}

.post .title a {
	background: none;
}

.post .meta {
	padding: 2px 10px;
	background: #0D0D0D;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-align: left;
	font-size: 9px;
}

.post .entry {
	padding: 20px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 258px;
	background: #E8E8E8;
	border: 1px solid #D3D3D3;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
}

#sidebar h2 {
	padding: 5px 10px;
	background: #000000;
	font-size: 1.2em;
}

#sidebar p {
	padding: 20px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
    position:fixed;
    bottom:0px;
    background:#003333;
    text-align:center;
    padding:2px;
    width:100%;
}


/* Angaben nur für den Internet Explorer mittels Star-HTML-Hack */

* html, #body {
    margin:0;
    padding:0;
    height:100%;
    overflow: hidden;
}

* html #content_container {
    padding:0;
    height:85%;
    overflow: auto;
}
* html  #menu 
 {
    margin:0;
    padding:30;
   
}
* html #footer {
    background:#003333;
    height: 5%;
    text-align:center;
    padding-top:0%;
}
