html,body {
  height:100%;
  min-height: 100%;
}


html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	background-image: url(../back/1_bg-aussen.jpg);
	background-position: left top;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.inhalt1 {
	min-height: 100%;
	height: auto;
	height: 100%;
	overflow: hidden;
	background-color: #77787b;
	background-image: url(../back/1_bg-innen.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	width: 950px;
	min-width: 950px;
	max-width: 950px;
	border-left: 1px solid #030339;
	border-right: 1px solid #030339;
	border-left: 1px solid #030339;
	border-bottom: 1px solid #030339;
	margin-bottom: 12px;
}

.oben1 {
	background-color: #ffffff;
	background-image: url(../back/1_bg-top.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	width: 952px;
	min-width: 952px;
	max-width: 952px;
	padding: 0px 0px 0px 0px;
	max-height: 47px;
}


h1 {
	margin-top: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #030339;
	text-align: center;
	border-top: #030339 1px solid;
	border-bottom: #030339 1px solid;
	width: 800px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #030339;
	text-align: center;
	width: 800px;
}

.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}

.hinweis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #030339;
	line-height: 14px;
}

a.hinweis:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #030339;
	text-decoration: none;
}
a.hinweis:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #5e708c;
	text-decoration: none;
}
a.hinweis:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #8498B2;
	text-decoration: none;
}
a.hinweis:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #030339;
	text-decoration : none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #030339;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #5e708c;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #8498B2;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #030339;
	text-decoration : underline;
}

