/* 
Kai Brach
brizk design (www.brizk.com)
*/

/* Basics ######################################################### */

body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding:0;
	margin:0;
	border: 0;
	color: #000;
	background:#f7f7f7 url(../_pix/bg.jpg) 0 0 repeat-x;
	line-height: 1.5em;
	}

div.wrap {
	margin: 0 auto;
	padding: 0;
	width:934px;
	text-align:left;
	}

div.header {
	height:142px;
	/*background:url(../_pix/intro.gif) right 40px no-repeat;*/
	}
	
div.tr_header {float:right; text-align:center; padding:30px 5px 0 0;line-height:25px; color:#757575;}	

p.column-left {
	width:298px;
	height:349px;
	float:left;
	padding:35px 0 0 40px;
	}	

p.kontakt-column-left {
	width:298px;
	height:200px;
	float:left;
	padding:35px 0 0 40px;
	}

p.column-right {
	width:218px;
	height:349px;
	float:left;
	padding:35px 0 0 40px;
	}	

#column-left_gaac{
	margin-right: 10px;
	border: 1px solid #BBBBBB;
}	

#column-left_ati{
	margin-right: 10px;
}	

#column-left_sm{
	border: 1px solid #BBBBBB;
}	

div.footer {
	padding:5px;
	text-align:right;
	}	

/* Headlines ######################################################### */		


h1 {
	padding:0;
	margin:35px 0 0 0px;
	width:277px;
	height:384px;
	font-size:2em;
	font-weight:normal;
	line-height:1.1em;
	color:#1c2c6b;
	display:block;
	float:left;
	text-indent:-1000em;
	}

h1.nav1 {
	background:url(../_pix/h1-ziele.jpg) 0 0 no-repeat;
	}	

h1.nav2 {
	background:url(../_pix/h1-analyse.jpg) 0 0 no-repeat;
	}

h1.nav3 {
	background:url(../_pix/h1-optimierung.jpg) 0 0 no-repeat;
	}

h1.nav4 {
	background:url(../_pix/h1-performance.jpg) 0 0 no-repeat;
	}

h1.nav5 {
	background:url(../_pix/h1-kontakt.jpg) 0 0 no-repeat;
	}	

/* Links ######################################################### */	

a:link,  a:visited, a:active {color:#757575; text-decoration:none;}
a:hover {color:#757575;}
a:focus {outline:none}

.footer a:link, .footer  a:visited, .footer a:active {color:#aaaaaa; text-decoration:underline}
.footer a:hover {color:#aaaaaa;}

div.header a {
	width:244px;
	height:84px;
	text-indent:-1000em;
	float:left;
	background:url(../_pix/logo.jpg) 0 0 no-repeat;
	margin:30px 0 0 0;
	}

/* Fonts ######################################################### */

.font-grey {color:#878787;}

p {
	margin:0;
	padding:0 0 15px 0;
	}

/* Navigation ######################################################### */

ul.nav {
	margin:0;
	padding:0;
	list-style-type:none;
	}

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

ul.nav li a {
	background-position: 0 0;
	background-repeat:no-repeat;
	height:47px;
	display:block;
	width:186px;
	text-indent:-1000em;
	}

ul.nav li.nav1 a, ul.nav li.nav1 a:visited, ul.nav li.nav1 a:active {
	background-image:url(../_pix/nav1.gif);
	width:182px;
	}

ul.nav li.nav2 a, ul.nav li.nav2 a:visited, ul.nav li.nav2 a:active {
	background-image:url(../_pix/nav2.gif);
	}	

ul.nav li.nav3 a, ul.nav li.nav3 a:visited, ul.nav li.nav3 a:active {
	background-image:url(../_pix/nav3.gif);
	}	

ul.nav li.nav4 a, ul.nav li.nav4 a:visited, ul.nav li.nav4 a:active {
	background-image:url(../_pix/nav4.gif);
	}	

ul.nav li.nav5 a, ul.nav li.nav5 a:visited, ul.nav li.nav5 a:active {
	background-image:url(../_pix/nav5.gif);
	width:194px;
	}	

ul.nav li a:hover {
	background-position:0 -47px;
	} 	

ul.nav li a.active, ul.nav li a.active:visited, ul.nav li a.active:hover {
	background-position:0 -94px;
	} 

	
/* Images ######################################################### */	

img {
	border:0;
	}

	
/* Tables ######################################################### */

	

/* Lists ######################################################### */

ul.column-right {
	width:218px;
	height:349px;
	float:left;
	padding:35px 0 0 40px;
	margin:0;
	list-style-type:none;
	}
	
ul.column-right li {
	padding:4px 0 4px 20px;
	margin:0;
	color:#757575;
	background:url(../_pix/bullet.gif) 0 6px no-repeat;
	}
	
ul li.icon-mail {
	padding:4px 0 6px 25px;
	margin:0;
	color:#757575;
	background:url(../_pix/icon-mail.gif) 0 6px no-repeat;
	}	
	
ul li.icon-tel {
	padding:4px 0 6px 25px;
	margin:0;
	color:#757575;
	background:url(../_pix/icon-tel.gif) 0 6px no-repeat;
	}	
	
ul li.icon-fax {
	padding:4px 0 6px 25px;
	margin:0;
	color:#757575;
	background:url(../_pix/icon-fax.gif) 0 6px no-repeat;
	}	
	
ul li.icon-home {
	padding:4px 0 6px 25px;
	margin:0;
	color:#757575;
	background:url(../_pix/icon-home.gif) 0 6px no-repeat;
	}	
	

/* Forms ######################################################### */

form {
	padding:0;
	margin:0 0 20px 0;
	}

		


/* Misc ######################################################### */		

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}

.float-left {
	float:left;
	}

.float-right {
	float:right;
	}	

.clear {
	clear:both;
	}	

.center {
	text-align:center;
	}	
	
	


/* Slider ######################################################### */		



#box8{
	position:absolute;
}

#box8 div {
	width:920px;
	padding:0 0 0 6px;
	height:420px;
	float:left;
}

#box8 div.partner {
	width:298px;
	height:100px;
	float:left;
	padding:35px 0 0 40px;
}	

#box8 .buttons{
	text-align:left;
}
#box8 .next{
	float:right
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}
.sample8 .mask1{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

div.slidenav {
	position:relative;
	}
	
div.slidenav #prev8 {
	width:28px;
	height:28px;
	background:url(../_pix/left.gif) 0 0 no-repeat;
	display:block;
	text-indent:-1000em;
	position:absolute;
	top:-240px;
	left:-7px;
	}
	
	
div.slidenav #next8 {
	width:28px;
	height:28px;
	background:url(../_pix/right.gif) 0 0 no-repeat;
	display:block;
	text-indent:-1000em;
	position:absolute;
	top:-240px;
	left:917px;
	}
	
.mask1 {
	position:relative;
	width:930px;
	height:420px;
	overflow:hidden;
	background:url(../_pix/mask-bg.gif) -1px 0 repeat-y;
}

.mask1 div.inside {
	height:420px;
	background:url(../_pix/bottom.gif) 5px bottom no-repeat;

}
	
	