* {
	margin: 0;
	padding: 0;
}
html { 
	background: url("../images/background.jpg") no-repeat left top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.jpg"', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background.jpg"', sizingMethod='scale')";
}

body {
	font-family: "Trebuchet MS", "Century Gothic", "Lucia Sans Regular", sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
}

/*=================== Allgemeine Styles & Klassen ===================*/
h1 {
	font-size: 28px;
	color: white;
	margin-bottom: 10px;
}

.finishline {
   	border-bottom: 1px dotted #F7FF9A;
    max-width: 300px;
    padding-bottom: 18px;
}

.email {
	padding-top: 4px;
}

.active {
	color: #f7ff9a !important;
}

.clear {
	clear:both;
}

/*=================== Main Content ===================*/

#wrapper {
	margin-left: -16px;
}


/*----- Navigation -----*/
#navigation {
	background-image: url("../images/kachel_bg.png");
	background-position: left top;
	background-repeat: repeat;
	-moz-border-radius:12px;
	-khtml-border-radius:12px;
	width: 247px;
	padding: 25px 19px 24px 32px;
	float: left;
	position: absolute;
	top:15%;
}

#navi_header {
	color: white;
	font-size: 18px;
	font-weight: normal;
}

#navi_header h1 {
	color: white;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
}

#navi_header a:link, a:visited{
	font-size: 15px;
	color: white;
	font-style:normal;
	font-weight:normal;
	text-decoration: underline;
}
#navi_header a:hover, a:active{
	color: #F7FF9A;
	text-decoration: underline;
}

#navi_main {
	padding: 12px 0 0 0;
}

#navi_main a:link, a:visited {
	color: white;
	font-size: 50px;
	font-weight: bold;
	text-decoration: none;
}

#navi_main a:hover, a:active {
	color: #F7FF9A;
	font-size: 50px;
	font-weight: bold;
	text-decoration: none;
}

#navi_main ul li {
	color: white;
	font-size: 50px;
	font-weight: bold;
	list-style-type: none;
}


/*----- Content -----*/
#main_content {
	background-image: url("../images/kachel_bg.png");
	background-position: left top;
	background-repeat: repeat;
	-moz-border-radius:12px;
	-khtml-border-radius:12px;
	width: 650px;
	position: absolute;
	top:15%;
	margin-left: 315px;
	padding: 21px 24px;
	color: white;
	font-style: normal;
}

#main_content p {
	margin-bottom: 15px;
}

#main_content img {
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	margin: 0 5px 10px 5px;
	float: left;
}

/*----- Listen -----*/

/* ... IN VALID CODE WE TRUST ... css by miss monorom 2007 http://www.intensivstation.ch */
/* created by miss monoromcom 2007 http://www.monorom.com */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by/2.0/deed.en  */
ul.colums-two {
   list-style-type: none;
   margin: 0;
   padding: 0 0 20px 0; }

li.innen {
   width: 117px;
   font-weight: bold;
   float: left;
   margin: 0;
   padding: 0 20px 10px 0; }
      
li.aussen {
   float: left;
   margin: 0;
   padding: 0 0 10px 0;
   width: 300px; }
   
   
   li.clr {
   display: inline;
   margin: 0;
   padding: 0;
 }

br.clr {
   clear: left;
   width: 1px;
   font-size:1px;
   margin: 0;
   padding: 0;
   overflow:hidden;
 }
	
