/* Copyright by Ferdinand Jancso (mail@jacopheinnrich.com)  /  Version β2.0  /  15.06.09 */
/* Blau: #00ddff  -  Rot: #D33300 */

/* @group reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/* @end Reset */

/* *************************************************************************************** */

/* @group Body */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: url(../img/background.jpg) repeat fixed #000;
}

html>body {
	font-size: 16px;
}

#outside_container {
	height: 100%;
}

#container {
	height: 800px;
	width: 1000px;
	position: relative;
}
/* @end Body */

/* *************************************************************************************** */

/* @group Menu */
#logo {
	position: fixed;
	height: 145px;
	width: 383px;
	border: none;
	margin: 0;
	padding: 0;
}

#menu {
	color: #FFF;
	margin: 158px 0 0 191px;
	border-top: 1px solid #FFF;
	font: 12px Georgia, "Times New Roman", Times, serif;
	position: fixed;
	padding: 10px 0 0 0;
	text-align: right;
	width: 192px;
	height: 22px;
	background-color: #000;
}

#menu a {
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	border-bottom: #FFF solid 1px;
	color: #FFF;
	background-color: #FFF;
}

.active {
	border-bottom: solid 1px #e02d12;
	color: #D33300;
}

.rand {
	border-right: 1px solid #FFF;
	margin: 0 2px 0 0;
}
/* @end Menu */

/* *************************************************************************************** */

/* @group Blog */
#blog {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	position: fixed;
	width: 50px;
	float: right;
	margin: 0 30px 0 900px;
	background-color: #000;
}

#blog a {
	text-decoration: none;
	padding: 5px 0;
	color: white;
	display: block;
}

#blog a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #FFF;
}
/* @end Blog */

/* *************************************************************************************** */

/* @group Cafe */
#cafe {
	text-align: center;
	position: fixed;
	margin: 232px 0 0 5px;
}
/* @end Cafe */

/* *************************************************************************************** */

/* @group Content */
#content {
	font: 0.75em/1.2em "Courier New", Courier, Monaco, monospace;
	text-align: left;
	height: 400px;
	position: absolute;
	margin: 234px 0 0 383px;
	width: 617px;
	color: #FFF;
}

#content a {
	text-decoration: none;
}

#content a:hover {
	border-bottom: #FFF 1px solid;
	color: #FFF;
	background-color: #FFF;
	font-weight: bold;
}

#content h2 {
	font-weight: bold;
	text-align: center;
	font-size: 20px
}

#content strong {
	font-style: normal;
	font-weight: normal;
	background-color: #000
}

#content img {
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 7px;
	float: right;
	border-style: none
}

#content ul {
	list-style: none;
	line-height: 1.5em;
}

#content p {
	margin: 20px 0;
}

h2 {
	text-shadow: #171717 0 1px 0;
}
/* @end Content */

/* *************************************************************************************** */

/* @group Spalten */
.spalte1 {
	padding: 10px 5px 2px 7px;
	height: auto;
	background-color: #000;
	color: #009eff;
	margin: 18.5px 0 0 30px;
	float: left;
	width: 263.5px;
}

.spalte1 a {
	color: #009eff;
	border-bottom: 1px solid #004e80;
}

.spalte2 {
	height: auto;
	padding: 10px 5px 2px 7px;
	background-color: #000;
	color: #ff2100;
	margin: 18.5px 0 0 30px;
	float: left;
	width: 263.5px;
}

.spalte2 a {
	color: #ff2100;
	border-bottom: 1px solid #8f1100;
}
/* @end */

/* *************************************************************************************** */

/* @group Footer */
#footer {
	width: auto;
	background-color: #0d0d0d;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	border-top: 1px solid #434343;
	border-bottom: 1px solid #434343;
	padding: 12px 20px 9px 29px
}

#footer a {
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px solid #373737;
}

#footer a:hover {
	color: #FFF;
	border-bottom: 1px solid #D33300;
}
/* @end Footer */