@charset "UTF-8";
/* CSS Document */

/*
Martin Farkas, Karlsruhe, Copyright 2010
www.martinfarkas.com
CSS fuer Website: www.martinfarkas.com
Start: 08.02.2010
Letzte Aenderung: 14.06.20010
*/

/* farbschema
-------------------------------------------------------------
Farbton: bg: #
Farbton: menue: #
Farbton: #
Farbton: menue-hover #fff

*/

/* browser reset
------------------------------------------------------------*/
* {
	border: 0 none;
	margin: 0;
	padding: 0;
}

/* globals und typo 
------------------------------------------------------------*/
html {

}
html>body {
	font-size: 12px;
}
body {
	background-color: #009ee0;    /*background: url(../img/bg1.jpg) repeat-x #eee;*/
	font-family: "Verdana", Arial, Tahoma, sans-serif;
}

/* ueberschriften
--------------------------------------------------------------------------------------- */
h1  {
	margin-bottom: 30px;
	font-size: 18px;
	color: #009ee0;					
	font-weight: bold;
}
h2 {
	margin-bottom: 30px;
	font-size: 18px;
	color: #009ee0;	
	font-weight: bold;
}
h3 {
	margin-bottom: 30px;
	font-size: 16px;
	color: #009ee0;		
	font-weight: bold;
}
h4 {
	margin-bottom: 30px;
	font-size: 14px;
	color: #f00;	
	font-weight: bold;
}
h5 {
	margin-bottom: 30px;
	font-size: 12px;
	color: #009ee0;				
	font-weight: bold;

}

/* keine gepunktete linie um geklickte links
------------------------------------------------------------*/
a:focus {
	outline: none;
}

/* keinen rahmen bei bildern & bilderlinks
--------------------------------------------------------------------------------------- */
img, a img {
	border: 0;
}

/* layoutelemente & content
------------------------------------------------------------*/
#wrapper {
	background-color: #1b1b1b;
	margin: 0 auto;
	margin-top: 30px;
	width: 900px;
}
#header {
	height: 150px;
	background-image: url(../img/header.jpg);
}
.spacer {
	clear: both;
	height: 3px;
	background-image: url(../img/trenner.jpg);
}
#main {
	float: left;
	display: inline;
	width: 550px;
	margin: 40px 50px 40px 50px;
	color: #e5e5e5;
}
#main a {
	text-decoration: underline;
	color: #f00;
	font-weight: bold;
}
#main a:hover {
	text-decoration: underline;
	color: #fff;
}
#sidebar {
	height: 500px;
	float: right;
	display: inline;
	width: 200px;
	margin: 40px 50px 40px 0;
	color: #fff;
}
#footer {
	height: 25px;
	clear: both;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 14px;
	margin-bottom: 20px;
}
#footer a {
	color: #f00;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline overline;
}

/* navi
------------------------------------------------------------*/
#navi { 
	height: 36px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0px;
}
#navi ul {
	margin-right: 0px;
	list-style-type: none;
	display: block;
	line-height: 36px;
}
#navi ul a {
	display: block;
}
#navi li {
	color: #f00;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 100px !important;
}
#navi li:hover {
	color: #fff;	
}
#navi li a {
	color: #f00;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}
#navi li a:hover {
	color: #fff;	
}
#navi ul ul a {
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
}
#navi ul li {
	padding: 0;
	margin: 0;
	background-image: none;
	float: left;
}
#navi ul ul {				/* 2. Ebene */
	margin-left: -45px;
	background-color: #1b1b1b;
	padding: 0px;
	position: absolute;
	border-top: 0px !important;
	border: 1px solid #f00;
	display: none;
	width: 160px;
	list-style-type: none;
	line-height: 20px;
}
/* IE-Hack fuer die Breite */
* html #navi ul ul {
	width: 100px;
	margin-top: 30px;
	margin-left: -90px;
  }
* + html #navi ul ul { 			/* ie7-hack */
	width: 100px;
	margin-top: 18px;
	margin-left: -90px;
}
/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript) */
#navi ul ul:hover, #navi ul li:hover ul, #navi ul li:hover ul  {
    display: block;
}
#navi ul ul li {
	clear: both;
	float: none;
	text-align: center !important;
	padding-left: 0 !important;
}
.active, .active a {
	color: #fff !important;
}


/* Anpassungen der css-style-content ------------------------------------------------*/

/* Bildunterschift */
.csc-textpic-caption {
	font-weight: bold;
	font-size: 10px;
}