@charset "utf-8";
body {
	background-color: #ABABAB;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
}
.header {
	background-color: #0099FF;
	clip: rect(auto,auto,auto,auto);
	height: 70px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	border-top-color: #0033FF;
	border-right-color: #0033FF;
	border-left-color: #0033FF;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-image: url(images/lakelogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.textfeld {
	background-color: #CCDEFB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;
	border-top-width: 2px;
	border-top-color: #66CCFF;
	border-top-style: inset;
	font-weight: normal;
	clip: rect(auto,auto,auto,auto);
	padding-left: 3px;
	padding-right: 3px;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat;
}
.littleheader {
	background-color: #484848;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	border-right-style: outset;
	border-right-width: medium;
	border-right-color: #999999;
	height: 25px;
	width: 100%;
	color: #FFFFFF;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: ridge;
	border-left-style: inset;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-color: #999999;
}


.footer {
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	height: 20px;
	width: 100%;
	color: #FFFFFF;
	border: medium outset #333333;
	font-variant: normal;
}
a  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 97%;
	background-color: #FFFFCC;
	height: 25px;
	clear: both;
	float: left;
	border: medium ridge #666666;
	line-height: 25px;
	text-decoration: none;
}
a:hover  {
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 97%;
	background-color: #000099;
	height: 25px;
	clear: both;
	float: left;
	border: medium ridge #666666;
	line-height: 25px;
	text-decoration: none;
}



.textfeldKopie {
	background-color: #CCDEFB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	clip: rect(auto,auto,auto,auto);
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
}

