html {
	padding: 0;
}

body {
	background-color: #9accff;

	font-family: Arial;

	margin: 0px;
	padding: 0px;

	background-image: url("Images/InputImPott_Transparent.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}



a, a:visited {
	text-decoration: none;
	color: #0083d6;
	font-weight: bold;
}

a:hover {
	color: #ff6600;
	font-weight: bold;
}


.hervorgehoben {
	font-size: 120%;
}

.pflichtfeld {
	color: #ff6600;
}


img {
	border: 0px;
}



input, textarea {
	background-color: transparent;
	border: #cbe5ff thin solid;
}
input {
	border: 0;
	border-bottom: #cbe5ff thin solid;
}
input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #cbe5ff;
	border-color: #0099ff;
}



#left {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 202px;

}
html>body #left {
	position: fixed;
}



#left ul {
	list-style-type: none;
	padding: 5px;
	padding-left: 8px;
	padding-bottom: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#left li {

	margin-top: 3px;
}



#inhalt {
	margin-left: 210px;
	margin-bottom: 20px;
	font-size: 1.0em;
}


	
#inhalt hr {
	background-color: #cbe5ff;
	color: #cbe5ff;
	height: 4px;
	border: 0px;
	margin-top: 10px;
}



h1 {
	font-family: 'Cracked Johnnie', Arial;
	color: #ff6600;
	margin-top: 30px;
}
h2 {
	font-family: Arial;
	color: #ff6600;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-family: Arial;
	color: #ff6600;
	margin-top: 0px;
}

h4, h5 {
	font-family: Arial;
	color: black;
}



.center {
	text-align: center;
}


.klein {
	font-size: 9pt;
}

.bold {
	font-weight: bold;
}


#unten {
	margin-top: 25px;
}
html>body #unten {
	margin-top: 0px;
	bottom: 8px;
	right: 20px;
	position: fixed;
}


#linie_oben_1 {
	background: url('./Images/hr-blau.png') top right;
	background-repeat: no-repeat;
	height: 8px;
	top: 0px; left: 0px; right: 80px;
	position: fixed;
	margin: 0px; padding: 0px;
	z-index: 2;
}

#linie_oben_2 {
	background: url('./Images/hr-orange.png') top left;
	background-repeat: no-repeat;
	height: 8px;
	top: 8px; left: 200px; right: 0px;
	position: fixed;
	margin: 0px; padding: 0px;
	z-index: 2;
}

#linie_unten_1 {
	background: url('./Images/hr-orange.png') top right;
	background-repeat: no-repeat;
	height: 8px;
	bottom: 8px; left: 0px; right: 160px;
	position: fixed;
	margin: 0px; padding: 0px;
	z-index: 4;
}

#linie_unten_2 {
	background: url('./Images/hr-blau.png') top center;
	background-repeat: no-repeat;
	height: 8px;
	bottom: 0px; left: 0px; right: 0px;
	position: fixed;
	margin: 0px; padding: 0px;
	z-index: 3;
}


.color1 {
	background-color: #9accff;
}

.color0 {
	background-color: #cbe5ff;
}


