td.main {
	background-attachment: fixed;
	background-image: url(images/bg-main.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.oben {
	font-family: "Trebuchet MS";
	font-size: 28px;
	color: #FFFFFF;
	background-image: url(images/bg-oben.gif);
}

.oben_main {
	font-family: "Trebuchet MS";
	font-size: 28px;
	color: #FFFFFF;
	background-image: url(images/bg-oben-mitte.jpg);
}

.navi {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.main {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.unten {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(images/bg-unten.gif);
}

.line {
	height: 1px;
/*	padding: 5px;
	padding-bottom: 5px; */
	background-image: url(images/dotted_line.gif);
}

.copyright {
	color: #7c7c7c;
}

.blank_left { 
	background-image: url(images/bg-left.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
}

.blank_right { 
	background-image: url(images/bg-right.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
}

.navilink {
	color: #ffffff;
	text-decoration: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

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

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

hr {
	margin: 0px;
	color: #cccccc;
	background-color: #cccccc;
	border:solid #cccccc 0px;
	height:1px;
	}

.txt10 {
	font-family: "Trebuchet MS";
	font-size: 10px;
}

.txt10b {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
}

.txt11 {
	font-family: "Trebuchet MS";
	font-size: 11px;
}

.txt11b {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
}

.txt12 {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.txt12b {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}

.txt20 {
	font-family: "Trebuchet MS";
	font-size: 20px;
}

.txt20b {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
	scrollbar-face-color:#D1E4F7;
	scrollbar-arrow-Color:#000000;
	scrollbar-track-Color:#Ffffff;
	scrollbar-shadow-Color:#Ffffff;
	scrollbar-highlight-Color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#ffffff;
	scrollbar-base-color: #ffffff;
}
input {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	border: 1px #000000 solid;
	background-color: #efefef;
	}

select {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	border: 1px #000000 solid;
	background-color: #efefef;
	}

textarea {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	border: 1px #000000 solid;
	background-color: #efefef;
	scrollbar-face-color:#D1E4F7;
	scrollbar-arrow-Color:#000000;
	scrollbar-track-Color:#Ffffff;
	scrollbar-shadow-Color:#Ffffff;
	scrollbar-highlight-Color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#ffffff;
	scrollbar-base-color: #ffffff;
}

.submitbutton {
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
    color: #dddddd;
    background-color: #008000;
    border: 1px #000000 solid;
}
