/* 
	CSS style sheet file for bf-movies.com
	(c) 2007 shockvisions LLC, sf
	Date: 14/10/2007 @ 10:43
	Modified: 14/02/2010 @ 17:23
	shockvisions.com
*/




html
{
   overflow-y: scroll; 
}

img
{
	border: none !important:
}

#main 
{
	width: 831px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	text-align: left;
}


div.menu 
{
	position: absolute;
	margin-right: 5px;
	margin-top: 90px;
	margin-left: 260px;
}

div.premenu 
{
	width: 200px;
	height: 10px;
	margin-right: 40px;
}

/* ---------------- PROJECTS ------------------- */
/* @ Unterteilung für Projekte: 2 Spalten */
div.Submenu 
{
	padding-top: 50px;
	margin-right: 10px;
	width: 160px;
	float: left;
	margin-left: -27px;
}

div.Inhalt 
{
	margin-left: 200px;
	margin-bottom: 50px;
}


/* @ Additional formattings */
.title_active
{
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: transparent url(../img/submenubg.jpg) left top no-repeat;
	width: 155px;
	height: 16px;
	display: block;
	text-decoration: none !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.title_active:hover
{
	background: transparent url(../img/submenubg1.jpg) left top no-repeat;
}

.project
{
    display: block;
    margin-left: 6px;
    text-decoration: none !important;
    margin-bottom: 5px;
    border-bottom: 1px solid #e1e1e1;
}

.project:hover
{
    color: #000 !important;
}


	/* -- Video Detailseite -- */
	.ProjectDetail {

	}
	
	.floatingboxes {
		height: 120px;
	}
	
	/* preview image */
	.boxleft {
		float: left;
	}
	
	/* Play button & shop link */
	.boxright {
		float: right;
		margin-left: 60px;
	}
	
		.boxright img {
			margin-right: 10px;
		}
	
	.beschreibung {

	}
	
	.kommentar {

	}
	
	.clear {
		clear: both;
	}
	


    /* Quotationmarks */
    blockquote 
    {
		background: transparent url(../img/bq_left.gif) left top no-repeat;
		margin: 5px 20px 10px 20px;
		padding-left: 50px;
    }
    
    blockquote p {
    	background: url(../img/bq_right.gif) right bottom no-repeat;
    	margin: 0;
    	padding-right: 50px !important;
    }



.year
{
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: transparent url(../img/submenubg.jpg) left top no-repeat;
	margin-left: 6px;
	width: 149px;
	height: 16px;
	display: block;
	text-decoration: none !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
	margin-bottom: 10px;

}

.year:hover
{
	background: transparent url(../img/submenubg1.jpg) left top no-repeat;
}


/* ----------------- CONTENT --------------------------- */
div.content 
{
	padding-top: 10px;
	padding-left: 35px;
	background-color: #ffffff;
	padding-right: 28px;
	padding-bottom: 10px;
}

div.content a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #99C928;
	text-decoration: underline;
}

h1 
{
	margin-top: 30px;
	color: #99C928;
	font-size: 23px;

}
h2 
{
	color: #999999;
	font-size: 15px;

}

body, td 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

body 
{
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.jpg);
}




/* ----------------- HEADER --------------------------- */
div.header 
{
	background-image: url(../img/Beni-F.png);
	height: 116px;
	width: 831px;
	background-repeat: no-repeat;
}





/* ----------------- MENU OBEN --------------------------- */
div.Menu_Link,
div.Menu_Aktiv 
{
	float: left;
	margin-right: 3px;
}

div.Menu_Link a
{
	color: #FFFFFF;
	background-image: url(../img/hover.jpg);
	height:21px;
	width: 83px;
	text-decoration: none;
	float: left;
	padding-left: 25px;
	padding-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

div.Menu_Link a:hover
{
    background-image: url(../img/menu_aktiv.jpg);
	text-transform: uppercase;
}

div.Menu_Aktiv a
{
	color: #000000;
	background-image: url(../img/menu_link.jpg);
	height:21px;
	width: 88px;
	text-decoration: none;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
}



/* ----------------- FOOTER --------------------------- */
div.footer 
{
	background-image: url(../img/footer.png);
	height: 42px;
	width: 811px;
	background-repeat: no-repeat;
	padding-top: 13px;
	color: #ffffff;
	font-size: 11px;
	padding-left: 15px;
	padding-right: 5px;
}

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

div.footer a:hover {
	text-decoration: underline;
}


