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

/* CSS coding by Justin Benedict */
/* http://www.justinbenedict.com */

body {
	background-color: #FFFFFF;
	font-size: 12px;
	color:#564b47;
	padding:20px;
	margin:0px;
	text-align: center;
}

/* Note: Vetical align not important as site is geared to modern browsers. */
#inhalt {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 1024px;
	background-color: #ffffff;
}

#left_column {
	height: auto;
	width: 414px;
	background-color: #CCCCCC;
	position: relative;
	float: left;
}

#right_column {
	float: left;
	width: 610px;
}

#right_column_middle {
}

#navigation {
	height: 27px;
	background-color: #FEEC87;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	color: #660000;
	text-decoration: none;
	font-weight: bolder;
}

#navigation a:link, a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	color: #660000;
	text-decoration: none;
	font-weight: bolder;
	margin-left: 20px;
	float: left;
	margin-top: 5px;
}

#navigation a:hover {
	text-decoration: underline;
}

#right_column_bottom {
	background-image: url(../img/right_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 610px;
	float: left;
	background-color: #FEDE58;
}

#middle_column_text {
	margin-top: 90px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	font-family: "Courier New", Courier, monospace;
	color: #790000;
	font-size: medium;
}

#middle_column_text ul {
	list-style-image: none;
	list-style-type: none;
}

#middle_column_text a:link,a:visited {
	color: #660033;
	text-decoration: none;
}

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

/* Page Specific CSS */

/* Begin Contact Page CSS */
#contact {
	background-image: url(../img/contact.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 525px;
	width: 610px;
	float: left;
}

#contact_content {
	margin-top: 50px;
	margin-right: 150px;
	margin-left: 50px;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
}

/* End Contact Page CSS */

/* Begin Films Page CSS */

#films {
	float: left;
	height: 625px;
	width: 610px;
	background-color: #FFFFFF;
	background-image: url(../img/films.gif);
	background-repeat: no-repeat;
}

#films_content {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	color: #000000;
	overflow: scroll;
	height: 490px;
	width: 580px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 35px;
}

#films_content h4 {
	color: #660000;
	font-weight: bold;
}

/* End Films Page CSS */

/* Begin Services Page CSS */

#services {
	float: left;
	height: 625px;
	width: 610px;
	background-color: #FFFFFF;
	background-image: url(../img/services.gif);
	background-repeat: no-repeat;
}

#services_content {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	color: #000000;
	overflow: scroll;
	height: 350px;
	width: 580px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 35px;
}

#services_content h4 {
	color: #660000;
	font-weight: bold;
}

/* End Services Page CSS */

/* Begin Digital Film Page CSS */

#left_column_digital {
	height: auto;
	width: 414px;
	background-color: #CCCCCC;
	position: relative;
	float: left;
}

#digital {
	float: left;
	height: 625px;
	width: 610px;
	background-color: #FFFFFF;
	background-image: url(../img/digital_film.gif);
	background-repeat: no-repeat;
}

#digital_content {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	color: #000000;
	overflow: scroll;
	height: 490px;
	width: 580px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 35px;
}

#digital_content h4 {
	color: #660000;
	font-weight: bold;
}

/* End Digital Film Page CSS */

/* Begin Press Page CSS */

#press {
	float: left;
	height: 625px;
	width: 610px;
	background-color: #FFFFFF;
	background-image: url(../img/press.gif);
	background-repeat: no-repeat;
}

#press_content {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	color: #000000;
	overflow: scroll;
	height: 490px;
	width: 580px;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 35px;

}

#press a:link, a:visited {
	color: #660000;
}


/* End Press Page CSS */
