/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size:62.5%;
font-family:"Lucida Console", Monaco,monospace;
	background: white;
	line-height:11pt;
	
	background: #000 url(http://www.felixseeger.de/bilder/background3LightStudio.jpg) ;
center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

/* ---- Structure Elements ---- */

#wrapper{
	width:880px;
	margin:0 auto;
	padding:5px;
	}

#header_image{
	width:880px;
	background: grey;
	float:left;
	clear:both;
	padding:10px;
	margin: 0 0 15px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	
}
#header_container{
	
	height:auto;
	clear:both;
	width: 100%;
	
	
	}
	
#sidebar_container{
	background:blue;
	width:281px;
	float:left;
	}
	
#content_container{
	
	width:880px;
	float: left;
	padding-top: 25px;
	}

#content_sidenav_container{
	
	width:280px;
	float: left;
	padding-top: 35px;
	}

#content_text_container{
	
	width:520px;
	float: right;
	padding-top: 25px;
	}

#footer_container{
		color: #bebebe;
	}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;font-weight:bolder;color:black; }
a:active { text-decoration: none;color:black;background-image:url(../img/querup_grey.jpg); }
a:visited { text-decoration: none; color: #666; }
a:hover {
	color:black;
	text-decoration:none;
	background-image:url(../img/querup_grey.jpg);
}

a img { border: none; }

.querup{
	background-image:url(../img/querup_grey.jpg);
	font-size: 9,5pt;
	}

#sect{
	
	
	font-family:georgia;
	
	padding:5px 5px 5px 5px;
	font-weight:500;
	
	}


#selected{
	

font-weight:bold; 

padding:5px 5px 5px 5px;
text-transform:uppercase; 

}

#date{line-height:13pt;}



#menu {
	background:url("http://www.felixseeger.de/img/1x1pxWhiteTransp.png");
    width: 215px;
    overflow: auto;
    top: 10px;
    bottom: 25px;
	left: 15px;
    position: fixed;
    height: 100%;
	
	
}

#menu a{font-weight:500;}


#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding-left:15px;
}

#menu ul li.section-title { 
font-weight:100;
font-size:120%;text-decoration:underline;
}

#menu ul li a:link {font-family:"Lucida Console", Monaco,monospace;text-transform:uppercase;}
#menu ul li a:active {font-family:"Lucida Console", Monaco,monospace;text-transform:uppercase;}
#menu ul li a:visited {font-family:"Lucida Console", Monaco,monospace;text-transform:uppercase;}
#menu ul li a:hover {font-family:"Lucida Console", Monaco,monospace;text-transform:uppercase;}

#content {
    height: 100%;
width:60%;
    margin: 0 0 0 215px;
    top: 25px;
padding-left:50px;
padding-top:25px;

}

.container {
    padding: 5px 5px 25px 5px;
}

#content p {
			width: 85%;
			margin-bottom: 9px;
				font-size: 1.4em;
	line-height: 1.6em;

			
			}


p {
    margin: 0 0 9px 0;
}

h1 {font-family:georgia; font-size:24pt;font-style:italic;font-weight:100;text-transform:lowercase;}
h2 {font-family:georgia; font-size:18pt;font-style:italic;font-weight:100;text-transform:uppercase;}
h3 {font-family:georgia; font-size:12pt;font-style:italic;font-weight:100;background-image:url(../img/querup_grey.jpg);width:75%; }
h4 {font-family:georgia; font-size:9pt;font-style:italic;font-weight:100;}

h3 span{float:left;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


				 /*////////////////// footer  //////////////////*/	


				.footer p a:link {
				color:black;
				}

				.footer p a:hover {
				color:#999999;
				text-decoration:underline;
				}

				#ft {

					clear: left;
					margin-top: 0.5em;
					background: transparent;
					-moz-opacity:0.75;
					text-align: right;
					padding: 10px;
					padding-top:15px;
					margin-top:15px;
					z-index: 100;
					font-family:georgia;
				   min-width:775px;
					width:expression(document.body.clientWidth < 800? "775px": "99%" ); /* min-width IE style*/
				  }


				#ft p {
					color: black;
					font-size: 8pt;
					text-align: right;
					margin-top:5px;
				}

				html>body #ft { 
				  bottom:0;
				  left:0;
				    right:0;
					 position:fixed;
					}	

				 /* IE */
				* html #ft {
					color: #ffffff;
					margin-left: auto;
					margin-right: auto;
					width: auto;
					margin-bottom: 0px;
					padding-bottom: 0px;
					}

				#hd, #ft {
				  padding-bottom:0;
				  padding-top:0;
				}

