/*Hauptnavigation Verschiebebild*/
ul#teaser_navi{
	margin: 0;
	padding: 0;
  list-style: none;
	}	
ul#teaser_navi li{
	width: auto;
	}
ul#teaser_navi a{
	border: 0;
	}
li#studio a{
	width: 245px;
	height: 22px;
	display: block;
	background-image: url(../../img/navi/navi_h1.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	}
li#studio a:hover{
	background-image: url(../../img/navi/navi_h1.gif);
	background-repeat: no-repeat;
	background-position: 0 -110px;
	}
li#calendar a{
	width: 245px;
	height: 22px;
	display: block;
	background-image: url(../../img/navi/navi_h1.gif);
	background-repeat: no-repeat;
	background-position: 0 -22px;
	}
li#calendar a:hover{
	background-image: url(../../img/navi/navi_h1.gif);
	background-repeat: no-repeat;
	background-position: 0 -132px;
	}
li#improvisation a{
	width: 245px;
	height: 22px;
	display: block;
	background-image: url(../../img/navi/navi_h1.gif);
	background-repeat: no-repeat;
	background-position: 0 -44px;
	}
li#improvisation a:hover{
	background-image: url(../../img/navi/navi_h1.gif);
	background-repeat: no-repeat;
	background-position: 0 -154px;
	}
li#production a{
	width: 245px;
	height: 22px;
	display: block;
	background-image: url(../../img/navi/navi_h1.gif);
	background-repeat: no-repeat;
	background-position: 0 -66px;
	}
li#production a:hover{
	background-image: url(../../img/navi/navi_h1.gif);
	background-repeat: no-repeat;
	background-position: 0 -176px;
	}
li#research a{
	width: 245px;
	height: 22px;
	display: block;
	background-image: url(../../img/navi/navi_h1.gif);
	background-repeat: no-repeat;
	background-position: 0 -88px;
	}
li#research a:hover{
	background-image: url(../../img/navi/navi_h1.gif);
	background-repeat: no-repeat;
	background-position: 0 -198px;
	}

/*linke spalte Farbwechsel aprikot #ff9966 */
#left  ul {
	float: left;
	width: 225px;
	margin: 0;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: url(../../img/navi/punkt.gif);
	padding-left: 10px;
}
#left li  {
	list-style-type: none;
	list-style-image: url(../../img/navi/punkt.gif);
	list-style-position: outside;
}
#left a {
	text-decoration: none;
	color: #ff9966;
}			
#left a:link {
	text-decoration: none;
}
#left a:hover {
	color: #ff9966;
	text-decoration: underline;
}
#left a:active {
	color: #ff9966;
}
#left a:visited {
	color: #ff9966;
	text-decoration: none;
}
#left h4 {
	font-weight: bold;
	color: #ff9966;
	font-size: 1em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
/*rechte spalte Farbwechsel blau #ff9966 */
#right a {
	text-decoration: none;
	color: #33ccff;
}			
#right a:link {
	text-decoration: none;
	color: #33ccff;
}
#right a:hover {
	color: #33ccff;
	text-decoration: underline;
}
#right a:active {
	color: #33ccff;
}
#right a:visited {
	color: #33ccff;
	text-decoration: none;
}
#right h4 {
	font-weight: bold;
	color: #33ccff;
	font-size: 1em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

/*content spalte  Farbwechsel pink #ff99cc */
#content a {
	text-decoration: none;
	color: #ff99cc;
}			
#content a:link {
	text-decoration: none;
	color: #ff99cc;
}
#content a:hover {
	color: #ff99cc;
	text-decoration: underline;
}
#content a:active {
	color: #ff99cc;
	text-decoration: none;
}
#content a:visited {
	color: #ff99cc;
}
#content h4 {
	font-weight: bold;
	color: #ff99cc;
	font-size: 1em;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
