body, td, div, p, a, li, span, th, input, textarea {
	font-family:		arial, helvetica, sans-serif;
}

/*
img {
	border:				none;
}
*/


.boxLeft {
	width:			auto;
	height:			30px;
	
	background:		#FF7B00;
}

.boxRight {
	margin-left:	0px;
	margin-right:	2px;
	
	min-width: 		50px;
	width: 			auto;
	
	height: 		30px;
	background:		#FF7B00;
}

.bigBoxLeft {
	width:			300px;
	height:			30px;
/*	background:		#FDE4C0; */
	background-color:#D4D6D5;
	text-align:		right;
	padding-right:	10px;	
}

.bigBoxRight {
	width:			300px;
	height:			30px;
/*background:		#FDE4C0; */
	background-color:#D4D6D5;
}


.boxImage {
	text-align:		center;
	width: 			75px;
}

.smalltag {
	font-family: 	Verdana, Arial, Helvetica, sans-serif;
	font-size: 		10px;
	color: 			#000000;
}






/*Hauptmenu oben */
.ITEM, .ITEM_ACTIVE {
/*	background:		#FDE4C0; alte Hintergrundfarbe*/
	background-color:#D4D6D5;
}

.ITEM a:link, .ITEM a:visited, .ITEM a:hover {
	text-decoration:	none;
	color:				#000000;
	font-size:			12px;
	padding:			3px;
	font-weight:normal;
}

.ITEM .inactive, .ITEM_ACTIVE .inactive {
	text-decoration:	none;
	color:				#000000;
	font-size:			12px;
	padding:			3px;	
	font-weight:normal;
}

.ITEM_ACTIVE a:link, .ITEM_ACTIVE a:visited, .ITEM_ACTIVE a:hover {
	text-decoration:	none;
	color:				#000000;
	font-size:			12px;
	font-weight:		bold;
	padding:			3px;
}



#LEFTMENU {
	width:			180px;
}


/*Hauptmenulinks in der linken navigation*/
.MENUHEADER {
	background:			#FF7B00; 
	padding-left:		4px;
	
	font-size:			0.8em;
	font-weight:		bold;
	color:				#FFFFFF;
}

.MENUHEADER a:link, .MENUHEADER a:visited {
	text-decoration:	none;
	color:				#FFFFFF;	
	font-weight:bold;
}
.MENUHEADER a:hover {
	text-decoration:	none;
	color:				#FFFFFF;	
	font-weight:bold;
}


/*Submenulinks in der linken navigation*/
.SUBITEM {
	width:			100%;
	background-color:#D4D6D5;
/*	background:		#FDE4C0; alte Backgroundfarbe	*/
}

.SUBITEM a:link, .SUBITEM a:visited {
	text-decoration:	none;
	color:				#000000;
	font-size:			12px;
	padding:			3px;
}
.SUBITEM a:hover {
	text-decoration:	none;
	color:				#000000;
	font-size:			12px;
	padding:			3px;
}



#CONTENT {
	padding-left:		30px;
}



.HEADLINE {
	font-size: 			1.2em;
	font-weight:		bold;
	font-style:			italic;
}


/*Standardlinks*/
a:link {color: #FF7B00;  font-size: 12px;  font-weight:normal; text-decoration: none;}
a:visited {color: #FF7B00;  font-size: 12px;  font-weight:normal; text-decoration: none;}
a:hover {color: #FF7B00;  font-size: 12px;  font-weight:normal;  text-decoration: underline; }





.powered {
	color: #000000;
	font-size: 11px;
	font-weight:normal;
}
.powered a:link, .powered a:hover, .powered a:visited {
	color: #000000;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
.powered .ven {
	color: #FF9933;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
