<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	margin-top:20px;
	margin-bottom:20px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;	
    background-color: #F2F2F2;
}


table, input, select, textarea
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;	
}

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

fieldset
{
    border:2px solid #DDDDDD;
    margin:0px;
    padding:0px;
}

fieldset .cIn
{
    margin:10px;
    padding:0px;
}
.cButton
{
	cursor:pointer;
	background-color:#4F81BD;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #385D8A;	 
	font-size:11px;
}

.cButton1
{
	height:20px;
	background:transparent;
	border:none;
	background-image:url('/bilder/button1.png');
	background-repeat:no-repeat;
	cursor:pointer;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;	
}

.cButton2
{
	height:20px;
	background:transparent;
	border:none;
	background-image:url('/bilder/button2.png');
	background-repeat:no-repeat;
	cursor:pointer;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
}


a
{
    text-decoration:none;
    color: #1E416C;
}

a:hover
{
    text-decoration:underline;
    color: #1E416C;
}

.cBorder
{
	width:850px;
	background-color:#FFFFFF;
}

.cBorderContent
{
    padding:10px;
}

.cHeader
{
    background-color:#455A79;        
    width:100%;
    height:112px;
    text-align:left;
}

.cLogo
{
	display:block;
	width: 208px;
	height: 45px;
	background-image:url('/bilder/logo.jpg');
	background-repeat: no-repeat;
}

.cLogin
{
     margin-top:10px;
     margin-bottom:10px;
     background-color:#F2F2F2;
     padding:10px;
     text-align:left;
}

.cContent1
{
    width:100%;
}

.cContent1Text
{
    padding:10px;
    text-align:left;    
}

.cClear
{
    clear:both;
    height:0px;        
}

.cFooter
{
    background-color:#10253F;
}

.cFooterText
{
    padding:25px;
    text-align:left;
    color:#FFFFFF;
}

.cFooterText a
{
    color:#FFFFFF;
    text-decoration:none;    
}

.cFooterText a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

#dAusg
{
    background:#EBF1DE url('/bilder/ico-haken.gif') no-repeat;
    background-position: 10px center;
    font-weight:bold;
    font-size:11px;
    padding:5px;
    padding-left:30px;
    border:2px solid #C3D69B;
    background-color: #EBF1DE;
    display:none;
}</pre></body></html>