@charset "UTF-8";
 CSS Document 
* {
margin: 0; 
padding: 0px;

}


body {
background:url(/fileadmin/dampfnudel/bilder/bg.jpg);
background-repeat:no-repeat;
background-position: center top;
background-color:#550000;
text-align:center;

}


#page {
width:800px;
/*height:600px;*/


position: absolut;
margin: 0 auto;
text-align:left;


}

#content {
font-family: georgia, Times, serif;
font-size:14px;
line-heigth: 12px;
color: #fffad8;
padding-left: 20px;
padding-right: 20px;
letter-spacing: 1.5px;
width:365px;
height:600px;
margin-left:55px;
background-color:#9c0101;
filter:alpha(opacity=90); 
	-moz-opacity:0.9; 
	opacity: 0.9; 
	khtml-opacity: 0.9;
	float:left;
}
#content2 {font-family: georgia;
font-size:12px;
margin-right:20px;
margin-left:20px;
color: #9C0101;
padding-left: 10px;
padding-right: 10px;
/*letter-spacing: 1.1px;*/
	float:right;
	width:280px;
	/*height:520px;*/
		background-color: #fffad8;
		filter:alpha(opacity=90); 
	-moz-opacity:0.9; 
	opacity: 0.9; 
	khtml-opacity: 0.9;
	float:right;
	padding-top:20px;
	padding-bottom:20px;
	text-align:left;
}

#content2 h1 {
font-family: georgia;
font-size:14px;}

a {
font-family: georgia;
font-size:12px;
color: #fffad8;
text-decoration: underline;}

a:hover {
font-family: georgia;
font-size:12px;
color: #fffad8;
text-decoration: none;}

.zitat {font-family: georgia;
font-size:12px;
}

#footer{clear:both;
font-family: georgia;
font-size:12px;
color: #fffad8;}

.mh {
font-family: georgia;
font-size:12px;
color: #fffad8;}

.mh a{
font-family:georgia;
font-size:12px;
color: #fffad8;}

div#submenu a {
font-size:14px;
display: block; 
color: #fffad8;
text-align: left; 
text-decoration: none; 
padding-left:20px;
font-family: georgia;
letter-spacing: 2px;
font-weight: bold;
}

div#submenu a:hover {
text-decoration:underline;

}

h1 {font-family: georgia;
font-size: 14px;
}
h2 {font-family: georgia;
font-size: 12px;
}


