/* CSS Document */

@import '../Scripts/slider/slider.css';	


/*html[xmlns^="http"] { overflow-y: scroll };*/

html {
	vertical-align:top;
}

body, td, th, div, p, ul, ol, li, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	border:0;		
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	color:#333333;
	background:#FFFFFF url(../grafik/basics/bg.gif) repeat-x;
}

img {border:0;}


/* Floats and Clears */
.floatL {
	float:left;
}

.floatR {
	float:right;
}

.clear {
	clear:both;	
	height:0;
	margin:0;
	padding:0;
	font-size:0;
}

.clear10 {
	clear:both;	
	height:10px;
	margin:0;
	padding:0;
	font-size:0;
}

.clear30 {
	clear:both;	
	height:30px;
	margin:0;
	padding:0;
	font-size:0;
}


.clearScroll {
	clear:both;	
	height:140px;
	margin:0;
	padding:0;
	font-size:0;
}

.clearL {	
	clear:left;
	height:0;
	margin:0;
	padding:0;
	font-size:0;
}

.clearR {	
	clear:right;
	height:0;
	margin:0;
	padding:0;
	font-size:0;
}

.clearLine {
	clear:both;
	background-color:#CCCCCC;	
	font-size:0;
	height:1px;		
	margin:10px 0 5px 0px;	
}

/* Text */
a {
	color:#C10922;
	text-decoration: none;
	cursor:pointer;
}

a:link, a:visited 			{color:#C10922;}
a:hover, a:visited:hover 	{color:#FF0000;}
a:active 					{color:#000000;}


.small {
	font-size:11px;
	line-height:15px;
}

.big {
	font-size:18px;
	line-height:20px;
}

a.small, a.btn_pdf, a.btn_zip {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#888888;
	font-size:11px;
	line-height:20px;

}
a.small:link, a.small:visited 			{color:#888888;}
a.small:hover, a.small:visited:hover 	{color:#000000;}


a.footer:link, a.footer:visited 			{color:#888888; font-size:9px;}
a.footer:hover, a.footer:visited:hover 	    {color:#000000; font-size:9px;}

a.btn_pdf, a.btn_zip {
	display:block;
	height:20px;
	padding-left:20px;			
}

a.btn_pdf , a.btn_pdf:visited{
	color:#888888;
	background:url(../grafik/basics/pdf_small.gif) no-repeat;	
}

a.btn_zip, a.btn_zip:visited {
	color:#888888;
	background:url(../grafik/basics/zip_small.gif) no-repeat;	
}

a.btn_pdf:hover , a.btn_zip:hover, a.btn_pdf:visited:hover , a.btn_zip:visited:hover{
	color:#000000;;
	background-position: 0px -20px;	
}

form {
	padding:0;
	margin:0;	
}

input, textarea, select, option {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	padding:0;
	margin:0;	
}

input {
	height:18px;
	line-height:18px;
	border:#CCCCCC solid 1px;	
}






h1, h2, h4, h5 {	
    font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
	border:0;
}

h1 {
	font-size:17px; 
	line-height:20px;
	color:#888888;			
}


h2 {
	font-size:12px;
	line-height:18px;
	height:18px;
	color:#888888;	   	
}

h3 {
	font-size:11px;	
    font-weight:bold;
	line-height:20px;
	color:#333333;
	margin-bottom:10px;			
}

h4 {
	font-size:11px;	   
	line-height:20px;
	color:#888888;		
}

h5 {
	font-size:13px;	   
	line-height:16px;
	color:#999999;		
}

p, ol, ul, li {
	line-height:20px;
	margin-bottom:10px;	
}


ul {
	padding:0;
	margin:0;
	margin-bottom:10px;	
}

li {
	padding:0;
	margin:0px 12px;
	list-style-image:url(../grafik/basics/bullet_small.gif);
	line-height:15px;
	margin-bottom:5px;
}


ul.kundenblock {
	float:left;
	width:180px;
	padding-bottom:10px;	
}

li.kundenlist {	
	color:#666666;
	line-height:15px;
	margin-bottom:0px;
}




.bold {
	font-weight:bold;
}

.arrowLeft, .arrowRight, .arrowCenter {
	font-family:Arial, Helvetica, sans-serif;	
	color:#C10922;
}

.arrowLeft 	{margin-right:5px;}
.arrowRight {margin-left:5px;}
.arrowCenter {margin:0 5px;}

/* Container Divs */
#containerCenter {
	position: absolute;
	z-index:1;	
    left: 50%;    
    margin-left: -470px; 	   
   	text-align:left; 
}

#contentBG {
	position:absolute;
	z-index:0;
	width:940px;
	height:590px;
	background:url(../grafik/basics/bg_content.jpg) no-repeat;
	top:0px;
}

#contentBGScroll {
	position:absolute;
	z-index:0;
	width:940px;
	height:590px;
	background:#FFFFFF  url(../grafik/basics/bg_content.gif) no-repeat;
	top:0px;
}

#containerLogo {
	position:absolute;
	z-index:60;
	width:120px;
	height:130px;	
	top:30px;
	left:20px;
	background:url(../grafik/basics/logo.gif) no-repeat;	
	cursor:pointer;
}

#containerLogo:hover{
	background:url(../grafik/basics/logo_over.gif) no-repeat;
}


#containerHeader {
	position:absolute;
	z-index:40;
	width:720px;
	height:30px;
	top:45px;
	left:200px;
	
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	line-height:30px;	
	
	border-bottom:#CCCCCC dotted 1px;
	border-top:#CCCCCC dotted 1px;
}

#containerStandanzeiger {
	position:absolute;
	z-index:22;	
	top:110px;
	left:200px;	
}

