﻿/*
padding 1=oben, 2=rechts, 3=unten, 4=links
*/
* {
	border:1;
	margin:0;
	padding:0;
}

/* body ############################################################################################## */
body {
	background:#fff;
	color:#666;
	font:0.75em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4em;
}

/* general ########################################################################################### */
a {
	color:#0787de; /* helles Blau */
	text-decoration:none;
}
a:hover {
	color:#9c0;     /* helles grün */
	text-decoration:none;
}

/* header ############################################################################################ */
#header {
	background:#151515;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	background-color: rgba( 5,5,5, 0.5);
	border-left:0px solid #bbb;
	border-right:0px solid #bbb;
	margin:0 auto;
	width:994px;
	height:75px;
	padding:5px 0 0 0;
}
#header_inside h1 { 
	color:#fff;
	float:left;
	font:2.0em 'Trebuchet MS', Verdana, sans-serif;
	height:65px;
	line-height:10x;
	margin:0 0 0 10px;
}

#header_inside h2 { 
	
	font:2.0em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size:130%;

}


#header_inside h1 span {
	color:#225bd6;
	font-size:160%;
}
#header_inside ul {
    margin:10 0 0 0px;
	float:center;
	height:75px;
	list-style:none;
	width:750px;
	font:1.3em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

/* content ################################################################################## */
#content {
	width:100%;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#content_inside {
	background-color: rgba(0, 0, 0, 0.8);
	margin:0 auto;
	width:994px;
}



#content_inside_main {
	letter-spacing:-1px;
	line-height:175%;
	margin:0 auto;
	padding:10px 10px 10px 10px;
	width:960px;

}
#content_inside_main h1 {
	border-bottom:1px solid #ccc;
	font-size:200%;
	padding:0 0 2px;
	color:#9c0;
}
#content_inside_main h2 {
    font:1.0em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    line-height:120%;
	font-size:140%;
	padding:0 0 40px 40px;
	color:#fff;
}
#content_inside_main h3 {
    font:1.0em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    line-height:120%;
	font-size:200%;
	padding:0 0 2px;
	color:#fff;
}
#content_inside_main h4 {
    font:1.0em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    line-height:100%;
	font-size:120%;
	padding:0 40px 40px 40px;
	color:#333;
}
#content_inside_main h5 {
    color:white;
}

#content_inside_main p {
	padding:0 0 10px;
}
#content_inside_main1 {
	background:#fff;
	letter-spacing:-1px;
	line-height:175%;
	margin:0 auto;
	padding:10px 235px 10px 10px;
	width:550px;
}
#content_inside_main1 h1 {
	border-bottom:1px solid #ccc;
	font-size:155%;
	padding:0 0 2px;
	color:#225bd6;
}
#content_inside_main1 h2 {
	color:#ccc;
	font-size:115%;
	text-align:right;
}
#content_inside_main1 h3 {
	font-size:120%;
	padding:0 0 2px;
	color:#333;
}
#content_inside_main1 h4 {
    font:1.0em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size:120%;
	padding:0 0 2px;
	color:#111;
}
#content_inside_main1 p {
	padding:0 0 10px;
}


/* footer ######################################################################### */
#footer {
	background:#151515;
	font:1.0em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size:100%;
	height:1000px;
	width:100%;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer_inside {
    background-color: rgba( 5,5,5, 0.5);
	border-left:0px solid #bbb;
	border-right:0px solid #bbb;
	height:100px;
	margin:0 auto;
	width:994px;
}
#footer_inside p {
	color:#fff;
	line-height:100px;
	text-align:center;
}
#footer_adresse {
	color: #225bd6;
	font-style:italic;	
}