/* There is probably a various elements which are used and are therefore redunant that need cleaning up */

body {
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: black;
	background: #d6d6d6;
}

form{
	display:inline;
}

/* @group Header formating */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3f3f3f;
	font-weight: lighter;
	margin: 0em;
}

/*h1:first-letter {
	color: #00ff33;
	font-weight: normal;
}

h2:first-letter {
	color: #00ff33;
	font-weight: normal;
}

h3:first-letter {
	color: #00ff33;
	font-weight: normal;
}*/

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
	border-bottom: 1px #bfbfbf solid;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 0.9em;
}

/* @end */

/* @group Font handling and anchors */

p {
	text-align: justify;
	font-size: 0.8em;
	font-weight: normal;
}

i {
	font-weight: normal;
	color: #cc3300;
}

.font {
	text-align: justify;
	font-size: 0.8em;
	font-weight: normal;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #0066cc;
}

a:link {
	
}

a:visited {
	
}

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

a:active {
	
}

/* @end */

/* @group Generic lists and header lists */

ul {
	font-size: 0.8em;
}

li {
	
}

/* @end */



/* @group Additional layout items */

.hiddenPic {
	display:none;
}

#movie {
	width: 710px;
	float: left;
	clear: both;
	padding: 0;
	height: 440px;
	margin-bottom: 0;
	margin-left: 29px;
	margin-right: 29px;
}

#header {
	margin-top: 0px;
	margin-left: 0px;
	width: 800px;
	height: 75px;
	position: absolute;
}


/* @end */

/* @group Main Layout */

#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 808px !important;
	text-align: left;
	background: #d6d6d6
}

#mainpage {
	margin-top: 90px;
	margin-left: 0px;
	width: 808px;
	position: absolute;
		overflow: hidden;
		height: auto;
	padding: 0;
	border-style: none;
	border-color: #f700d2;
	background: #fff url(resources/content_right.png) repeat-y right;
}

#content {
	width: 768px;
	margin: 10px;
	padding: 5px;
	border: 1px none #000;
}

#topleft {
	width: 658px;
	float: left;
	border: 1px none red;
	margin: 0px 0 0 0px;
	background: url(resources/content_topleft.png) no-repeat left top;
	padding-top: 10px;
	padding-left: 10px;
}

#topright {
	width: 120px;
	float: right;
	border-style: none;
	border-color: #5c21fa;
	margin: 0 0 0px 0px;
	background: url(resources/content_topright.png) no-repeat right top;
	padding-top: 10px;
	padding-right: 10px;
}

#about {
	clear: both;
	background: #b1b1b1;
	text-align: center;
	font-size: 0.6em;
	margin-left: 10px;
	margin-right: 18px;
	padding: 0.4em;
	border: 1px none #2eff1d;
}

#footer {
	clear: both;
	background: url(resources/content_bottom.png) no-repeat left bottom;
	text-align: center;
	font-size: 0.6em;
	padding: 10px;
}

/* @end */