@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/hg.jpg);
	text-align:center;
	}


/*Einstellungen für die Anzeige der Überschriften*/
h1 {font-size:16px;color:#99141b; margin-bottom:0px;}
h2 {font-size:15px;color:#99141b;}
h3 {font-size:14px;color:#99141b;}


/*Einstellungen für die Anzeige der Links*/
a:link, a:visited {
text-decoration:underline;
font-weight:bold;
color:#000000;
font-size:11px;
cursor:pointer;
}


#container {
margin:0 auto;
text-align:left;
position:relative;
top:10px;
width:885px;
font-family:Verdana;
font-size:11px;

}


#tasse {
float:left;
width:876px;
height:520px;
font-family:Verdana;
font-size:11px;
padding-top:170px;
background:url(../images/tasse.png) no-repeat top center;

}


