/* global rules */
* {
	margin: 0;
	padding: 0;
}
img { vertical-align: middle;}
body {
	background-color: #000;
	font: 11px/16px Verdana,Geneva,Arial,Tahoma,sans-serif;
	color: #fff;
}
h2 {
	font-size: 1.2em;
	padding-top: 10px;
	color: #FFFFFF;
}

p {
	text-align: justify;
}

span{
	position: relative;
	float: left;
}

a{
	color: #fff;
	text-decoration: none;
}

.lefty{
	position: relative;
	float: left;
}
.leftyIMG{
	position: relative;
	float: left;
	border: 1px solid #666666;
	margin: 10px 10px 0 0;
	width: 144px;
	height: 144px;
}
.leftyIMG2{
	position: relative;
	float: left;
	margin: 8px 7px 0 10px;
}
.righty{
	position: relative;
	float: right;
}

form *{
	position: relative;
	float: left;
}

/* ??????? */
input, textarea{
	width: 200px;
} textarea{
	height: 100px;
}

/* end global rules */

/* container rules */
#container{
	position:relative;
	width: 800px;
	height: 600px;
}

#header{

	width: 800px;
	height: 58px;
}

#menu{
	margin-left: 5px;
	display: block;
	width: 708px;
	height: 58px;
	background: scroll url(relief.gif) top left repeat-x;
}
/* end container rules */

/* menu rules */
#home{
	margin: 20px 300px 50px 20px;
}

.menu{
	margin: 20px 0 0 20px;
}
/* end menu */

/* content rules*/
#content{
	width: 800px;
	height: 500px;
}

#text{
	width: 450px;
	height: 455px;
	margin-top: 10px;
    margin-right: 10px;
	background-color: #767676;
}

#contact{
	width: 770px;
	height: 500px;
	margin-top: 10px;
	border: 1px solid #999999;
}

#bomspota{
	width: 300px;
	height: 500px;
	margin-left: 20px;
    margin-top:70px;
}

#gogogo{
	width: 110px;
	height: 500px;
}

#filmoverzicht{
	width: 200px;
	height: 500px;
	border: 1px solid #666666;
	margin-top: 10px;
}
#film{
	margin-top: 10px;
	margin-left: 10px;
	width: 557px;
	height: 500px;
	border: 1px solid #666666;
}
#inner{
	width: 426px;
	height: 370px;
	margin: 50px 50px 50px 50px;
	/*border: 1px solid #999999;*/
}
/* end content */

/* footer rules */
#footer{
	width: 760px;
	height: 58px;
	color: #fff;
	text-align: right;
}
/* end footer */

.submitbutton {
    color: #ffffff;
    background-color: #000000;
    border: 0;
    width: 50px;
    font-weight: bold;
}


.menulink {
    border: 0;
}
.menulink2 {
    border: 0;
    border-bottom: 1px solid white;
}


.menulink:hover, .menulink2:hover {
    border-bottom: 1px solid white;
}

#fc {
    float: left;
    width:215px;
	font: 9px/10px Verdana,Geneva,Arial,Tahoma,sans-serif;
    padding-left: 2px;
}

#sc {
    margin-left: 225px;
	font: 9px/10px Verdana,Geneva,Arial,Tahoma,sans-serif;
    text-align: left;
    padding-right: 4px;
}

#fc h1, #sc h1, #fc h2, #sc h2 {
	font: 9px/10px Verdana,Geneva,Arial,Tahoma,sans-serif;
    font-weight: bolder;
    color: black;
    margin: 0;
    text-align: left;
}

#fc h1, #sc h1 {
    margin-top:4px;
    border-top: 1px solid black;
}
#fc h2, #sc h2 {
    color: #cccccc;
}
