/* Diese Styles nur zu Testzwecken - müssen entfernt werden*/
a {
	color: #C40000;   
	text-decoration:none;
	font-weight: bold;
}



/* --- global --------------------------------------- */
* {
   font-size: 11px;
   font-family: tahoma, verdana, arial, sans-serif;
   color: #000000;
}


/* --- Texte --------------------------------------- */
.headline {
   font-weight: bold;
   text-align: left;
	font-size: 120%;
	letter-spacing: 2px;
}

.important {
   font-weight: bold;
}

.systemnotice {
	border: 1px solid InactiveBorder;
	background-color: InfoBackground;
	padding: 5 5 5 5;
	width: 80%;
}

.smallest {
   font-size: 10px;
}



/* --- Formulare ------------------------------------ */
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background: #FBFBFB;
	border-color: #555555;
}

.login_input {
	font-size: 10px;
	border-style: solid;
	border-color: #acacac;
	border-width: 1px;
	width: 50%;
}

.login_submit {
	font-size: 10px;
	width: 30%;
}


/* --- misc ------------------------------------ */
.contentspacer {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}