*
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 16px;
	color: #404040;
}

html
{
	height:100%;
	overflow: -moz-scrollbars-vertical;
	font-family: Verdana, Arial, Sans-Serif;
	color: #002850;
	font-size: 13px;
}

body
{
    height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #e1ebe4;
}

#content
{
	width: 1000px;
	margin: 0px;
	padding: 0px;
	margin-left: auto; _margin-left: expression(dummy=(Math.max((parentNode.clientWidth-this.offsetWidth)/2,0))+"px");
	margin-right: auto;
	background-color: white;
	min-height: 100%; _height: 100%; _overflow: display;
	background: url(../img/page_bg.png) repeat-y;
	position: relative;
}

#top
{
	z-index: 1;
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0px;
	background: url(../img/page_top.png) no-repeat;
}


#menus
{
	position: absolute;
	top: 168px;
	width: 1000px;
	height: 56px;
	padding: 0px 20px;
	background: url(../img/menus_bg.gif) no-repeat #ebebeb;
}

#menus-top
{
	height: 6px;
	line-height: 4;
	font-size: 4px;
	background: black;
	border: 1px solid #767676;
	border-bottom: 1px solid #12431c;
}

a.menu-botton,
a.menu-botton-on
{
	cursor: pointer;
	display: block;
	width: 160px;
	height: 35px;
	float: left;
	background: url(../img/menu_button_bg.png) repeat-x;
	text-decoration: none;
}

.menu-button-left,
.menu-button-right
{
	width: 6px;
	height: 35px;
	float: left;
}

.menu-button-left
{
	background: url(../img/menu_button_left.png) no-repeat;
}

.menu-button-right
{
	background: url(../img/menu_button_right.png) no-repeat;
}


.menu-botton-text
{
	width: 148px;
	overflow: hidden;
	line-height: 35px;
	font: bold 14px/35px Arial, sans serif;
	color: #c0c0c0;
	text-align: center;
	float: left;
}

a.menu-botton:hover,
a.menu-botton:hover .menu-botton-text,
a.menu-botton-on .menu-botton-text
{
	color: white;
	background: url(../img/menu_button_bg_on.png) repeat-x;
}
a.menu-botton-on .menu-botton-text
{
	color: yellow;
}

a.menu-botton:hover .menu-button-left,
a.menu-botton-on .menu-button-left
{
	background: url(../img/menu_button_left_on.png) no-repeat;
}

a.menu-botton:hover .menu-button-right,
a.menu-botton-on .menu-button-right
{
	background: url(../img/menu_button_right_on.png) no-repeat;
}

#submenu
{
	margin-left: 1px;
	padding-top: 15px;
	background: #ebebeb;
}

a.submenu-button,
a.submenu-button-on
{
	display: block;
	margin-right: 5px;
	padding-right: 10px;
	font: normal 12px/25px Arial, sans-serif;
	min-height: 25px;
	line-height: 25px;
	text-align: right;
}

a.submenu-button
{
	color: #202020;
	background: #c0c0c0;
	border: 1px solid #dcdcdc;
}

a.submenu-button:hover
{
	color: black;
	background: #a0a0a0;
	border: 1px solid #bcbcbc;
}

a.submenu-button-on
{
	color: white;
	background: #930904;
	border: 1px solid #e4c1c0;
}

a.submenu-button-on:hover
{
	color: white;
	background: #cc0506;
	border: 1px solid #f6eaea;
}

#login,
#logout
{
	width: 153px;
	margin-left: 1px;
}

#shops-caption,
#sponsors-caption,
#login-caption,
#logout-caption
{
	background:  url(../img/sponsors_caption_bg.png) repeat-x 0px 16px #ebebeb;
	height: 20px;
	font: bold 18px/20px Arial, sans-serif;
	color: #808080;
	padding-left: 6px;
}

#shops,
#sponsors
{
	margin-left: 6px;
}
#shops
{
	border-bottom: 20px solid #ebebeb;
}

.shop,
.sponsor
{
	text-align: center;
	margin: 10px 0px;
}

.shop img,
.sponsor img
{
	border: 0px;
}

#login,
#logout
{
	border-top: 20px solid #ebebeb;
}

#login-content,
#logout-content
{
	width: 143px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 10px 5px;
	background: white;
}

.login-row
{
	font: bold 11px/12px Arial, sans-serif;
}

.login-row input
{
	border: 1px solid #930904;
	height: 20px;
	line-height: 20px;
	width: 100%;
}

#login-bottom,
#logout-bottom
{
	background: #808080;
	margin-left: 5px;
	width: 143px;
	height: 26px;
	text-align: center;
	overflow: hidden;
}

#login-bottom input,
#logout-bottom input
{
	font: bold 12px/18px Arial, sans-serif;	
	color: white;
	width: 80px;
	height: 20px;
	_height: 22px;
	background-color: #930904;
	border: 1px solid #c4a2a0;
	margin-top: 3px;
	cursor: pointer;
	_cursor: hand;
}

#mainarea {
	z-index: 1;
	padding-top: 224px;
	padding-bottom: 50px;
}

#maintable {
	table-layout: fixed;
	margin-left: 20px;
}

.contentarea {
	overflow: hidden;
}

#centercontent
{
	_padding: 20px 0px;
}

#footer
{
	z-index: 1;
	width: 100%;
	height: 36px;
	position: absolute;
	left: 0px;
	bottom: 0px; _bottom: expression(dummy=(-body.clientHeight % 2)+"px");
	background: url(../img/page_bottom.png) no-repeat;
	overflow: hidden;
}

#footer-text
{
	font: normal 12px/12px Arial, sans-serif;
	color: #808080;
	text-align: right;
	margin-top: 22px;
	margin-right: 20px;
}

#footer-text a
{
	font: bold 12px/12px Arial, sans-serif;
	color: #808080;
}

#footer-text a:hover
{
	color: #404040;
}

/*********************************************************************
 ***
 ***  headers
 ***
 *********************************************************************/

.header-,
.header-news,
.header-verband,
.header-service,
.header-sport,
.header-kalender,
.header-impressum
{
	position: absolute;
	top: 20px;
	width: 1000px;
	height: 148px;
}

.header-, .header-news {background: url(../img/header_news.jpg) no-repeat;}
.header-verband {background: url(../img/header_verband.jpg) no-repeat;}
.header-service {background: url(../img/header_service.jpg) no-repeat;}
.header-sport {background: url(../img/header_sport.jpg) no-repeat;}
.header-kalender {background: url(../img/header_kalender.jpg) no-repeat;}
.header-impressum {background: url(../img/header_impressum.jpg) no-repeat;}

/*********************************************************************
 ***
 ***  Module-Status
 ***
 *********************************************************************/
.status-INFO, .status-WARNING, .status-ERROR
{
	float: left;
	font-family: Verdana, Arial, Sans-Serif;
	color: #002850;
	font-size: 10px;
	margin: 15px 0px 15px 0px;
	padding: 2px;
	width:100%;
	font-weight: bold;
}

.status-ERROR
{
	border: 1px solid red;
	color: #800000;
}

.status-WARNING
{
	border: 1px solid red;
	color: #800000;
}

.status-INFO
{
	border: 1px solid green;
	color: #008000;
}
