body {
	margin: 0px;
	padding: 0px;
	background: #5b5959;
	font: 0.75em Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	text-decoration: none;
}

a:hover {
	color: #3669a6;
	text-decoration: none;
}

a img {
	border: none;
}

#flashcontent {
	margin-left: 50px;
}

#wrapper {
	border-color: white;
	border-width: 3px;
	border-style: solid;
	position: relative;
	width: 900px;
	margin: 0 auto;
}

/* Header */

#header {
	height: 80px;
	background-color: #18252c;
	width: 900px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: white;
}

/* Logo */

#logo {
	position: relative;
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	position: relative;
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
}

#menu .active a {
}
/* Page */

#slider {
	word-spacing: 1px;
	width: 900px;
	height: 250px;
}

#page {
	background-color: white;
	padding-top: 10px;
	width: 900px;
	margin: 0px auto;
}
/* Sidebar */

#sidebar {
	margin-right: 5px;
	float: left;
	position: relative;
	width: 295px;
}

#sidebar-content {
}

#sidebar ul {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 200%;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 0;
	padding-top: 0px;
	list-style: none;
}

#sidebar li li {
	padding-left: 25px;
	line-height: 25px;
	background: 0px;
}

#sidebar li ul {
	list-style: none;
}

#sidebar h2 {
	padding-top: 5px;
	padding-left: 10px;
	height: 30px;
	background: #444444;
	font-size: 1.3em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	position: relative;
	text-align: left;
	float: left;
	width: 300px;
}

#content_r {
	position: relative;
	text-align: left;
	float: right;
	width: 300px;
}

#content_gast {
	text-align: left;
	float: right;
	width: 580px;
}

#content_full {
	position: relative;
	text-align: left;
	float: right;
	width: 600px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	padding-top: 5px;
	padding-left: 10px;
	height: 30px;
	background: #444444;
	font-size: 1.3em;
}

.post .title h1 {
}

.post .entry {
	padding-left: 10px;
	padding-bottom: 0;
	padding-right: 10px;
	padding-top: 0;
}

.post .meta {
	font-weight: bold;
	padding-left: 15px;
}

.post .byline {
	margin: 0px;
	padding-left: 10px;
}


/* Footer */

#footer {
	clear: both;
	float: left;
	background-color: #18252c;
	width: 900px;
	height: 50px;
	color: #FFFFFF;
}

#footer p {
	padding-top: 10px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}
