a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #BF0723;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a.menu:link {
	color: #333333;
	text-decoration: none;
}

a.menu:visited {
	color: #333333;
	text-decoration: none;
}

a.menu:hover {
	color: #BF0723;
	text-decoration: none;
}

a.menu:active {
	color: #333333;
	text-decoration: none;
}

a.coll:link {
	color: #333333;
	text-decoration: none;
}

a.coll:visited {
	color: #333333;
	text-decoration: none;
}

a.coll:hover {
	color: #BF0723;
	text-decoration: none;
}

a.coll:active {
	color: #333333;
	text-decoration: none;
}

body {
	text-align: center;

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

	font-family: verdana;
	font-size: 10px;
	color: #000000;

	background-color: #C0C0C0;

	scrollbar-face-color: #CCCCCC;
	scrollbar-arrow-color: #DDDDDD;
	scrollbar-base-color: #DDDDDD;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-DarkShadow-Color: #DDDDDD;
	scrollbar-highlight-color: #DDDDDD;
	scrollbar-3d-light-color: #DDDDDD;
}



td {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	text-align: left;
}

td.menu {
	height: 20px;
	background-color: #DDDDDD;
	font-size: 10px;
	color: #000000;
}

div.rahmen {

	border-top-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-color: #DDDDDD;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #DDDDDD;
	border-right-style: solid;

	scrollbar-face-color: #EEEEEE;
	scrollbar-arrow-color: #BBBBBB;
	scrollbar-base-color: #EEEEEE;
	scrollbar-shadow-color: #AAAAAA;
	scrollbar-DarkShadow-Color: #EEEEEE;
	scrollbar-highlight-color: #DDDDDD;
	scrollbar-3d-light-color: #DDDDDD;

	height: 363px;
	width: 480px;
	overflow:auto;
}

div.rahmen_titel {

	border-top-width: 1px;
	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-color: #DDDDDD;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #DDDDDD;
	border-right-style: solid;

	width: 480px;
}

div.inhalt {
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div.titel {
	font-size: 10px;
	color: #333333;
	width: 478px;
	height: 20px;
	background-color: #DDDDDD;
	padding: 5px 10px;
}

span {
	font-size: 11px;
	color: #BF0723;
}

hr {
	height: 1px;
	color: #CCCCCC;
}

input,select {
	color: #333333;
	background-color: #EEEEEE;

	font-family: verdana;
	font-size: 10px;

	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
}

input.button {
	border: 0px;
	background-color: transparent;
}

input.radio {
	border: 0px;
	background-color: transparent;
}

textarea {
	width: 200px;
	height: 70px;

	color: #333333;
	background-color: #EEEEEE;

	font-family: verdana;
	font-size: 10px;

	border-top-width: 1px;
	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-color: #DDDDDD;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #DDDDDD;
	border-right-style: solid;
}

img {
	border: 0px;
}