/*layout*/

html {
	margin: 0 auto;
	padding: 0;
	bottom:0;	
	background: #eee9df url(../_img/particles.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;  	
}

body {
	margin-top: 0px;
	bottom:-7px;
	/*margin:0 auto;*/
	left:50%;
	/*Round corners*/
	line-height: 13px;

}

.wrapper {
	background-color:#FFFFFF;
	-moz-border-top-radius: 0px;  /* FF1+ */
	-webkit-border-top-radius: 0px; /* Saf3+, Chrome */
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-bottom-radius: 12px;  /* FF1+ */
	-webkit-border-bottom-radius: 12px; /* Saf3+, Chrome */
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;

	margin-left: auto;
	margin-right: auto;
	/* [disabled]text-align: left; */
	width:950px;
	height: 710px;
	/* [disabled]margin-top: 150px; */
}

/*HTML 5 specific*/
header,section,article,aside{
	display: block;
}

header{
	padding: 5px 0 0 0;
	margin-left: 15px;
	margin-right: 15px;
}

logo{
	display: block;
	text-align:center;
}

.mainbody {
	width:850px;
	margin-left: auto;
	margin-right: auto;
	height:450px;
	overflow: auto;
	margin-top: 45px;
}

.mainbody_services {
	width:750px;
	margin-left: auto;
	margin-right: auto;
	height:450px;
	overflow: auto;
	margin-top: 45px;
}

.stretch {
	margin-left: auto;
	margin-right: auto;
	height:445px;	
}

.img_wrapper {
	width:auto;
	margin-top:45px;
}

imgcaption a {
	color: #d94556;
	text-decoration: none;
}

.ref_wrapper {
	/* [disabled]margin-top:5px; */
	margin-left:105px;
	width: auto;
}

.reference_wrapper {
	margin-left:150px;
	width: auto;
}

.ref_wrapper img {
	margin-bottom: 2px;	
}

.reference_wrapper img {
	margin-right: 20px;
	margin-bottom: 20px;	
}

img.line {
	margin:2px 0 -2px 0;
}

imgcaption {
	line-height: 9.5px;
}

imgcaption span,imgcaption p {
	font-size: 10px;	
	margin-top: 5px;
}
			
/*references*/
.clientcol {
	width:140px;
	height:auto;
	/* [disabled]margin:0 0 0 50px; */
	background-color: #FFFFFF;
}

.contentcol {
	width:auto;
	height:450px;
	margin:0 auto;
	background-color: #FFFFFF;
}

.ltcol {
	width:150px;
	height:auto;
	background-color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}
.ctcol {
	width:150px;
	height:auto;
	background-color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 45px;
}
.rtcol {
	width:150px;
	height:auto;
	background-color: #FFFFFF;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 0;
}

.ltcol_n {
	width:150px;
	height:auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50px;
}
.ctcol_n {
	width:150px;
	height:auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 45px;
}
.rtcol_n {
	width:150px;
	height:auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 0;
}

.aboutcol {
	height:auto;
	margin:0px auto;
	background-color: #FFFFFF;
	float:none;
	width:130px;
	text-align:left;
	margin-top: 50px;
}

.aboutcol a {
	color: #000;
	text-decoration: none; 	
}
.contentcol {
}
.clientcol { float:left; }
.ltcol { float:left; }
.ctcol { float:left; }
.rtcol { float:right; }
.ltcol_n { float:left; }
.ctcol_n { float:left; }
.rtcol_n { float:right; }
.clear { clear: left; }

.fright { float:right; }
.fleft { float:left; }
.fclear { clear:both; }

.tcenter { text-align: center; }

/*archive*/

.clientbox {
	width:150px;
	height:250px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-right: 90px;
	float: left;
	margin-bottom: 20px;
}

/*news*/

.nrcenter {
	text-align: center;
	width:150px;
	height:250px;
	margin-left: 45%;
}

.nltcol {
	width:150px;
	height:250px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
}
.nctcol {
	width:150px;
	margin:0 0 0 50px;
	height:250px;
	background-color: #FFFFFF;
}
.nrtcol {
	width:150px;
	height:250px;
	background-color: #FFFFFF;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 0;
}

.nltcol { float:left; }
.nctcol { float:left; }
.nrtcol { float:right; }
.clear { clear: left; }

aside{
	float: left;
	width: 418px;
	padding-right: 15px;
	max-height: 450px;
	/*background: url(../_img/braune_start.png) center no-repeat;*/
	margin: 0 0 5px 0;
	padding-left: 25px;
}

section{
	float: right;
	width: 422px;
	max-height:450px;
	padding-left: 15px;
	margin: 0 0 5px 0px;
	border-left: 2px dotted #b2a497;
	padding-right: 25px;
}

section h2 {
	text-transform: uppercase;
	color: #493831;
	padding-bottom: 10px;
	margin: 0;
}

section_a, section_b {
	width: 400px;
	float: left;
	color: #683b15;
}
section_a {
	/* [disabled]max-height:450px; */
	margin: 0 0 5px 0px;
	/* [disabled]padding-left: 50px; */
	padding-right: 10px;
}

section_a h2 {
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 10px;
	margin: 0;
}

