/*
Theme Name: Cinescript
Description: Standardtheme f&uuml;r cinescript.com
Version: 1.0
Author: Silvio H&uuml;sing-Eckl
Author URI: http://solena.no/
*/

@import url(reset.css);

body {
	background:#006A6A;
	font-family:Arial;
	font-size:.75em;
}

body.start {
	background:#006A6A url(images/body_bg_bottom.png) 0 bottom repeat-x;
}

strong {
	font-weight:700;
}

div#bg_top {
	background:url(images/body_bg.png) 0 0 repeat-x;
	height:144px;
	position:absolute;
	width:100%;
}

div#main_wrapper {
	background:url(images/bg_film3.png) 0 0 repeat-x;
	height:400px;
	margin-top:-200px;
	position:absolute;
	top:50%;
	width:100%;
}

div#content {
	background:none;
	height:294px;
	width:755px;
	margin:46px auto;
}

ul.nav {
	float:left;
	font-size:1.2em;
}

ul.nav li {
	float:left;
	margin:0 28px 0 0;
}

ul.nav a {
	color:#FC3;
	text-decoration:none;
}

ul.nav a:hover {
	text-decoration:underline;
}

ul#nav_top {
	margin:0 0 15px;
}

ul#nav_bottom {
	font-size:1.2em;
	margin:26px 0 0;
}

ul#nav_bottom li {
	margin:0 38px 0 0;
	padding:0 0 3px;
}

div#branding {
	clear:both;
}

div#branding img {
	vertical-align:middle;
}

form#languageform {
	float:right;
	margin:25px 0 0;
}

select {
	width:148px;
}

select option {
	background:url(images/flags/) 4px 2px no-repeat;
	margin:0 0 2px;
	padding:0 0 0 26px;
}

select #de {
	background-image:url(images/flags/de.png);
}

select #gb {
	background-image:url(images/flags/gb.png);
}

select #fr {
	background-image:url(images/flags/fr.png);
}

select #es {
	background-image:url(images/flags/es.png);
}

select #it {
	background-image:url(images/flags/it.png);
}

select #br {
	background-image:url(images/flags/br.png);
}

input#submit {
	width:28px;
}

div#sub_content {
	color:#fff;
	font-size:1.1em;
	line-height:1.3em;
	overflow:hidden;
	padding:20px 20px 0;
}

div#sub_content h1 {
	font-size:1.4em;
	border-bottom:1px dotted #fff;
	margin-bottom:1.7em;
	padding:10px 0 8px;
}

div#sub_content h2 {
	font-size:1.2em;
}

div#sub_content h1,div#sub_content h2,div#sub_content h3,div#sub_content h4,div#sub_content h5,div#sub_content h6 {
	margin:0 0 1.2em;
	padding:1em 0 0;
}

div#sub_content p {
	margin-bottom:1.1em;
}

div#sub_content a {
	color:#fff;
}

div#sub_content ul {
	list-style:disc;
	margin:0 0 0 30px;
}

div#sub_content li {
	margin:0 0 .4em;
}

div.filmprojects img {
	float:right;
	margin:0 150px 5px 0;
}

div.filmprojects ul {
	padding-top:25px;
}

div.languages ul {
	float:left;
	list-style:none!important;
	padding-right:100px;
}

div.languages img {
	margin-right:5px;
}

div.languages ul ul {
	float:none;
	padding-bottom:5px;
	padding-top:5px;
}

div.languages ul ul li {
	line-height:.8em;
}

div.service div {
	border:1px solid #fff;
	float:left;
	margin-right:20px;
	min-height:145px;
	padding:15px 20px 15px 0;
}

div.service ul ul {
	list-style:circle;
	padding-top:.5em;
	padding-bottom:0;
}

div.service p {
	clear:both;
	padding-top:25px;
}

div.partner ul {
	float:left;
	padding:0 100px 10px 0;
}

div.contact ul li {
	margin-bottom:10px!important;
}

div.contact ul li a {
	color:#FC3!important;
}

hr {
	border-bottom:1px dotted #fff;
	clear:both;
	height:1px;
	margin:20px 20px 10px;
}

#solena {
	color:#fff;
	position:absolute;
	bottom:-15px;
	right:10px;
}

#solena a {
	color:#fff;
}



/* !Banner */

#banner {
	padding-top: 20px;
	text-align: center;
}
