body
	{
	font-family: Arial, Times, serif;
	text-align: left;
	background-color: #bab5b2;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	}
	
#alles
	{
	position: relative;
	width: 734px;
	height: 478px;
	margin: 0 auto;
	text-align: left;
	top: 69px;
	background: transparent url(../images/buehne.jpg) bottom right no-repeat;
	}


/* Navigation */
	
#navlinks
	{
	position: absolute;
	top: 105px;
	width: 125px;
	left: 60px;
	}
#navlinks li
	{
	display: inline;
	}

/* Start */

#navlinks .nav1 a
	{
	display: block;
	text-decoration: none;
	float: left;
	background: url(../images/nav1-off.gif);
	width: 93px;
	height: 25px;
	}
#navlinks .nav1 a:hover
	{
	background: url(../images/nav1-on.gif);
	width: 93px;
	height: 25px;
	}
#navlinks .nav1 a.akt
	{
	background: url(../images/nav1-on.gif);
	width: 93px;
	height: 25px;
	}
	
/* Mode */

#navlinks .nav2 a
	{
	display: block;
	text-decoration: none;
	float: left;
	background: url(../images/nav2-off.gif);
	width: 93px;
	height: 25px;
	}
#navlinks .nav2 a:hover
	{
	background: url(../images/nav2-on.gif);
	width: 93px;
	height: 25px;
	}
#navlinks .nav2 a.akt
	{
	background: url(../images/nav2-on.gif);
	width: 93px;
	height: 25px;
	}

/* Über uns */

#navlinks .nav3 a
	{
	display: block;
	text-decoration: none;
	float: left;
	background: url(../images/nav3-off.gif);
	width: 93px;
	height: 29px;
	}
#navlinks .nav3 a:hover
	{
	background: url(../images/nav3-on.gif);
	width: 93px;
	height: 29px;
	}
#navlinks .nav3 a.akt
	{
	background: url(../images/nav3-on.gif);
	width: 93px;
	height: 29px;
	}

/* Anfahrt */

#navlinks .nav4 a
	{
	display: block;
	text-decoration: none;
	float: left;
	background: url(../images/nav4-off.gif);
	width: 93px;
	height: 27px;
	}
#navlinks .nav4 a:hover
	{
	background: url(../images/nav4-on.gif);
	width: 93px;
	height: 27px;
	}
#navlinks .nav4 a.akt
	{
	background: url(../images/nav4-on.gif);
	width: 93px;
	height: 27px;
	}
	
/* Kontakt */

#navlinks .nav5 a
	{
	display: block;
	text-decoration: none;
	float: left;
	background: url(../images/nav5-off.gif);
	width: 93px;
	height: 23px;
	}
#navlinks .nav5 a:hover
	{
	background: url(../images/nav5-on.gif);
	width: 93px;
	height: 23px;
	}
#navlinks .nav5 a.akt
	{
	background: url(../images/nav5-on.gif);
	width: 93px;
	height: 23px;
	}

/* Modenschau */

#navlinks .nav6 a
	{
	display: block;
	text-decoration: none;
	float: left;
	background: url(../images/nav6-off.gif);
	width: 125px;
	height: 29px;
	}
#navlinks .nav6 a:hover
	{
	background: url(../images/nav6-on.gif);
	width: 125px;
	height: 29px;
	}
#navlinks .nav6 a.akt
	{
	background: url(../images/nav6-on.gif);
	width: 125px;
	height: 29px;
	}


/* Text */

#formular
	{
	position: absolute;
	width: 470px;
	height: 390px;
	top: 44px;
	left: 220px;
	}
.text_normal
	{
	font-family: Arial, Times, serif;
	font-size: 12px;
	color: #eb6a30;
	line-height: 16px;
	font-weight: bold;
	}
.text_ueberschrift
	{
	font-family: Arial, Times, serif;
	font-size: 16px;
	color: #eb6a30;
	line-height: 17px;
	font-weight: bold;
	}
.dataleft
 	{
	float: left;
	width: 285px;
	height: 390px;
	line-height: 15px;
	}
.dataright
 	{
	float: left;
	width: 185px;
	height: 390px;
	}
.formzeile1
	{
	clear: none;
	}
