.contentback {
	background-image: url(Bilder/bg_content.gif);
	background-repeat: no-repeat;
	background-color: #000B28;
}

.small {
    font-size: 10px;
}

.content_border_l {
    background-image:url(Bilder/content_lb.gif); 
    background-repeat:repeat;
}
.content_border_u {
    background-image:url(Bilder/content_ub.gif); 
    background-repeat:repeat;
}
.content_border_ie {
    background-image:url(Bilder/content_ub_ie.gif); 
    background-repeat:repeat;
}

.link_dashed {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #AAAAAA;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.link_dashed_small {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #AAAAAA;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a { 

	font-size: 12px;
	color: #FFFFFF;

}
p {
	font-size: 12px;
	color: #FFFFFF;
}
td {
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

input {font-size:10px; font-family:Verdana, Arial, Helvetica, sans:serif;
color:#FFFFFF;}

.border {
border:1px solid #FFFFFF;
background:#000000;
}