/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #033;
}

img {
	color:#033;
	text-align: center;
}

p {
	font-weight:normal;
}

a:link {
	text-decoration: underline;
	color: #033;
}
a:visited {
	color: #033;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #033;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	color: #033;
	margin: 0px;
}
h2 {
	font-size: 16px;
	color: #033;
	margin: 0px;
}
h3 {
	font-size: 14px;
	color: #033;
	margin: 0px;
}
a.mnu:link,a.mnu:visited {
	display:block;
	text-decoration:none;
	margin: 0px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-color: #033;
	list-style-type: none;
	text-align: left;
}
a.mnu:hover,a.aktiv {
	display:block;
	text-decoration:none;
	margin: 0px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-color: #033;
	border-bottom-color: #CCC;
	font-size: 14px;
	list-style-type: square;
}
a.mnu1:link,a.mnu1:visited {
	display:block;
	text-decoration:none;
	margin: 0px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 14px;
	list-style-type: none;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.mnu1:hover,a.aktiv1 {
	display:block;
	text-decoration:none;
	margin: 0px;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 14px;
	list-style-type: square;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.txt_9 {
	font-size: 9px;
}
.txt_10 {
	font-size: 10px;
}
.txt_12 {
	font-size: 12px;
}
.txt_14 {
	font-size: 14px;
}
input {
	color:#033;
}
input.r {
	border: 2px solid #F00;
}
input.suchen {
	color:#FFFFFF;
	background-color: #033;
	border-color: #FFFFFF;
	border-width: 1px;
	font-weight: bold;
}
li {
	list-style-position: outside;
	list-style-type: disc;
	text-align:justify;
	padding-right:40px;
	color: #033;
}
hr {
		
}