#containerXtraNav {
	position:absolute;
	z-index:21;
	right:20px;
	top:130px;
	height:20px;
}

#containerXtraLogo {
	position:absolute;
	z-index:21;
	right:20px;
	top:93px;
	
}

#containerContent {	
	position:relative;
	z-index:21;
	width: 940px;
	top:0px;
}

#containerScroll {
	position:relative;
	z-index:1;	
	width: 940px;	
	background:url(../grafik/basics/page_end.gif) no-repeat;
	background-position:bottom;
}



/* Container Text */ 

#containerText {
	position:absolute;
	z-index:6;
	left:200px;
	top:160px;	
}

#containerTextScroll {
	position:relative;
	margin-left:200px;
	margin-top:150px;	
}


/* Text Spalten */
#colWide {
	width:400px;	
}

#colNarrow {
	width:280px;	
}

#colDouble {
	width:720px;	
}




/* Gestaltung */
.topLine {
	border-top:#CCCCCC dotted 1px;	
}

.topLine10 {
	border-top:#CCCCCC dotted 1px;
	padding-top:10px;
}

.roundBorder {	
	-moz-border-radius:10px;
	-khtml-border-radius:16px;
}






/* Scrollbar */
#containerScrollTop {
	position:absolute;
	z-index:30;
	left:0px;
	top:450px;
	width:900px;
	height:20px;
	margin:0 20px;	
}

#containerScrollbar {
	position:absolute;
	z-index:30;
	left:0px;
	top:470px;
	width:900px;
	height:82px;
	margin:0 20px;	
	border-bottom:#CCCCCC dotted 1px;
	border-top:#CCCCCC dotted 1px;	
	overflow:hidden;
}

#containerScrollSub {
	position:absolute;
	z-index:30;
	left:0px;
	top:560px;
	width:900px;	
	height:20px;
	margin:0 20px;	
}


/* Footer */

#containerFooter {
	position:absolute;
	z-index:200;
	top:590px;
	width:900px;
	height:30px;
	line-height:30px;		
	font-size:9px;
	color:#999999;
	padding:0 20px;
}


/* ---------- ALLGEMEIN ---------- */

#startPic {
	position:absolute;
	z-index:1;
}

.infoBox {
	visibility:hidden;
	position:absolute;
	z-index:5;
	padding:5px;
	background-color:#FFFFFF;
	border:#CCCCCC solid 1px;
	font-size:9px;
}

.infoBox h1 {
	font-size:11px;
	line-height:12px;
}



/* ---------- HOME ---------- */
#homePDF {
	position:absolute;
	z-index:5;
	left:20px;
	top:420px;
	
}


/* ---------- AGENTUR ---------- */

/* Fakten */
.infoBox.f1 {top:300px;left:530px;}
.infoBox.f2 {top:300px;left:665px;}
.infoBox.f3 {top:300px;left:810px;}


/* Koepfe */
.infoBox.k1 {top:220px;	left:490px;}
.infoBox.k2 {top:280px; left:550px;}
.infoBox.k3 {top:230px;	left:590px;}
.infoBox.k4 {top:270px;	left:650px;}
.infoBox.k5 {top:230px;	left:710px;}
.infoBox.k6 {top:260px;	left:760px;}
.infoBox.k7 {top:230px;	left:820px;}


/* Gruende */
.grundBox {	
	position:absolute;
	z-index:4;
	top:0;
	left:0;
	width:940px;
	height:540px;	
}

.grundBox img{	
	position:absolute;
	z-index:1;
	top:0px;
	left:0;
	width:940px;
}

.grundBox h1{
	display:block;
	position:absolute;
	z-index:2;
	top:130px;
	left:200px;	
}

.grundBox h2{
	display:block;
	position:absolute;
	z-index:2;
	top:110px;
	left:200px;	
}

.grundBox p{
	position:absolute;
	z-index:2;
	top:160px;
	left:200px;
	width:240px;
	height:340px;	
}

.grundBox ul{
	position:relative;
	z-index:2;
	top:160px;
	left:200px;
	width:280px;
}


/* Historie */
.historieBlock {
	position:absolute;
	z-index:5;
	font-size:9px;
	top:350px;
	left:0px;	
	width:940px;
	height:120px;	
}

.historieEntry {	
	position:absolute;
	z-index:5;		
	padding:3px;
	margin:0;
	
	font-size:9px;
	color:#888888;
	line-height:10px;	
	background-color:#FFFFFF;
	border:#CCCCCC solid 1px;
}



/* ---------- LEISTUNGEN ---------- */

