.clearall {
	clear: both;
}

.underline {
	text-decoration: underline;
}

.divider {
	height: 1em;
	border-top: 1px solid;
}

body {
	text-align: center;
	font-family: Helvetica,Arial,Garuda,sans-serif;
	font-size: 100.1%;
	line-height: 140%;
	color: #6f6f6f;
	margin: 0;	
	/*background-color: #ede8e4;*/
}

html	{
	background: url(../img/bg_pattern.gif) #ede8e4;
} 

p {
	font-size: 95%;
	color: #6f6f6f;
	margin: 0 0 1em 0;  
}

h1  {
	font-size: 200%;
	color: #7e7e7e;
}

h1.home	{
	color: #aa2438;
	font-size: 1.25em;
	margin: 0 0 1em 0;
}

h1.showreel {
	color: #aa2438;
	font-size: 1.25em;
	margin: 0 0 1em 0;
}

h1.news	{
	color: #aa2438;
	font-size: 1em;
	margin: 0 0 0.5em 0;

}

h1.comment	{
	color: #aa2438;
	font-size: 1.25em;
	margin: 0 0 1em 0;
}

h1.kontakt	{
	color: #aa2438;
	font-size: 1.25em;
	margin: 0 0 0.5em 0;
}

h1.galerie	{
	color: #aa2438;
	font-size: 1.25em;
	margin: 0 0 1em 0;

}

h1.impressum	{
	color: #aa2438;
	font-size: 1.25em;
	margin: 0 0 1em 0;

}

h3	{
	color: #aa2438;
	font-size: 110%;
	margin: 0 0 0 0;
}

a *, a:hover * {
	border: none;
	text-decoration: none;	
}

p a	{
	border-bottom: 1px dotted #333;
	color: #6f6f6f;
	text-decoration: none;
	outline: none;
}

p a:hover {
	background: #333;
	color: white;
	border: none;
}

p a img, p a:hover img{
	border: none;
	text-decoration: none;	
}

#container	{
	margin: 0 auto;
	width: 798px;
}

#top	{
	width: 798px;
	height: 154px;
	line-height: 0;
	background: url(../img/top.jpg) no-repeat;
	margin: 0;
	/*background-color: #9b0e23;*/
}

#maincontent	{
	float: left;
	text-align: left;
	width: 798px;
	background: url(../img/bg_content.jpg) repeat-y;
	margin: 0;
	/*background-color: #dcd4bf;*/
	font-size: 90%;
}

#content	{
	float: left;
	width: 718px;
	padding: 30px 40px 20px 40px;
	margin: 0;	
}

.navi	{
	width: 798px;
	height: 30px;
	background: url(../img/bg_nav.jpg) no-repeat;
	line-height: 0px;
	font-size: 0px;
	margin: 0;	
	/*background-color: #9b0e23;*/
}

#navi_2ndrow_divider	{
	width: 798px;
	height: 1px;
	margin: 0;
	font-size: 1px;		
	line-height: 0;
	background-color: #fff;
}

#navi_shadow	{
	width: 798px;
	margin: 0;
	top:0px;
	bottom:0px;
	height: 16px;
	background: url(../img/bg_nav_shadow.jpg) no-repeat;
	line-height: 0;
	font-size: 1px;
	/*background-color: #9b0e23;*/	
}

.navi ul	{
	text-align: left;
	padding: 0 0 0 110px;
	margin: 0;	
}

.navi ul.vita	{
	padding: 0 0 0 283px;
	margin: 0;	
}

.navi ul li	{
	list-style-type: none;
	height: 30px;
	float: left;
}

	.navi li a {
		border: none;
		display: block;
		height: 30px;
		text-indent: -9999px;
	}
	
		.navi li.home 		a { background: url(../img/nav_home.jpg) no-repeat; 	width: 69px; }
		.navi li.news 		a { background: url(../img/nav_news.jpg) no-repeat; 	width: 71px; }				
		.navi li.vita 		a { background: url(../img/nav_vita.jpg) no-repeat;  	width: 54px;}
		.navi li.galerie	a { background: url(../img/nav_galerie.jpg) no-repeat;  width: 80px;}		
		.navi li.video		a { background: url(../img/nav_video.jpg) no-repeat;  	width: 69px;}				
		.navi li.gast		a { background: url(../img/nav_gast.jpg) no-repeat;  	width: 122px;}				
		.navi li.kontakt	a { background: url(../img/nav_kontakt.jpg) no-repeat;  width: 93px;}
		.navi li.vita_f		a { background: url(../img/nav_vita_film.jpg) no-repeat;  width: 74px;}
		.navi li.vita_t		a { background: url(../img/nav_vita_theater.jpg) no-repeat;  width: 91px;}
									
		.navi li a:hover, .navi li a.active	{ background-position: 0px -30px;	}	

#galerie .thumb_l
{
	float:left;
	width: 160px;
	height: 210px;
	margin: 0 25px 5px 0;
	background: url(../img/galerie/bg_galerie_landscape.jpg) no-repeat;
	overflow: hidden;
}

#galerie .thumb_p
{
	float:left;
	width: 110px;
	height: 210px;
	margin: 0 25px 5px 0;
	background: url(../img/galerie/bg_galerie_portrait.jpg) no-repeat;
	overflow: hidden;
}

#galerie .thumb_l img
{
	margin-left: 5px;
	margin-top: 5px;
}

#galerie .thumb_p img
{
	margin-left: 5px;
	margin-top: 5px;
}

#galerie .desc
{
  text-align:center;
  font-weight:normal;
  line-height: 1em;
  font-size: 0.8em;
  margin: 16px 0 0 0;
}


#footer	{
	clear: both;
	position: relative;
	width: 798px;
	height: 39px;
	font-size: 80%;
	color: white;
	background: url(../img/bg_footer.jpg) no-repeat;
}

#footer a:hover, #footer a {
	border-style: none;
}

#footer_content			{ width: 350px; margin: 0 auto;}
#footer #left  	 		{ float: left; width: 254px; height:28px; background: url(../img/footer_01.jpg) no-repeat;	background-position: 0px 7px;}
#footer #right a 		{ float: left; margin: 12px 0 0 0; width: 89px; height:18px;  background: url(../img/footer_02.jpg) no-repeat; background-position: 0px -18px;}
#footer #right a:hover 	{ background-position: 0px 0px;}

#impressum_small	{
	font-size: 80%;
}

table	{
	text-align: left;
	font-size: 95%;
}

td	{
	vertical-align: top;
	padding: 0 0 0.2em 0;
}
