/* MAIN STYLESHEET FOR MOUTSTELIAS.COM*/

/*RESET - start with a blank sheet of paper*/

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
ul,ol { list-style: none; }
img {border: none; margin: 0px; padding: 0px;}

/* 3-2-1-GO! SET SOME BASIC STUFF */

BODY{
	width: 100%;
	background-color: #000;
	color: #999;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: center;
	background-image: none;
	font-weight: 200;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 150%;
}

img.ind_background{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}


#layout{
	position: relative;
	width: 950px;
	text-align: left;
	z-index: 5000;
	margin: 0 auto;
	padding-top: 50px;
}

#imprint{
position: absolute;
top: 4px;
float: right;
width: 950px;
text-align: right;
font-size: 9px;
font-weight: lighter;
color: #666;
background-image: url(/img/linien.gif);
background-position: -15px center;	
background-repeat: no-repeat;
}

#head{
	width: 100%;
	height: 91px;
}

#menu{
	float: left;
	display: block;
	margin-left: 35px;
	margin-top: 50px;
	color: #ccc;
	font-size: smaller;
	width:690px;
}

#menu img{
	margin-right: 10px;
}

#menu hr{
	border: none;
	border-bottom:1px solid #333;
	margin-top: 0px;
	margin-top: -1px;
	margin-bottom: 5px;
}

.content{
	height: 415px;
	width: 920px;
	/*background-image: url(../img/trans_black.png);*/
	background-color: black;
	padding: 15px;
	padding-top: 20px;
	margin-top: 15px;
}

.content hr{
	border: none;
	border-bottom:1px solid #333;
	margin-top: 5px;
}

#menu3{
	font-size: 10px;
	font-weight: lighter;
	color: #333;
	margin-bottom: 20px;
}

.bigimg{
margin: -20px -15px 0px 0px;
float: right;
}

.text{
width: 550px;
}

#movietext{
	width: 944px;
	height: 49px;
	background-image: url(/img/movietext.png);
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

#movietext1{
	margin: auto;
	width: 944px;
	height: 85px;
	background-image: url(/img/kinotext.png);
	margin-bottom: 10px;
	background-position: center top;
	background-repeat: no-repeat;
}

#footer{
	margin-top: 10px;
	text-align: left;
}

#footer img{
margin-bottom: 10px;
}

/* CONTENT FORMATTING - TABLES PARAGRAPHS LISTS ETC */

.td1{
	width: 200px;
	color: white;
	text-transform: uppercase;
	vertical-align: top;
	padding-bottom: 5px;
}

.td2{
	
}

.liststyle{
	list-style: disc;
	padding-left: 15px;
}

.quote{
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 3px;
	margin: 20px;
	margin-left: 0px;
}


/* TYPO, HEADLINES, LINKS ETC */

h1{
	line-height: 100%;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
	line-height: 120%;
	color: #fff;
}

h2{

}

h3{
margin-bottom: 5px;
text-transform: uppercase;
}

a:link, a:hover, a:visited{
	color: #666;
	text-decoration: none;
}

a:hover{
	color: #ccc;
}


.al{ /*FOR ACTIVE LINKS IN MENU NR 3*/
	color: #fff;
}
/* MOOTOOLS SCROLLBAR STYLES */

/* Scrollbar & content css 						
			
#text{
	height: 410px;
	width: 625px;
	float:left;
	overflow:hidden;
	padding-left: 10px;
	padding-right: 15px;
}

#text p{
}
.scrollbar-vert{
	background-image: url(/img/slider.gif);
	background-repeat: repeat-y;
	height: 410px;
	width: 20px;
	float:left;
}

.handle-vert{
	height: 42px;
	width: 20px;
	background: url(/img/handle.gif) no-repeat;
}
*/

#wallpaper{
text-align: center;

}

.wp{
float:left;
margin: 100px 0 0 20px;
text-align: right;

}

.wp img{
margin-bottom: 10px;
}


#error{
color: #cc0000;
margin-top: 180px;
text-transform: uppercase;
}

#erfolg{
margin-top: 180px;
text-transform: uppercase;
}

input[type=text]{
width: 212px;
}

#mailer{
margin: 40px 0px 0px 150px; 
}

#trailers{
padding-left: 230px;
padding-top: 130px;
}

#align_video{
text-align: center;
padding-top: 60px;
}

.mleft{
margin-left: 40px;
}

.filmo td{
padding-bottom: 10px;
}

/* ITEM GRID*/

.item{
text-align: center;
vertical-align: middle;
height: 89px;
width: 89px;
}

#itemgrid IMG{
width: 60px;
height: 60px;
}


.mko{
margin-left: 10px;
margin-top: 4px;
}

/*  TRICKERY  */

.fleft{
	float: left;
}

.fright{
	float: right;
}

.clear{
	clear: both;
}