section_b {
	/* [disabled]max-height:450px; */
	padding-left: 20px;
	margin: 0 0 5px 0px;
	border-left: 0px dotted #b2a497;
	/* [disabled]padding-right: 50px; */
}

section_b h2 {
	text-transform: uppercase;
	color: #683b15;
	padding-bottom: 10px;
	margin: 0;
}

section_img { 
	float: left;
	min-width: 835px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 25px;
}

section_a1 {
	float: left;
	width: 315px;
	margin: 0 0 5px 0px;
	padding-right: 10px;
}

section_a1 h2 {
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 10px;
	margin: 0;
}

section_b1 {
	float: right;
	width: 315px;
	padding-left: 10px;
	margin: 0 0 5px 0px;
	/* [disabled]border-left: 2px dotted #b2a497; */
}

section_b1 h2 {
	text-transform: uppercase;
	color: #683b15;
	padding-bottom: 10px;
	margin: 0;
}


footer{
	width: 100px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
}



/*Headings*/
h1, h2, h3, h4, h5, h6 { 
	margin: 0px;
	padding: 0px;
}

h1 {
	text-align: left;
	text-transform: uppercase;
	color: #000000;
	text-shadow: 1px 1px 2px #fff;
}

h1.ref {
	margin-top: 2px;
	border-bottom: 1px solid;
	margin-bottom: 25px;
	width: 795px;
}

h4 {
	text-transform: uppercase;
}

hr {
	width: 95%;
	float: left;
	margin: 0px;
	margin-bottom: 25px;
	
}

a.text:link, a.text:visited {
	color:#d2543c;
	text-decoration:none;
}

a.text:hover {
	border-bottom:1px dotted #d2543c;
}

a img {
	border:none;
}

.de {
	color: #000;
}

.en {
	color:#683B15 !important;
}

ul.en {
	color:#683B15;
}

p.img {
	margin:0 0 -15px 0;
	line-height: 9.5px;
}

p.clientpic {
	margin:0px 0px -10px 0;
	border-bottom: 1px solid #bd0926;
	text-transform: uppercase;
}

.clients {
	margin:0px 0px 0px 0px;
	padding: 0px;
	width: 660px;
	float: left;
	line-height: 13px;
}

.agencies {
	line-height: 13px;	
}

.clientsblock {
	width: 220px;
}

hr.img {
	margin:0 0 1px 0;
	color: #BC1925;
	border:0;
	background: #BC1925;
}

.spec {
	border-top: 1px solid #cc071d;	
	text-transform:uppercase;	
	padding-top: 2px;
}

/* START NAV MENU */
nav {
	background-color:#FFFFFF;
	height:25px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;	
}
 

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
	line-height:1em;
	text-transform:uppercase;
}

 
nav ul li {
		display: block;
		position: relative;
		float: left;
 		border-right:1px solid black;
}

nav ul li:last-child{
	border-right:none;
}
 
nav li ul {
  display: none;
	color: #000000;
  
}
 
nav ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 0;
	background: #ffffff;
	color: #000000;
	white-space: nowrap;
	height:15px; /* Width and height of top-level nav items */
	width:152px;
	margin-left: 0px;
	margin-right: 0px;	
	text-align:center;
}


 
nav li:hover ul {
  display: block;
  position: absolute;
  height:10pt;
}
 
nav li:hover li {
	float: none;
}
 
nav li:hover a {
	color: #bd0926;
}

nav ul li a.auswahl {
    color: #bd0926;
}

nav.footer {
	margin-top: 10px;
	background-color:#FFFFFF;
	height:25px;
	text-align:center;
	text-transform:uppercase;
	border-top: 0px;
}

nav.footer ul li a {
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 0;
	background: #ffffff;
	color: #000000;
	white-space: nowrap;
	height:15px; /* Width and height of top-level nav items */
	width:50px;
	text-align:center;
}
 
nav.footer ul nav.footer li {
		display: block;
		position: relative;
		float: left;
}

nav.footer ul li:last-child{
}

nav.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
	line-height:1em;
}

nav.footer {
	background-color:#FFFFFF;
	height:15px;
	border-bottom:none;
	text-align:center;
}
 
nav.footer ul li {
		display: block;
		position: relative;
		float: left;
 		border-right:none;
}

nav.footer ul li:last-child{
	border-right:none;
}

nav.footer li:hover a {
	color: #bd0926;
}

nav.footer ul li a.auswahl {
    color: #bd0926;
}

 
/*
nav li:hover li a:hover {
  background: #95A9B1;
}
*/
 
/*nav ul li ul li a {
    text-align:left; /* Top-level items are centered, but nested list items are left-aligned 
}
 
/* END NAV MENU */

/*videobackground*/

#video_background {
position: absolute;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -1000;
overflow: hidden;
}


.linienews
{
	border-bottom:1px solid black;
	width:150px;
	border-collapse:collapse;
}

/*scrollbar*/
::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 0px;
    border: 1px solid #cc071d;
    background: rgba(255,255,255,0.8);   
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
    background: rgba(204,7,29,0.8);   

}

::-webkit-scrollbar-thumb:window-inactive { 
    background: rgba(217,69,86,0.8);   
}