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

body {
	font-size: 8pt;
font-family:"Lucida Console", Monaco,monospace;
	background: #fff;
	line-height:11pt;
}

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-size: 9,5pt;
	font-family:georgia;
	color:white;background:black;
	padding:5px 5px 5px 5px;
	font-weight:500;
	
	}


#selected{
	
font-size: 9,5pt;
font-weight:bold; 
background-image:url(http://wie-alles-endet.de/img/querup_grey.jpg);
padding:5px 5px 5px 5px;
text-transform:uppercase; 

}

#date{line-height:13pt;}



#menu {
	font-family:Georgia, "Times New Roman", Times, serif;
    width: 215px;
    overflow: auto;
    top: 10px;
    bottom: 25px;
	left: 15px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#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:8pt;
			
			}


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;
				}
