/* CSS Document */

body{
	margin:0;
	padding:0;
	text-align: center;
	color:#999;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	}

.container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-align: left;
	width: 720px;
	height: 480px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	position: absolute;
	left: 50%;
	margin-left: -360px;
}

.logo {
	background-image: url(pics/logo.jpg);
	height: 70px;
	width: 300px;
	top: 35px;
	position: relative;
	left: -10px;
	z-index: auto;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #461264;
	text-decoration: none;
	text-align: right;
	width: 325px;
	position: relative;
	top: 100px;
	left: 400px;
	z-index: auto;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	width: 150px;
	text-align: right;
	z-index: auto;
	top: 60px;
	position: relative;
	left: 575px;
}

.pic {
	position: relative;
	top: -450px;
	left: 600px;
	z-index: auto;
	width: 123px;
}

.inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	z-index: auto;
	position: relative;
	width: 400px;
	left: 170px;
	height: 370px;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #461264;
	text-decoration: none;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #461264;
	text-decoration: none;
}

A.link:link{text-decoration:none; color : #461264; }
A.link:visited {text-decoration:none; color : #461264; }
A.link:hover {text-decoration:none; color : #666666; }
A.link:active {text-decoration:none; color : #461264;}

