@import url(emilie.css);
@import url(form980.css);
@import url(box.css);

/* -------------------------------------------------------------------------------------- */
/*	HTML-Elemente */
/* -------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------- */
/*	Seitenlayout */
/* -------------------------------------------------------------------------------------- */

#stage500
{
	width:980px;
	height:500px;
}

#tabs
{
	width:980px;
}

#main
{
	width:980px;
}

#sect
{
	margin-top:20px;
}

/* -------------------------------------------------------------------------------------- */
/*	Tabs-Menue */
/* -------------------------------------------------------------------------------------- */

#tabs ul
{
	list-style:none;
	width:980px;
	height:48px;
	margin:0 auto;
}

#tabs li
{
	float:left;
	width:196px;
	height:100%;
}

#tabs span
{
	display:none;
}

#tabs a
{
	display:block;
	position:relative;
	height: 48px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#tabs a.act
{
	background-position: left top;
}

#tabs a:hover
{
	background-position: left top;
}

#tabs #leistungen a
{
	background-image: url(/images/Menue2_02.png);
}

#tabs #anmelden a
{
	background-image: url(/images/Menue2_03.png);
}

#tabs #kontakt a
{
	background-image: url(/images/Menue2_04.png);
}

#tabs #start a
{
	background-image: url(/images/Menue2_01.png);
}

#tabs #login a
{
	background-image: url(/images/Menue2_05.png);
}
