/* IE */

body, div, select {
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #006666;
	scrollbar-dark-shadow-color: #999999;
	scrollbar-face-color: #006666;
	scrollbar-shadow-color: #666666;
}

/* ANKER */
a:hover {
	color: #ff9900;
}
a.akt:hover {
	color: #006666;
}
a.a:hover {
	color: #ff9900;
}
a.dat:hover {
	color: #ff9900;
	font-weight: bold;
}

a.tx:hover, a.bez:hover {
	color: #ff9900;
}
a.th:hover {
	font-weight: bold;
	color: #cc6600;
}
a.exp:hover {
	color: #ff9900;
}

a#block {
	padding: 3px;
	padding-top: 0px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}
a#block:link {
	background-color: #006666;
}
a#block:active, a#block:hover{
	background-color: #cc6600;
}
a#block:visited {
	background-color: #666666;
}

/* Allgemeines */

table.seite {
	position: absolute;
}

/* MENU */
table.menu {
	background-color: #003333;
	margin-top: 3px;
}
td.menu {
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	border-top-width: 3px;
}
td.akt {
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
}
#top {
	padding-bottom: 2px;
	border-width: 2px;
}

/* INHALT */
h2 {
	line-height: 15px;
}
h3 {
	line-height: 14px;
	letter-spacing: 2px;
	word-spacing: 2px;
}

.sort {
	font-size: 12px;
}

div.bez {
	font-size: 10px;
	line-height: 8px;
	border-top: 3px solid #003333;
	border-bottom: 13px solid #003333;
}

.exp {
	font-size: 10px;
}
td.th {
	font-weight: bold;
	padding-left: 3px;
}
td.link {
	padding-top: 15px;
}

td.lexp {
	padding-top: 15px;
}

/* FORM */
input:focus, textarea:focus { background-color: #006666;
}
input, textarea, select, button {
	font-weight: bold;
	background-color: #006666;
	color: #ffffff;
	border: 1px solid #009999;
}
optgroup {
	font-style: normal;
}
input.check, input.radio, input[type="checkbox"], input[type="radio"] {
}

input.zahl {
	background-color: #003333;
}
input.sub, button {
	border-color: #cccccc;
	line-height: 18px;
	margin-top: 40px;
	margin-right: 10px;
}
button {
	cursor: pointer;
	cursor: hand;
	margin: 0px;
}

.muss {
	border: 1px solid #cc6600;	
}

input.feld {
	background-color: #ffffff;
}
.send {
	border: 1px solid #009999;
	background-color: #006666;
}

img.weiss  {
	border: 1px solid #CCCCCC;
}
img.rahmen {
	border: 2px solid #009999;
}

