/* Main Styles */
body, td {

	font-family: verdana;
	font-size: 9px;
	line-height: 13px;
	color: #000000;

	/* SCROLLBAR */
	scrollbar-face-color: #FF8636;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FF8F46;
	scrollbar-darkshadow-color: #FF8F46;
	scrollbar-shadow-color: #FF8F46;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFD7BD;
	
}


input, select, textarea {

	padding-left: 2px;
	font-family: verdana;
	font-size: 9px;
	word-spacing: 2px;
	color: #000066;
	background-color: #FFF6F0;
	
}

i {
	color: #18318E;
}



/* Link Styles */
a {
	
	color: #FF6500;
	text-decoration: none;

}
a:hover {

	text-decoration: underline;

}


a.menu {

	line-height: 10px;
	color: #3264BE;
	text-decoration: none;
	font-weight: bold;
	
}
a.menu:hover {

	color: #666699;

}

a.menusmall {

	color: #3264BE;
	text-decoration: none;
	font-size: 9px;
	
}
a.menusmall:hover {

	color: #666699;

}

a.noline {

	color: #FF6500;
	text-decoration: none;

}
a.noline:hover {

	text-decoration: underline;

}



/* Titel styles */
.pagetitel {

	font-family: verdana;
	font-size: 11px;
	color: white;
	letter-spacing: 1px;
	font-weight: bold;
	
}

.subtitel_small {

	font-family: arial;
	font-size: 13px;
	line-height: 20px;
	color: #FFB889;
	margin-left: 20px;

}

.subtitel {

	font-family: arial;
	font-size: 16px;
	color: #1D409A;
	margin-left: 20px;
	font-weight: bold;
	
}

.subtitel_nr {

	font-family: arial black;
	font-size: 36px;
	color: #1D409A;
	line-height: 36px;

}

.subtitel_small_normal {

	font-family: arial;
	font-size: 13px;
	line-height: 20px;
	color: #FFB889;
}

.subtitel_normal {

	font-family: arial;
	font-size: 16px;
	color: #1D409A;
	font-weight: bold;
	
}