@charset "utf-8";
/* --------------------- 
CSS Document 
for fahrschule-bender.com

Client Fahrschule Bender
Copyright Werbestudio mack, Angelbachtal
http://www.werbestudio-mack.de

--------------------- */

body{
	margin: 0;
	padding: 0;
	background: #ff7575 url("../images/template/content_bg.gif") repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


h1{
	color:#CC0033;
	font-size: 18px;
}

small{
	font-size: 9px;
	color:#999999;
}

a:link, a:active, a:visited{
	color:#CC0033;
	text-decoration: none;
	
}

a:hover{
	color:#CC0033;
	text-decoration: underline;
	font-weight: bold;
}

.header-bg{
	background: transparent url("../images/template/header_bg.gif") repeat-x top center;
	height: 208px;
}


.header{
	width: 954px;
	margin: 0 auto;
}

.headernoflash{
	background: transparent url("../images/template/logo-header.png") no-repeat 0 0; 
	height: 208px;
	color: #FFFFFF;	
	font-weight: bold;	
	padding: 0 120px 0 450px;
	text-align: right;
}

.headernoflash a:link, .headernoflash a:visited, .headernoflash a:active{
	color: #FFFFFF;
}

.inner-wrapper{
	background: transparent url("../images/template/menu_bg_filler.gif") repeat-x top center;
}

.menu{
	background: transparent url("../images/template/menu_bg.gif") no-repeat top center;
	height: 38px;
	width: 994px;
	margin: 0 auto;
}

.content-wrapper{
	width: 790px;
	margin: 30px auto;
}

.sidebar{
	width: 120px;

	/*min-width: 120px;*/
	float: left;
	margin-top: 15px;

}

.main-content{
	float: left;
	width: 620px;
}


/* +++++++++++++++++++++++++++++++++
	MENU
++++++++++++++++++++++++++++++++++++*/

.menulist{
	margin: 0 auto;
	padding: 0;
	width: 808px;
	padding-left: 16px;
}

.menubutton{
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 32px;
	list-style: none;
	float: left;	
}

li.menubutton a:link, li.menubutton a:visited{
	padding: 0 10px 0 10px;
	color:#000000;
	text-decoration: none;
	display: block;
	height: 38px;
	float: left;
}

li.menubutton a:hover, li.menubutton a:active{
	padding: 0 10px 0 10px;
	color:#FFFFFF;
	text-decoration: none;
	background: transparent url("../images/template/menu_bg_red.gif") repeat-x 0 0;
	display: block;
	height: 38px;
	float: left;
}

#menuactive{
	background: transparent url("../images/template/menu_bg_red.gif") repeat-x 0 0;
}

/* +++++++++++++++++++++++++++++++++
	SUBMENU
++++++++++++++++++++++++++++++++++++*/

.submenulist{
	margin: 0;
	padding: 0;
}

.subbutton{
	width: 104px;
	height: 26px;
	background: transparent url("../images/template/subbutton_normal.png") no-repeat 0 0;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	line-height: 21px;
	list-style: none;
}

li.subbutton a:link, li.subbutton a:visited{
	color:#000000;
	text-decoration: none;
	display: block;
}

li.subbutton a:hover, li.subbutton a:active{
	color:#FFFFFF;
	text-decoration: none;
	background: transparent url("../images/template/subbutton_red.png") no-repeat 0 0;
	display: block;
}

#submenuactive{
	background: transparent url("../images/template/subbutton_red.png") no-repeat 0 0;
	color: #FFFFFF;
	display: block;
}


