﻿/*
Design by jastomedia
last modification 14-06-07
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url('../img/body_bg.jpg');
	background-repeat: repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
	
	}
	
h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #385B88;
}

a {
	color: #EA672E;
}

a:hover {
	text-decoration: none;
	color: #385B88;
}

img {
	border: none;
}

ul {
	margin-left: 2em;
	list-style: square;
}

#outbox {
	margin: 0 auto 0 auto;
	width: 780px;
	
	}
/*--------------------HEADER-------------------------*/
#header {
	margin-top: 100px;
	height: 150px;
	background: url('../img/header_bg.jpg') no-repeat right bottom;
}
#header .seo h1 {
	display:none;
	}
#header .seo p {
	display:none;
	}

#header h1 {
	text-align:right;
	text-transform: uppercase;
	font-size: 3em;
}
#header h2 {
	margin: 0;
	padding: 5px 100px 0 0 ;
	text-align:right;
	text-transform: uppercase;
	font-size: 1.6em;
}
/*------------NAVIGATION OBEN--------------------------*/
#header ul {
	list-style: none;
	margin:0px;
	padding: 25px 85px 0 0;
	
}
#header li {
	display: inline;
}

#header a {
	display: block;
	float: right;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
	padding: 0 1.5em 0 0;
}

/*-------------------SEITENNAVIGATION------------------*/
#navi_right {
	float: left;
	width: 200px;
	
}
#navi_right li{
	margin-top: 10px;
	
}
.box {
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 1px solid #CAD4DF;
}

.box .title {
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.box .content {
	padding: 10px;
}
/*-------------------CONTENT---------------------------*/
#content {
	margin-left: 230px;
	font-size: 1.1em;
	background: url('../img/content_bg.jpg') no-repeat right bottom;
		
}
#content img.left{
	float:left;
	margin: 10px 10px 5px 0;
}
#content img.right{
	float:right;
	margin: 10px 0 5px 10px;
}

.callback {
	font-size: .8em;
}
.callback img {
	float:left;
	margin-right: 5px;
}
.film {
	text-transform: uppercase;
	text-decoration: none;
	font-size: .9em;
	
}

/*-------------------FOOTER---------------------------*/

#footer {
	/*clear:both;*/
	height: 50px;
	margin-top: 25px;
	text-align: center;
	background-image: url('../img/footer_bg.jpg');
	background-repeat: repeat-x;
}
#footer p {
	padding-top: 25px;
}

