html,
body {
margin : 0;
background-color: #000;
font-family:Comic Sans MS;
font-size : 14px;
color : #444;
height:90%;
text-transform:lowercase;
}

table{
font-family : Comic Sans MS;
font-size : 12px;
color : #444;
}

/* mozilla focus */
a:focus, :visited:focus { -moz-outline: 0px dotted; }

/* Inhalt */

/*	#header {
		background:#ff0;
		padding:10px;
	}
	#body {
		padding:10px;
		padding-bottom:40px;	
	}
*/
	#content {
		position : static;
		width : 560px;
		margin : 80px 0 10px 28%;
		padding : 0 0 30px 0;
		height : 100%;
	}

	#footer_l {					/* left footer */
		position:absolute;
		bottom:0;
		width:100%;
		height:40px;			/* Height of the footer */
		border-right:1px solid #ccc;
		background:#000;
	}

/* Menu */
	#menu {
		position : fixed;
		z-index : 1;
		top : 0;
		left : 0;
		width : 100%;
		height : 93%;
		border-right:1px solid #ccc;
		letter-spacing : 0.1em;
		padding : 40px 20px 0 0;
		text-align : right;
		background-color : #000;
	}
	#menu a {
		line-height : 30px;
		color : #444;
		text-decoration : none;
		padding:0 10px;
	}
	#menu a:hover {
		color : #aaa;
	}
	#menu a.active{
		color : #aaa;
	}
	#menu h1 {
		font-size : 25px;
		padding: 45px 0 60px;
		font-weight : lighter;
	}

/* HTML tags */
	h1 {
		font-size : 20px;
		padding: 30px 0 10px;
	}
	h2 {
		font-size : 17px;
		margin : 20px 0 10px 0;
		text-align : left;
	}
	h3 {
		font-size : 10px;
		padding-top : 40px;
		padding-bottom : 130px;
		font-weight : lighter;
	}
	h4 {
		font-size : 9px;
		font-weight : lighter;
	}
	a {
		color : #444;
	}
	a:hover {
		color : #aaa;
	}

@media print
	{
	#menu {display:none}
	}

/* design */

#design {
position : absolute;
left : 0;
bottom : 48px;
width : 20px;
font-size : 9px;
font-weight : lighter;
}
#design a {
font-size : 9px;
text-decoration : none;
border : 0px;
color:#999;
}
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer_l p {
		margin:0;
		padding: 15px 20px;
	}
	
	#footer_r p {
		margin:0;
		padding:15px 20px;
	}
	
	</style>
	<!--[if lt IE 7]>
	<style media="screen" type="text/css">
	#container {
		height:95%;
	}
	</style>
	<![endif]-->
