/* CSS Document */

body {
	font-size: 0.75em;
	line-height:1.6em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana;
	color:#003;
}



h1 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana;
	font-size:1.4em;
	color:#558;
}

#header h1 {
	font-size:1.8em;
	width:520px;
	margin:40px 10px 0px 0px;
	padding-bottom:5px;

}

a:link {
		color:#558;
		text-decoration:none;
		border-bottom:1px solid #ccc;
		text-decoration:none;
}
a:hover {
		color:#225;
		text-decoration:none;
		border-bottom:1px solid #999;
}

a:visited{
	   color:#906;
}


blockquote.achtung{
	border: 3px solid yellow;
	padding:10px 10px 10px 70px;
	margin:30px;
	background-image:url(images/achtung.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#text p {
	margin:15px 15px 0px 30px;
	font: 1.0em/1.6em "Lucida Grande", "Lucida Sans Unicode", Lucida, Helvetica, Verdana;
	color:#667;
}


#footer {
	font-size:0.8em;
	line-height:1.3em;
}
.gray {
	color:#999;
}

dl{
	width:470px;
}

dt{
	margin-top:35px;
	font-weight:bold;
}