/*this is the core style sheet of the site*/
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	background-image: url(Bilder/Hintergrund%20fuer%20Schoenwetter.jpg);
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
	margin: 0;
	font-size: 1em;
	background-color: #FFFFFF;
}
h1 {
	text-align: center;
	font-style:normal;
	letter-spacing:2px;
	font-weight: bold;
	font-size: 1em;
	border-bottom-color: #666666;
	border: 1;
}
h2 {
	font-size: 0.9em;
}
p {
}
p.footer {
	font-size: 0.8em;
	text-align: center;
	font-weight:bold;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
/*	text-decoration: none; */
	color: #FFFFFF;
	background-color: #00CCCC;
}
a:hover {
	background-color: #FF00FF;
}
a:active {
	color: #FF0000;
}
#header {
	font-style: normal;
	margin-left: 140px;
	padding-left: 10px;
	top: 100px;
	width: 660px;
	padding-top: 20px;
}
#content {
	width: auto;
	border-color: #333333;
	border-right-color: #666666;
}
#main-text {
	margin-left: 140px;
	left: 1px;
	width: 660px;
	padding-left: 10px;
	top: 0px;
	position: relative;
}

#navbar {
	left: 0px;
	width: 140px;
	position: absolute;
}
#navbar ul {
	margin: 0;
	padding: 0;
}
#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #00CCFF;
	border-color: #CCCCCC;
	border-bottom-width: thin;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-style: solid;
}
#navbar ul li a:hover {
	background-color: #FF00FF;
}
#Fussnote {
	font-style: normal;
	font-size: 0.7em;
	font-variant: normal;
	font-weight: lighter;
	position: absolute;
	width: 103px;
	height: 43px;
	left: 5px;
	top: 488px;
}
table {
/*	background-color: #00FFCC; */
}
td {
	font-size: 0.8em;
}
th {
/*	background-color: #99CCFF; */
	font-size: 0.8em;
}
.inputField 
{ 
	BORDER-RIGHT: #7f7f7f 1px solid; 
	BORDER-TOP: #7f7f7f 1px solid; 
	BORDER-LEFT: #7f7f7f 1px solid; 
	BORDER-BOTTOM: #7f7f7f 1px solid; 
	FONT-SIZE: 1em; 
	WIDTH: 300px; 
} 
.errorField 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	FONT-SIZE: 1em;
	WIDTH: 300px;
	background-color: #FFFFCC;
} 
.errorTable 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	FONT-SIZE: 1.2em;
	background-color: #FF6600;
} 
.binputField 
{ 
	BORDER-RIGHT: #7f7f7f 1px solid; 
	BORDER-TOP: #7f7f7f 1px solid; 
	BORDER-LEFT: #7f7f7f 1px solid; 
	BORDER-BOTTOM: #7f7f7f 1px solid; 
	FONT-SIZE: 1em; 
	WIDTH: 100px; 
} 
.berrorField 
{
	BORDER-RIGHT: #9F0004 1px solid;
	BORDER-TOP: #9F0004 1px solid;
	BORDER-LEFT: #9F0004 1px solid;
	BORDER-BOTTOM: #9F0004 1px solid;
	FONT-SIZE: 1em;
	WIDTH: 100px;
	background-color: #FFFFCC;
} 
#search {
	margin-left: 560px;
	left: 1px;
	width: 100px;
	padding-left: 10px;
	top: 100px;
	position: absolute;
}
