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

html{
	background-color: #0093d1;
}

body {
	color: #333;
	font-family: Arial;
	line-height: 135%;
	background-color: #0093d1;
}


p, a, h1, h2, h3, h4{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	word-spacing:2px;
}

p {
	margin: 10px 12px 15px 12px;
	text-align:left;
}

h1, h2, h4, h4 {
	margin: 15px 12px;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
}

h1 { 
   	color: #0093d1;
	font-size:18px;
}

h2 {
	font-size:13px;
}


a {
	text-decoration: none;
   	color: #0093d1;
}


a:hover {
	text-decoration: underline;
	color:#0093d1;
}


table.kontaktdaten {
	text-align:left;
	margin: 12px 12px;
}

table.kontaktdaten td {
	vertical-align:top;
}

#menu-bar {
	height: 56px;
	color: #002f6a;
	background-color: #006591;
	border-bottom: 3px solid silver;

}

#navigation {
	height: 0px;
	width:768px;
	margin:0 auto 0 auto;
}

#navigation li {
	display:inline;

}

#navigation a {
	float:left;
	height:0px;
	text-transform:uppercase;
	padding-top:20px;
	color: #FFFFFF;
	background-repeat:no-repeat;
}

#navigation a:hover {
	float:left;
	text-transform:uppercase;
	height:0px;
	padding-top:15px;
	text-decoration: none;
	color: #FFFFFF;
}

#navigation li.nav_home a {width: 101px;}
#navigation li.nav_bergfestfilme a {width: 131px}
#navigation li.nav_casting a {width: 102px;}
#navigation li.nav_bff10 a {width: 150px;}
#navigation li.nav_crew a {width: 76px; }
#navigation li.nav_setfotos a {width: 110px; }
#navigation li.nav_presse a {width: 89px;}

#navigation li.nav_home a:hover {width: 101px;}
#navigation li.nav_bergfestfilme a:hover {width: 131px; }
#navigation li.nav_casting a:hover {width: 102px; }
#navigation li.nav_bff10 a:hover {width: 150px; }
#navigation li.nav_crew a:hover {width: 76px;}
#navigation li.nav_setfotos a:hover {width: 110px;}
#navigation li.nav_presse a:hover {width: 89px;}

#navigation li.akt_home a {width: 101px; color: #0093d1}
#navigation li.akt_bergfestfilme a {width: 131px;  color: #0093d1 }
#navigation li.akt_casting a {width: 102px;  color: #0093d1}
#navigation li.akt_bff10 a {width: 150px;  color: #0093d1}
#navigation li.akt_crew a {width: 76px;  color: #0093d1}
#navigation li.akt_setfotos a {width: 110px;  color: #0093d1}
#navigation li.akt_presse a {width: 89px; color: #0093d1}


#maincontent{
	margin: 0 auto; 
	width: 715px;
	position:relative;
}

#intrologo {
	height: 150px;
	background-color: #FFFFFF;
	border-right: 2px solid #0093d1;
	border-left: 2px solid #0093d1;
	background-position: center;
	background-image: url(../img/BFF10_ilmpressions_Logo-02.png);
	background-repeat: no-repeat;
}

#inhalt{
	width:695px;
	margin:10px auto 0 auto;
	border:#007db3 10px solid;
	background-color:#FFFFFF;
	position: relative;
	overflow: hidden;
}


#crew {
	position: relative;
	width: 33%;
	float: left;
	background-color:#FFFFFF;
}


.jumptosetfoto{
	margin:0 auto;
}

.spacer{
	height:12px;
}

#back {
	float:right;
	margin:12px 12px;
	width:50px;
	text-align:right;
}

#back a{
	font-weight: bold;
	text-decoration:none;
	color:#0093d1;
}

#back a:hover{
	font-weight: bold;
	text-decoration:underline;
}

img.quer{
	border:0;
	width:200px;
}

img.hoch{
	border:0;
	width:133px;
}
.top_left{
	width:9px;
	height:6px;
	background-image:url(../img/top_left.png);
}

.top_middle{
	height:6px;
	background-image:url(../img/top_middle.png);
}
.top_right{
	width:8px;
	height:6px;
	background-image:url(../img/top_right.png);
}

.left{
	width:9px;
	background-image:url(../img/left.png);
}

.hochformat{
	width:133px;
}

.querformat{
	width:200px;
}

.right{
	width:8px;
	background-image:url(../img/right.png);
}

.bottom_left{
	width:9px;
	height:13px;
	background-image:url(../img/bottom_left.png);
}

.inner_bottom_left, .inner_bottom_right{
	width:50px;
}

.inner_bottom_middle{
	width:100%;
	background-image:url(../img/bottom_middle_2.png)
}

.bottom_right{
	width:8px;
	height:13px;
	background-image:url(../img/bottom_right.png);
}

#footer{
	position: relative;	 
	clear: both;
	margin:10px auto; 
	width: 715px;
	height:15px;
	color:#FFFFFF;
}

#footer a {
	text-decoration: none;
   	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
   	color: #ffffff;
}


