/* CSS Document */

body {
	margin: 0;
	padding: 3em 0 0 0;
	background-color: #dddddd;
	font-size: 62.5%;
	font-family: tahoma, arial, verdana;
	line-height: 1.8em;
	text-align: center;
	}
	
a {
	color: #0058a3;
	text-decoration: underline;
	}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	}		
	
#rahmen {
	font-size: 1.2em;
	width: 300px;
	margin: 0px auto;
	padding: 0;
	background-repeat: no-repeat;
	text-align: left;
	}
	
	#rahmen h1 {
		display: none;
		}
		
	#rahmen p {
		height: 3em;
		line-height: 3em;
		}
		
	#rahmen address {
		font-style: normal;
		}		