BODY {
	background-color : White;
}

LI, OL, P, PRE, SPAN, STRONG,  TD, TR, UL {
	font-family : Arial, Helvetica, "MS Sans Serif", sans-serif;
	text-align: left;
	font-size: 12px;
	color: #333;
}

TD.menu{
	padding: 20px;
}

A#menu {
	color : #004080;
	text-decoration: none;
	font-size: 14px;
	font-weight : bold;
}

A#menu:hover{
	text-decoration : none;
	color: #FF6600;
}

#active{
	color: #FF6600;
	text-decoration: none;
	font-size: 14px;
	font-weight : bold;
}

A {
	color: #004080;
	text-decoration: underline;
}

A:HOVER { 	color: #FF6600;		}


/* ausrichtungen */
#center	{
	text-align : center;
	margin: 0 auto 0 auto;
}

#right	{	text-align: right;	}
#left	{	text-align: left;	}


H1 {
	font-family : Arial, Helvetica "MS Sans Serif", sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FF6600;
	margin-top: 20px;	}

H2 {
	font-family : Arial, Helvetica "MS Sans Serif", sans-serif;	
	font-size: 14px;
	color: #FF6600;
	padding-bottom: 5px;	}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #004080;
	font-weight: bold;
	letter-spacing: 5px;
}


TABLE.out {
	background-color : white;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	width:85%;
	border: 1px solid #666666;
	border-top: none;
	border-bottom: none;	}
	
TD.inhalt {
	padding:20px;
	border-left: 1px solid #EEEEEE;
}

TD.top {
	padding:10px;
	border-left: 1px solid #EEEEEE;
}

TABLE.schufa {
	border:1px solid #CCCCCC;	
	padding:2px;
}

TD.schufa{
	border-bottom: 1px solid #CCCCCC;
}

INPUT, TEXTAREA, OPTION {
	border: 1px solid #999999;
	background: White;
	font : 12px Arial, Helvetica, sans-serif;
}

