* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:url(images/main-bg.jpg) no-repeat center 60px #1f2715;
	font-family: Arial, Helvetica, sans-serif;
    letter-spacing:0.04em;
	font-size:75%; 
	line-height:1.25em;
/*====color:#737b60 */
	color:#FFFF80;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

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

.col-1, .col-2, .col-3 { 
	float:left;
	padding-bottom:14px;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:982px; 
	margin:0 auto;
	font-size:1em;
}
/*==== GLOBAL ===== height 596  147 px*/
#header {
	height:496px;
	background:url(images/header-bg.jpg) no-repeat 19px 60px;
}
#header.bg1 {
	height:496px;
	background:url(images/header-bgmarketing5.jpg) no-repeat 18px 60px;
}
#header.bg2 {
	height:496px;
	background:url(images/header-bgmarketing6.jpg) no-repeat 18px 60px;
}
#header.bg3 {
	height:496px;
	background:url(images/header-bgmarketing7.jpg) no-repeat 18px 60px;
}
#header.bg5 {
    height:496px;
	background:url(images/header-bgoffenlegung.jpg) no-repeat 18px 60px;
}
#header.bg6 {
	height:496px;
	background:url(images/header-bgmarketing8.jpg) no-repeat 18px 60px;
}
#header.bg7 {
	height:496px;
	background:url(images/header-leitbild1.jpg) no-repeat 18px 60px;
}
#header.bg8 {
	height:496px;
	background:url(images/header-referenzen.jpg) no-repeat 18px 60px;
}
#header.bg9 {
	height:496px;
	background:url(images/header-onlinemarketing.jpg) no-repeat 18px 60px;
}
#header.bg10 {
	height:496px;
	background:url(images/header-onlinemarketing2.jpg) no-repeat 18px 60px;
}
#header.bg11 {
	height:496px;
	background:url(images/header-uebersetzungen.jpg) no-repeat 18px 60px;
}
#header.nobg {
    height:496px;
	background:url(images/header-bg.jpg) no-repeat 19px 60px;
/*	background:none; */
}
#content {
	padding:0 0 42px 49px;
}
#footer {
	height:263px;
}


/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:3px 23px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:3px 23px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:20px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#FFFF80; 
	outline:none;
    font-weight:800;
}
a:hover{
	text-decoration:none;
}

h2 {
/*	font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
	line-height:12px;
	color:#FFFF80;
	text-transform:uppercase;
	font-weight:bolder;
	letter-spacing:0px;
	margin-bottom:30px;
	padding:8px 0 0 0; */

	text-transform:uppercase;
    line-height:1.25em;
}
h3 {
	font-size:1em;
	color:#fff;
	margin-bottom:20px;
	font-weight:normal;
}


.txt1 {
	color:#fff;
}
	

.button {
	padding:15px 0 0 0;	
}
	.button a { 
		float:left;
		font-size:10px;
		color:#FFF;
	    text-transform:uppercase;
		padding:3px 16px 3px 16px;
		background:#7eae09;
	}
	.button a:hover {
		background:#fff;
		color:#7eae09;
	}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


.address dt {
	margin-bottom:20px;
	color:#fff;
}
.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:95px;
	}


/*===== header =====*/
/*===== heigth 147 =====*/
#header .row-1 {
	height:60px;
}
/*===== padding 22 0 0 20 =====*/
	#header .row-1 .fleft {
		padding:5px 0 0 20px;
	}
/*===== padding 81 15 0 0  =====*/       
	#header .nav {
		float:right;
		padding:10px 15px 0 0;
	}
		#header .nav li {
			float:left;
			padding-left:1px;
		}
/*===== fontsize 20 ===== */       
			#header .nav li a {
				display:block;
				float:left;
				font-size:14px;
				color:#FFF;
				line-height:43px;
				padding:0 12px;
				text-decoration:none;
				text-transform:uppercase;
			}
			#header .nav li a:hover, #header .nav li a.current {
				background:url(images/nav-bg.gif) left top repeat-x;
			}
	
	
/*===== margin 43 =====*/ 	
#header .row-2 .indent {
	padding:104px 0 0 64px;
}
	#header .row-2 .indent p {
		margin-bottom: 43px;
	}

/*===== slider =====*/
	/*
	 * Required height 419 * 3
	*/
	.container1 { width:961px; height:419px; overflow:hidden; position:relative;}
	.slides { position:absolute; top:0; left:0;}
	.slides div { position:absolute; top:0; width:961px; height:419px; display:none; }
		.slides div img {
			position:relative;
			z-index:9;
		}
		.slides div span {
			position:absolute;
			left:154px;
			top:330px;
			display:block;
			font-size:15px;
			color:#fff;
			line-height:1.2em;
			z-index:12;
			text-transform:uppercase;
		}
	/*
	 * Optional
	*/
	#loopedSlider { margin:0 auto; width:961px; height:419px; position:relative; clear:both; }
	ul.pagination { 
		/*background:url(images/pagination-bg.png) no-repeat left top;  459*/
		width:459px;
		height:35px;
		position:absolute;
		left:21px;
		top:322px;
		padding:12px 0 0 30px;
		z-index:11;
	}
	ul.pagination li  { display:inline;}
	ul.pagination li a { 
		background:url(images/marker1.gif) no-repeat left top; 
		width:11px; 
		height:11px; 
		display:block;
		overflow:hidden;
		float:left;
		margin-right:5px;
	}
	ul.pagination li.active a {
		background:url(images/marker2.gif) no-repeat left top; 
	}
/*===== slider =====*/

/*===== content =====*/
	.list1 li {
		background:url(images/arrow1.gif) no-repeat left 3px;
		padding:0 3px 5px 28px;
        vertical-align:middle;
	}
/*===== footer =====*/
#footer {
	font-size:12px;
}
	#footer .indent {
		padding:18px 0 0 48px;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:65px;
	} 
		#contacts-form label input { 
			width:250px;
			padding:2px 0 3px 3px;
			color:#fff;
			background:#171d10;
			border:1px solid #364027;
		}
		#contacts-form textarea {
			width:280px;
			height:85px;
			padding:2px 0 2px 3px;
			margin-bottom:15px;
			color:#fff;
			background:#171d10;
			border:1px solid #364027;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:319px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:288px !important;
		}
		#contacts-form .button a {
			margin-left:30px;
			float:right;
		}

/*==========================================*/
