body {
	margin:0px;
	padding:0px;
}

div.standarttext {
	line-height:30px;
	/*color:#0050A0;*/
	color:grey;
	font-size:16px;
}

#dload td {
	color:grey;
	font-size:16px;
	vertical-align:middle;
}

#dload input[type=button],
#dload input[type=submit] {
	margin-left:10px;
	margin-right:10px;
	width:110px;
	height:24px;
	
	background-color:#efefef;
	border:1px solid grey;
	
	cursor:pointer;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	behavior: url(PIE.htc);
}

#dload input[type=button]:hover,
#dload input[type=submit]:hover {
	background-color:#f5f5f5;
}

td.trennstrich {
	width:100px;
	background:url(/images/pixel.png) repeat-y center center;
}

td.trennstrich-without {
	width:100px;
}

td.right {
	text-align:right;
}

.eingabe {
	font-size:11px;
	color: #5F5F5F;
	background-color: #FAFAFA;
	border: 1px solid #7F9DB9;
	height:15px;
	line-height:130%;
	width:100%;
}

.imgbutt1{
	background-image:url(../../images/icons/login.gif);
	background-repeat:no-repeat;
	text-align:left;
	text-indent:20px;
	height:22px;
	cursor:pointer;
	font-size:11px;
	color: #5F5F5F;
	background-color: #FAFAFA;
	border: 1px solid #7F9DB9;
}

a.TopLinks{
	color:#C8C8C8;
	text-decoration:none;
}

a.TopLinks:hover{
	color:#454545;
	cursor:pointer;
}

a.BottomLinks{
	font-size:8pt;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#C8C8C8;
	text-decoration:none;
}

a.BottomLinks:hover{
	color:#333333;
	cursor:pointer;
}

img.lazy{
	margin:24px;
	display:inline;
	border:1px solid grey;
}

.Bottom{
	font-size:8pt;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#C8C8C8;
	text-decoration:none;
}

.moreInfo{
	position:fixed;
	bottom:5px;
	right:5px;
	font-size:8pt;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#C8C8C8;
}

.text16{
	font-family:monospace,sans-serif;
	font-size:16px;
	font-weight:normal;
	color: #FF007F;
}

.textGrey{
	color: grey;
}

.FormBorder{
	border: 1px solid #C3D9FF;
	background-color: #FFFFFF;
	padding: 3px;
	width: auto;
}

.moreInfo:hover{
	color:#333333;
	cursor:pointer;
}

a.moreInfo{
	color:#C8C8C8;
	text-decoration:none;
}

a.moreInfo:hover{
	color:#333333;
	cursor:pointer;
}

td{
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #0050A0;
	vertical-align:top;
	padding: 0px 4px 0px 4px;
}

.imghelpbutt{
	cursor:help;
}


/* TO TOP*/
#toTop-right {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:20px;
    right:20px;
    outline:none;
	width:50px;
	height:50px;
	background-image:url(../../images/totop.png);
}
#toTop-left {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:20px;
    left:20px;
    outline:none;
	width:50px;
	height:50px;
	background-image:url(../../images/totop.png);
}
#toTop-center {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    left:50%;
    margin-left:-20px; /*Feintuning je nach Inhalt */
    outline:none;
	width:50px;
	height:50px;
	background-image:url(../../images/totop.png);
}