/* Ideen */

.ideeBox{
	position:absolute;
	z-index:5;	
	width:170px;
	top:360px;
	padding:10px;
	padding-top:100px;
}
 
.ideeBox h1{
	font-size:14px;	
	line-height:20px;
	color:#888888;	
}

.ideeBox.i1 {	
	left:70px;
	background:url(../grafik/leistungen/marken.gif) no-repeat;
}
.ideeBox.i2 {	
	left:280px;
	background:url(../grafik/leistungen/menschen.gif) no-repeat;
}
.ideeBox.i3 {	
	left:530px;
	background:url(../grafik/leistungen/medien.gif) no-repeat;
}
.ideeBox.i4 {	
	left:730px;
	background:url(../grafik/leistungen/maerkte.gif) no-repeat;
}


/* Leistungen */
.leistungBox {
	visibility:hidden;
	position:absolute;
	z-index:5;	
	font-size:10px;
}

.leistungBox.l1 { top:430px; left:65px;}
.leistungBox.l2 { top:310px; left:225px;}
.leistungBox.l3 { top:365px; left:350px;}
.leistungBox.l4 { top:420px; left:500px;}
.leistungBox.l5 { top:310px; left:640px;}
.leistungBox.l6 { top:430px; left:750px;}


/* Leistungen-Detail */
#colLeistung {
	width:260px;
	margin-right:60px;	
}

#colLeistungsbereich {
	width:180px;	
}

.leistungNext {
	display:block;
	position:absolute;
	z-index:30;
	width:200px;
	height:200px;
	left:690px;
	top:220px;	
}




/* ---------- REFERENZEN ---------- */
.caseImage {
	width:280px;
	height:280px;
	-moz-border-radius:10px;
	-khtml-border-radius:16px;
}



/* Pic Gallery */
#picGallery {
	position:absolute;
	z-index:50;
	width:940px;
	height:300px;
	top:160px;
	left:0px;
	background-color:#FFFFFF;	
}

.picBig {
	position:absolute;
	z-index:1;
	top:0;
	left:200px;
	width:550px;
	height:340px;	
}

/* ---------- NEWS ---------- */
.iconBar {
	border-bottom:#CCCCCC dotted 1px;
	border-top:#CCCCCC dotted 1px;	
	height:20px;
		
	padding:5px 0;
	margin-top:10px;
}


/* ---------- JOBS ---------- */
#colJobs {
	width:220px;	
}


/* ---------- KONTAKT ---------- */
#colAnschrift {	
	width:270px;	
}

#colKarte{	
	width:260px;	
}

#colRoutenplaner {	
	width:120px;	
}



	
.btn_send {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#FFFFFF;
	background-color:#CC0000;
	padding:0 5px;
	border:0
}

.btn_send:hover {	
	background-color:#FF0000;	
}



/* Navigation */

#mainNav a, #mainNav a:link {
	color:#333333;
	margin-right:35px;	
}

#mainNav a:hover, #mainNav a:visited:hover {	
	color:#C10922;	
}

#mainNav a.active {	
	color:#C10922;	
}

#mainNav a.login, #mainNav a:visited.login {
	font-size:14px;
	float:right;
	color:#999999;
	margin-right:0px;	
}

#mainNav a:hover.login, #mainNav a:visited:hover.login {	
	color:#C10922;	
}


/* ADMIN */
.listRow {
	clear:both;
	padding:5px 0;
	height:20px;
	border-bottom:#CCCCCC dotted 1px;
}
.endRow {
	padding:5px 0;
	margin-top:50px;
	height:25px;
}

.debug {
	visibility:hidden;
	position:fixed;
	left:10px;
	top:10px;
}

a.btnSort {
	color:#666666;
}

a.btnSort:hover {
	color:#000000;
}

a.btnSort.active {
	color:#000000;	
	text-decoration:underline;
}

.pdf, .zip, .pic, .publish, .edit, .delete {
	display:inline-block;
	height:20px;
	width:20px;
	cursor:hand;
	cursor:pointer;
}

.pdf {	
	background:url(../grafik/basics/pdf_small.gif) no-repeat;	
}

.zip {	
	background:url(../grafik/basics/zip_small.gif) no-repeat;	
}

.pic {	
	background:url(../grafik/basics/pic_small.gif) no-repeat;	
}

.publish {	
	background:url(../grafik/basics/publish.gif) no-repeat;	
}

.pdf.active, .zip.active, .pic.active, .publish.active {
	background-position: 0px -20px;	
}

.edit {	
	background:url(../grafik/basics/edit.gif) no-repeat;	
}

.delete {	
	background:url(../grafik/basics/delete.gif) no-repeat;	
}

.edit:hover, .delete:hover {
	background-position: 0px -20px;	
}

.caseThumb {
	width:70px;
	height:40px;
	margin-right:10px;
}

.caseFile {
	width:200px;
	height:40px;	
}

.caseFileName {
	position:relative;
	float:left;
	width:170px;
	height:40px;
	overflow:hidden;	
}

#uploadDiv {
	position:absolute;
	top:0;
	left:0;
	z-index:2000;	
	display:none;
}