html, body, td {
	padding:0px;
	font:12px Arial, Helvetica, sans-serif;
}
body {
	margin:0px; 
	background-color:#65BF9C;
	background-repeat:no-repeat;
}
a:link{color:#4330D4}
a:visited{color:#4330D4}

.werbung {
	position:absolute; 
	left:810px; 
	top:5px; 
	width:180px;
	border:0px solid black; 
	background-color:#91E5C5; 
}
.werbung2 {
	position:absolute; 
	left:810px; 
	top:500px; 
	width:180px;
	border:0px solid black; 
	background-color:#91E5C5; 
}
.content {
	position:absolute; 
	left:190px; 
	top:105px; 
	width:600px;
	border:1px solid black; 
	background-color:#91E5C5; 
}
.content_inner {
	width:590px;
	padding:4px; 
	font:12px Arial;
}
.content_inner2{
	width:585px;
	padding:6px; 
	font:12px Arial;
}

.contenttitle {
	background-color:#48A17E; 
	border-bottom:1px solid black;
	width:600px;
	height: 20px;
	font-weight:bold;
	color:white;
	padding-top:2px;
}

.header_row1 {
	position:relative; 
	left:0px; 
	top:0px; 
	width:790px; 
	height:20px; 
	background-color:#48A17E; 
	border-bottom:1px solid orange;
}
.header_row1_inner {
	width:780px; 
	padding:2px; 
	text-align:right; 
	font:bold 11px Arial
}
.header_row2 {
	position:relative; 
	left:0px; 
	width:790px; 
	height:20px; 
	background-color:#48A17E; 
	border-top:1px solid orange;
}
.header_row2_inner {
	width:100%; 
	padding:2px; 
	font:bold 11px Arial;
}
.header_pic {
	position:relative; 
	left:0px; 
	width:790px; 
	height:75px;
}

.mnu_left {
	position:absolute; 
	left:2px; 
	top:105px; 
	width:180px;
}
.mnu_table {
	font:11px Arial;
	border:1px solid black;
}
.mnu_title {
	margin-left:5px; 
	margin-top:2px; 
	font-weight:bold;
	color:white;
}

.login_inp {
	height:20px; 
	font:11px Arial; 
	padding-left:3px;
}


.tablecontent {
	border:1px solid black;
}
.tb_c_tr {
	background-color:#48A17E; 
	border:1px solid black;
	height: 20px;
	font-weight:bold;
	color:white;
}
.tb_c_td { 
	padding-left:5px; 
	font-weight:bold;
}

.bgc_d { background-color:#48A17E; }
.bgc_l { background-color:#91E5C5; }
.bgc_bl { background-color:black; }
.pad5 { padding: 5px; }
.padl5 { padding-left: 5px; }

.fnt_sm { font:11px Arial; }
.fnt_big { font:14px Arial; font-weight:bold;}


div#tooltip {
	position: absolute;
	width: 130px;
	display:none;
	/*background-position: bottom right;
	background-repeat: no-repeat;
	background-image:
	url(https://servicet1.toon.t-online.de/stc/env/img/schatten.gif);*/
	z-index:100;
	background-color: #ffffaa;
	padding: 4px;
	border: 1px solid black;
}

.error {
	color:red;
	border: 1px solid red;
	padding:5px;
}
.errortext {
	font-weight:bold;
}

.inbox {
	border:1px solid black; 
	margin:10px;
}

.inp_long {
	width: 320px;
}

.inp_norm {
	width: 200px;
}

.inp_short {
	width: 150px;
}


