html, body		{
	min-height: 100%;
	background-color: #ffffcc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #A10D19;
	text-decoration: none;
}
a:visited {
	color: #A10D19;
	text-decoration: none;
}
a:hover {
	color: #A10D19;
	text-decoration: underline;
}
a:active {
	color: #00F;
	text-decoration: none;
}

.head			{
	height:373px;
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	margin: 0 auto;
}
.content			{
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:auto;
	min-height:100%;
	height:100%;
}
.navigation			{
	height:66px;
	width: 800px;
	margin: 20 auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	top: 100px;
	background-image: url(../images/layout/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}


.header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #199ad4;
	font-weight:bold;
	letter-spacing:1px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;		
}
.header_farbe {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight:bold;
	letter-spacing:1px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;		
}

.headerklein {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #199ad4;
	font-weight:bold;
	letter-spacing:2px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.headerklein_farbe {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	letter-spacing:2px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.fliesstext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9a141b;
	letter-spacing:1px;
	line-height:18px;
}
.footer			{
	height:66px;
	width: 800px;
	margin: 0 auto;
	top: 100px;
	background-image: url(../images/layout/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.tabrahmen {
	border: 1px solid #900;
}
.tableschatten {
	border: 2px solid #E4E4E4;
}
/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0px;
	padding: 0px;
}

/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0px;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	margin-top: 0px;
	margin-bottom: 0px;
}.copyright {
	font-family: "Comic Sans MS", cursive;
	font-size: 9px;
	line-height: 20px;
	color: #000;
}

.menutext {
	font-family: Verdana, Geneva, sans-serif
	font-size: 12px;
	color: #9a141b;
	letter-spacing:1px;
	line-height:18px;
	font-style: normal;
	font-weight: normal;
}
.menutext2 {
	font-family: Verdana, Geneva, sans-serif
	font-size: 12px;
	color: #199ad4;
	letter-spacing:1px;
	line-height:18px;
	font-style: normal;
	font-weight: bold;
}
.eingabefeld {
	background-color: #FF0;
	border: 1px solid #FC3;
}
.laufschrift {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9a141b;
	font-weight:bold;
	letter-spacing:2px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

