@CHARSET "ISO-8859-1";

html
{
	height:100%;
	width:100%;
}

body
{
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background: url('../images/bg.jpg') repeat-x #82cbff;
	font-family:arial, sans-serif;
	font-size:12px;
}

a {
	color:#E85819;
	text-decoration:none;
	border-bottom:1px dashed #ffc48a;
}

table
	 {
	 	border-spacing: 0px;
	 }

td
	{
		vertical-align: top;
	 }

h2
{
	font-size:16px;
	margin:0px 0px 5px 0px;
	color:#2e4862;	
}

img
{
	border:none
}

#banner
{
	position:relative;
	margin:0px auto;
	width:782px;
	height:86px;
	background:url('../images/banner.jpg') no-repeat;
}

#navigation
{
	height:37px;
	width:760px;
	position:relative;
	margin:0px auto;
	background:url('../images/tab_bg.jpg') repeat-x;
}

#navigation .left
{
	float:left;
	width:10px;
	height:37px;
	background:url('../images/tab_left.jpg') no-repeat;
}

#navigation .right
{
	float:right;
	width:10px;
	height:37px;
	background:url('../images/tab_right.jpg') no-repeat;
}

#navigation .split
{
	float:left;
	width:7px;
	height:37px;
	background:url('../images/tab_split.jpg') no-repeat;
}

#navigation a
{
	height:37px;
	background-position:top left;
	display:block;
	float:left;
	text-decoration:none;
	border:none;
}

#navigation a span
{
	visibility:hidden;
}

#navigation a.current, #navigation a.section
{
	background-position:bottom left;
}

#navigation .tabStartseite
{
	width:73px;
	background:url('../images/tab_startseite.jpg') no-repeat;
}

#navigation .tabFahrschule
{
	width:105px;
	background:url('../images/tab_fahrschule.jpg') no-repeat;
}

#navigation .tabAusbildung
{
	width:171px;
	background:url('../images/tab_ausbildung.jpg') no-repeat;
}

#navigation .tabKontakt
{
	width:63px;
	background:url('../images/tab_kontakt.jpg') no-repeat;
}

#subnavigation a {
	border:none;
}

#subnavigation a.link
{
	display:block;
	width:100%;
	padding:0px 7px;
	height:19px;
	color:#638bb2;
	line-height:19px;
	vertical-align:middle;
	text-decoration:none;
}

#subnavigation a.link:hover
{
	color:#305990;
}

#subnavigation a.current
{
	display:block;
	width:100%;
	padding:0px 7px;
	height:19px;
	color:#2e4862;
	line-height:19px;
	vertical-align:middle;
	background:url('../images/subnav_active.jpg') no-repeat;
	text-decoration:none;
}

#subnavigation .split
{
	width:174px;
	height:23px;
	background:url('../images/subnav_split.jpg') no-repeat;
}

#content
{
	clear:both;
	position:relative;
	margin:0px auto;
	width:782px;
	background:url('../images/content_bg.jpg') repeat-y;
}

#content .top
{
	height:16px;
	background:url('../images/content_top.jpg') no-repeat;
	width:782px;
}

#content .bottom
{
	height:16px;
	background:url('../images/content_bottom.jpg') no-repeat;
	width:782px;
}

#footer
{
	position:relative;
	margin:0px auto;
	bottom:0px;
	height:280px;
	width:100%;
	background:url('../images/footer_bg.jpg') repeat-x #FBD37B;

}

#footerImg
{
	position:relative;
	margin:0px auto;
	background:url('../images/footer.jpg') no-repeat;
	width:782px;
	height:217px;
}

#footer span
{
	position:absolute;
	bottom:2px;
	right:5px;
	color:#886b2b;	
}

#footer a
{
	text-decoration:none;
	color:#886b2b;
}
