/* Global
------------------------------------------------------------------*/
html, body, h1, h2, h3, ul, li, p, img {
	margin:0;
	padding:0;
	}
	
ul,li {
	list-style-type:none;
	}
	
dl, dt, dd {
	margin:0;
	padding:0;
	list-style-type:none;
	}	
	
	
	
img {border:0px;}	

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #dbdbdd;
}


/* Schriften
-----------------------------------------------------------------*/

p {
	font-size: 13px;
	color: #330099;
	line-height: 17px;
	margin: 300px 0 0 240px;

}

a {
	text-decoration:none;
	color: #330099;

}


a:hover {
	color: #330099;
	text-decoration:underline;
}

.italic { font-style:italic;}

.print {display:none;}

.rot {color:#e2001a;}

/* Überschriften H1
-----------------------------------------------------------------*/
h1 {
	font-size: 21px;
	color: #a66321;
	font-weight:normal;
}




/* Container
-------------------------------------------------------------*/
#container {
	width:800px;
	height:650px;
	margin: 0px auto;
	position:relative;
	background-image:url(../hg_body2.gif);
	background-position:center  0;
	background-repeat:no-repeat;
	overflow:hidden;
}




