
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	color: #060152;
	background:#FFFFFF;
}
table {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 
	13px;
	color: #000000;
	}
ul {
	margin: 0px;
}
/* ----- Eingabefelder -----*/
input {
	font-size: 11px;
}
select {
	font-size: 11px;
}
textarea {
	font-size:  
	12px;
}
button {
	font-size: 11px;
}
/* ----- Positionsframe -----*/
.positionframe {
	color: #E4E4E4;
	font-size: 
	10px;
}
a.position:link {
	font-size: 
	10px;
	color: #E4E4E4;
	text-decoration: none;
}
a.position:visited {
	font-size: 
	10px;
	color: #E4E4E4;
	text-decoration: none;
}
a.position:hover {
	color: #E4E4E4;
	text-decoration: underline;
}
a.position:active {
	font-size: 
	10px;
	color: #E4E4E4;
	text-decoration: none;
}
/* ----- Navigationsframe -----*/
.navigframe {
	color: #E4E4E4;
	font-size: 
	11px;
}
a.navig:link {
	font-size: 
	11px;
	color: #16216A;
	text-decoration: none;
}
a.navig:visited {
	font-size: 
	11px;
	color: #16216A;
	text-decoration: none;
}
a.navig:hover {
	color: #16216A;
	text-decoration: underline;
}
a.navig:active {
	font-size: 
	11px;
	color: #16216A;
	text-decoration: none;
}

/* ----- Standartlinks -----*/
a:link {
	color: #1130E0;
	text-decoration: none;
}
a:visited {
	color: #1130E0;
	text-decoration: none;
}
a:hover {
	color: #1130E0;
	text-decoration: underline;
}
a:active {
	color: #1130E0;
	text-decoration: none;
}


.pageheadline {
	font-size: 23px;
	font-weight: 900;
	color: #1130E0;
}
.headline {
	font-size: 16px;
	font-weight: 900;
	color: #1130E0;
}

/* ----- Warning -----*/
.warningframe {
	border: solid 1px #CC0000;
	background-color: #FBFBFB;
	color: #CC0000;
	font-weight: 900;
}
/* ----- Main -----*/
.mainbg {
	background-color: #FFFFFF;
}
.mainframe {
	background-color: #FFFFFF;
	border: solid 1px #E4E4E4;
}
.mainheader {
	background-color: #D8D8DC;
	border-bottom: solid 1px #060152;
	color: #060152;
	font-size: 13px;
	font-weight: 900;
}
.mainstatus {
	background-color: #D8D8DC;
	color: #060152;
}
.warning {
	color: #CC0000;
}
.errorheader {
	color: #CC3300;
}
.error {
	color: #CC3300;
}
.smal {
	font-size: 10px;
}
/* ----- Formular -----*/
.formbg {
	background-color: #FFFFFF;
}
.formframe {
	background-color: #FBFBFB;
	border: solid 1px #060152;
}
.formheader {
	background-color: #D8D8DC;
	color: #060152;
	font-size: 13px;
	font-weight: 900;
}
/* ----- Login -----*/
.login {
	border: solid 1px #060152;
}
