@charset "utf-8";

* {
	outline: none;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 20px;
	font-size: 15px;
	padding: 0;
	margin: 0;
}

#main {
	overflow: hidden;
	width: 920px;
	height: 1220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background: url(../bilder/hintergrund.jpg) left no-repeat;
}
#right {
	float: right;
	width: 40px;
	margin-right: 20px;
	cursor: crosshair;
}

#text {
	margin-left: 245px;
	margin-top: 450px;
	padding: 10px;
	height: 730px;
	width: 390px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FF0080;
	background-color: #FFF;
}

.sublogo {
	text-align: center;
	color: #999;
	font-weight: bold;
	font-size: 17px;
}

h1 {
	color: #FF0080;
	font-size: 22px;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 35px		
}

h2 {
	color: #FF0080;
	font-size: 20px;
	text-align: right;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
}

p {
	line-height: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
	font-weight: bold;
}

table {
	margin-left: 35px;
}
