body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color:#466085;
	color:#444444;	
}

h1 {
	line-height: 1em;
}
h2 {
	font-size: 1.2em;	
}
img {
	border:none;
}
div {
	padding: 1em;
}

/* Wrapper und Header*/
div#wrapper {
	margin:auto;
	margin-top: 3em;
	margin-bottom: 3em;
	/*width: 78.2%;*/
	width: 74em;
	background-color:#FFF;
}
div#header {
	/*width: 965px;*/
	width:72.1em;
	height: 8.0em;
	background-image:url(../Material/banner.jpg);
	background-repeat:repeat-x;
	border-bottom:thin dotted #466085;
	text-align:right;
}

/* Content */
div#content {
	/*width: 640px;*/
	width:44.5em;
	height: auto;
	/*float: right;*/
	margin-top: 0.4em;
	margin-bottom: 0.6em;
	margin-left: 17em;
}

div#content p {
	/*width: 550px;*/
	/*width: 49em;*/
	text-align:justify;
	height: auto;
}

/* Adresszeile */
address {
	font-style:normal;
	text-align: center;
	border-top:thin dotted #466085;
	padding-top: 1.1em;
	padding-bottom: 0.3em;
}


/* Subnavigationen */
a {
	color: #466085;
}
a:link {
	color: #466085;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color: #466085;
}
a:hover {
	text-decoration:underline;
	color:#466085;
}
a:active {
	text-decoration:none;
	color: #466085;
}

