* {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 20px;
	background-color: #F3F3F3;
}

body, td, input, textarea {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #333;
	line-height: 170%;
}

#intro {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 480px;
  margin-left: -300px;
  margin-top: -240px;
}

#center {
	width: 100%;
	text-align: center;
}

#wrapper {
	width: 980px;
	background-color: #AAA;
	margin: auto;
	text-align: left;
	position: relative;
}

#head {
	width: 100%;
	background-color: #F3F3F3;
	height: 70px;
}

#navi {
	width: 100%;
	position: absolute;
	top: 43px;
	text-align: right;
	color: #777;
}

#navi a, #navi a:visited, a.foot, a.foot:visited {
	color: #777;
}

#navi a:hover, #navi a.navi:hover, a.foot:hover {
	color: #F90;
}

#navi a.active, #navi a:visited.active {
	color: #F90;
}

#main {
	padding: 0 40px 0 40px;
	color: #FFF;
	height: 470px;
	position: relative;
	overflow:auto;
}

#main a, #main a:visited {
	color: #555;
}

#main a:hover, #main a.navi:hover {
	color: #FC0;
}

#main td {
	color: #FFF;
}

#foot {
	width: 100%;
	background-color: #F3F3F3;
	text-align: center;
	font-size: 10px;
}

a, a:visited {
	text-decoration: none;
	color: #F90;
}

a:hover, a.navi:hover {
	color: #777;
}

h1 {
	font-size: 16px;
	padding-top: 20px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

ol {
	margin-left:20px;
}

.bold {
	font-weight: bold;
}

.error {
	color: #FF0;
}


/*************/
/* Formulare */
/*************/

form .medium {
	width: 300px;
}

form .large {
	width: 500px;
}


/*******/
/* AGB */
/*******/

ol.agb{
	list-style-type: upper-roman;
	margin-top:20px;
}

ol.agb li{
}

ol.agb ol{
	margin-top:10px;
	margin-bottom:20px;
	font-size:11px;
}

ol.agb li ol li{
	margin:0;
	font-weight:normal;
	font-size:11px;
}
