@charset "UTF-8";
/* CSS Document */

body  {
	font-family:Helvetica, Verdana, Arial, sans-serif;
   	background: #ffffff;
   	margin: 0; 
   	padding: 0;
   	text-align: center; 
    color: #363636;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
} 
#header { 
	margin-top: 20px;
	margin-bottom:20px;
} 
#l1 {
    float: left;
    width: 200px; 
	margin-left:45px;
}
#r1 {
	margin-left:290px;
	margin-right:45px;
} 
.normal{
	margin-left:45px;
	margin-right:45px;
}
#footer {
	margin-bottom: 30px;
	margin-top:20px;
} 
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Menu */

#title{
	background-image: url(../images/layout/menu.png);
	background-repeat: no-repeat;
	height: 98px;
}
#menu {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin:0;
}
#menu li {
	float: left;
	margin-top: 1px;
	padding: 0;
	margin-left: 2px;
}
#menu a {
	display: block;
	text-decoration: none;
}
#link_start {
	width: 448px;
	height: 96px;
	}
#link_start:hover, #link_start:active, #link_start:focus, #link_start:active {
	width: 448px;
	height: 96px;
	}
#link_schauspiel {
	width: 122px;
	height: 96px;
	}
#link_schauspiel:hover, #link_schauspiel:active, #link_schauspiel:focus, #link_schauspiel:active {
	background-image: url(../images/layout/menu-h-schauspieler.png);
	width: 122px;
	height: 96px;
	}
#link_termine {
	width: 87px;
	height: 96px;
	}
#link_termine:hover, #link_termine:active, #link_termine:focus, #link_termine:active {
	background-image: url(../images/layout/menu-h-termine.png);
	width: 87px;
	height: 96px;
	}
#link_agentur {
	width: 91px;
	height: 96px;
	}
#link_agentur:hover, #link_agentur:active, #link_agentur:focus, #link_agentur:active {
	background-image: url(../images/layout/menu-h-agentur.png);
	width: 91px;
	height: 96px;
	}
#link_bewerbung {
	width: 109px;
	height: 96px;
	}
#link_bewerbung:hover, #link_bewerbung:active, #link_bewerbung:focus, #link_bewerbung:active {
	background-image: url(../images/layout/menu-h-bewerbung.png);
	width: 109px;
	height: 96px;
	}
#link_kontakt {
	width: 90px;
	height: 96px;
	}
#link_kontakt:hover, #link_kontakt:active, #link_kontakt:focus, #link_kontakt:active {
	background-image: url(../images/layout/menu-h-kontakt.png);
	width: 90px;
	height: 96px;
	}

/* Menu-Footer */
#menu-footer2{
	background-image: url(../images/layout/menu-down.gif);
	background-repeat: no-repeat;
	height: 29px;
}
#menu-footer {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu-footer li {
	float: left;
}
#menu-footer a {
	display: block;
	text-decoration: none;
}
#link_impressum {
	width: 85px;
	height: 29px;
	}
#link_impressum:hover, #link_impressum:active, #link_impressum:focus, #link_impressum:active {
	background-image: url(../images/layout/menu-h-impressum.gif);
	width: 85px;
	height: 29px;
	}
#link_seitenanfang {
	width: 105px;
	height: 29px;
	margin-left:770px;
	}
#link_seitenanfang:hover, #link_seitenanfang:active, #link_seitenanfang:focus, #link_seitenanfang:active {
	background-image: url(../images/layout/menu-h-seitenanfang.gif);
	width: 105px;
	height: 29px;
	}
