/*==================================================*/
/* Standard-Text */
BODY, TABLE, TR, TD, SPAN, DIV, FONT, P {
	font-family:		Verdana, Arial, sans-serif;
	font-size:			11px;
	font-weight:		normal;
	line-height:		18px;
	color:				#FFFFFF;
}
/*==================================================*/
/* Links */
A, A font{
	color:				#FCD470;
	text-decoration:	none;
}
A:HOVER, A:HOVER font{
	color:				red;
}

/*==================================================*/
/* Hauptmenu */
.hauptmenu:LINK, .hauptmenu:VISITED, .hauptmenu:HOVER, .hauptmenu:ACTIVE {
	font-family:		Verdana, Arial, sans-serif;
	font-size:			11px;
	font-weight:		bold;
	color:				white;
}
.hauptmenu:HOVER {
	color:				#F4B841;
}

/*==================================================*/
/* HauptmenuTop */
.hauptmenu_top:LINK, .hauptmenu_top:VISITED, .hauptmenu_top:HOVER, .hauptmenu_top:ACTIVE {
	font-family:		Verdana, Arial, sans-serif;
	font-size:			11px;
	font-weight:		bold;
/*	color:				#F4B841;*/
	color:				#D9A33A;
}
.hauptmenu_top:HOVER {
	color:				#FCD470;
}

/*==================================================*/
/* Typo */
.link_a{
	font-weight:		bold;
	color:				#FCD470;
}
.header_a{
	font-size:			15px;
	font-weight:		bold;
	color:				#FCD470;
}

/*==================================================*/
/* HR im Allgemeinen */
HR {
	height: 1px;
	color: #878D8E;
	background-color: #878D8E;
	border: 0 solid #878D8E;
}
/*==================================================*/
/* Bilder im Allgemeinen */
IMG {
	border: 			0px;
}
/*==================================================*/
/* Hintergrundbild */
BODY {
	background-image:	url(images/layout/bg.jpg);
}
/*==================================================*/
/* Area: Banner */
.bannerArea {
	height:				72px;
	background-color:	#000000;
	background-image:	url(images/layout/bg_bannerarea.gif);
	padding-top:		8px;
}
/*==================================================*/
/* submenu */
.submenu {
	font-size:			12px;
	text-align:			right;
	padding:			18px;
	background-image:	url(images/layout/left_block_submenu_bg.gif);
}
/*==================================================*/
/* portal-submenu */
.portal_submenu {
	font-size:			12px;
	font-weight:		normal;
	text-align:			left;
	padding:			4px;
	line-height:		2;
	background-image:	url(images/layout/left_block_submenu_bg.gif);
}
/*==================================================*/
/* bl�cke */
.block_left, .block_left div{
/*	color:				#FCD470;*/
	color:				#FFFFFF;
}
/*==================================================*/
/* form */
input {
	border:				1px solid black;
}

/*==================================================*/
/* Dummy-Div f�r feste Breite */
#outerDiv {
	padding:			10px;
	float:				left;
	background-image:	url(images/layout/bg.jpg);
}

#contentRahmen {
	padding:			4px;
}

#areaHeader {
	clear: 				left;
/*	width:				820px;*/
	width:				858px;
	height:				100px;
	background-image:	url(images/layout/header.jpg);
}

#areaHauptmenu {
/*	width:				820px;*/
	width:				858px;
	height:				25px;
/*	height:				40px;*/
	background-color:	#560F0B;
	margin-top: 		4px;
	margin-bottom: 		4px;
}

#areaHauptmenuTop {
	float:				left;
	width:				858px;
/*	width:				820px;*/
	height:				20px;
/*	height:				40px;*/
	background-color:	#560F0B;
	margin-top: 		4px;
	margin-bottom: 		4px;
}

#areaFooter {
/*	width:				820px;*/
	width:				858px;
	height:				25px;
	background-color:	#560F0B;
	margin-top: 		4px;
	margin-bottom: 		4px;
}

.areaSpacer {
	width:				4px;
}

.areaLeft {
	width:				200px;
/*	width:				162px;*/
	vertical-align:		top;
	background-color:	#525A5B;
	background-image:	url(images/layout/left_block_bg.gif);
}

.leftFill{
	background-color:	#525A5B;
	background-image:	url(images/layout/bg_right.gif);
}

.areaContent {
	background-color:	#5B6465;
	vertical-align:		top;
	color:				#FFFFFF;
/*	width:				450px;*/
	width:				488px;

}
.areaRight {
	width:				162px;
	background-color:	#525A5B;
	background-image:	url(images/layout/bg_right.gif);
	vertical-align:		top;
}



/*==================================================*/
/* menu_collapse */
.menu_collapse {
	margin-right:		22px;
}



/*==================================================*/
/* Tooltip            */
/*==================================================*/
 
.tooltip {
 position:    absolute;
 display:    none;
 background-color:  #555555;
 padding:   0px;
 border:    1px #888888 solid;
}
 
 
.tooltip .headerbg {
 background-image: url(images/tooltip/header.gif);
 height:    25px;
 width:    400px;
}
 
.tooltip h1 {
 color:    #FFFFFF;
 font-size:   12px;
 font-weight:  bold;
 padding:   2px 0 0 50px;
 vertical-align:  middle; 
}
 
.tooltip h2 {
 color:    #4F4269;
 font-size:   11px;
 font-weight:  normal;
 padding:   10px;
}


/*=====================================================*/
/* Das Formular für die User-Texteingaben (bbcode)     */
/*=====================================================*/

/*Formatting for the buttons*/

.button {
 background-color : #D7D7D7;
 color : #000000;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom:3px;
 margin-left:1px; margin-right:1px;
 margin-top:2px
}
/*Blends the helpbox into the background of the page*/
.helpbox {
 border-style:none;
 background-color:#CCC;
 margin:5px;
}

/*Sets the properties of the editform table cells*/
.editform {
 border-width:1px;
 border-style:solid;
 background-color:#5B6465;
 width:400px;
}

/*.editform > tr,td {
 border-width:1px;
 border-style:solid;
}*/

td#post {
 text-align:center;
}

/*Background color for the subject line and post area*/
.form_elements_text {
 background-color:#D7D7D7
}

/*Background color for the dropdown menus*/
.form_elements_dropdown {
 background-color:#D7D7D7
}

.helpline { background-color: #5B6465; border-style: none; }

img {border-style:none}

/* Banner oben */
.mfc225 {
	padding-top: 10px;
	padding-left: 75px;
}

/* Banner rechts */
.mfc154 {
	margin-left: 10px;
	padding-top: 14px;
}

/* Banner Mitte */
.mfc170 {
	text-align: center;
	margin: 10px 0px;
}

body.mf_wallpaper .mfc225 {
	padding-top: 0;
}

body.mf_wallpaper #outerDiv {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

body.mf_wallpaper #areaHauptmenuTop {
	margin-top: 0px;
}
