@charset "utf-8";
* {margin:0; padding: 0}

html {
	height:100%;
	margin-bottom:0px;
  }

fieldset, img { border:0; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.01%;
	font-size:0.75em;
	color:#545454;
	line-height:1.8em;
}

#page {
	width:100%;
	margin:0;
	height:auto;
	}		
	
.row {
	margin:0 15px;
	width:100%;
	overflow:hidden;
}

.col-menu {
	display:none;
	}	

.col-content {
	width:100%;
	margin-left:0px;
	}
	
.col-content-referenzen {
	margin-left:0px;
	}		
	
.col-content-eyecatcher {
	display:none;
	}	
		
/* Textformatierung */
.headline {
	 padding-top:80px;
	}
*+ html .headline {
	 padding-top:85px;
	}
* html .headline {
	 padding-top:85px;
	}		

h3,h4,h5,h6, legend { font-weight:bold; margin: 0 0 0em 0; }

h3, legend { font-size: 100%; font-weight:bold;}   /* 12px */

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	height:40px;
	color:#00AF12;
	font-weight:normal;
	margin:0;
	padding:0;
	}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	height:26px;
	color:#454545;
	font-weight:normal;
	margin:0;
	padding:0;
	}	
	
p  { margin: 0 0 1em 0; }

.smalltext {font-size:91.67%; line-height:1.4em;}
	
a.popup, a.popup:link, a.popup:active {
	color:#333;
	text-decoration:none;
	background:url(../img/link-popup.gif) no-repeat top left;
	padding-left:15px;
	}
a.popup:focus, a.popup:hover {
	color:#00AF12;
	text-decoration:none;
	background:url(../img/link-popup.gif) no-repeat top left;
	padding-left:15px;
	} 
	
a, a:link, a:active {
	color:#333;
	text-decoration:none;
	}
a:focus, a:hover {
	color:#00AF12;
	text-decoration:none;
	} 

/* SUBCOLUMS */
.subcolumns {
	width:100%;
	overflow:hidden;
}

.c50l, .c25l, .c32l, .c38l, .c68l, .c75l, .c62l, .cleft {float: left; }
.c50r, .c25r, .c32r, .c38r, .c68r, .c75r, .c62r, .cright {float: right; margin-left: -5px; }

.c100 { width: 100%}	
.cleft { width: 220px;}	
.cright { width: 700px;}
* html .cright { width: 690px;}		
.c25l, .c25r { width: 25% }
.c32l, .c32r { width: 32% }
.c50l, .c50r { width: 50% }
.c68l, .c68r { width: 68% }
.c75l, .c75r { width: 75% }
.c38l, .c38r { width: 38.2% }
.c62l, .c62r { width: 61.8% }
.subc100 { margin:0 }		
.subc  { margin: 0 0.5em }
.subcl { margin: 0 1em 0 0 }
.subcr { margin: 0 0 0 1em }
* html .subcr { margin: 0 0 0 0 }

/* KOMPETENZEN */
/* ACCORDION */
#accordion-one, #accordion-two {
	width:100%;
	}
#accordion-one ul li, #accordion-two ul li {
	margin-left:15px;
	list-style:square;
	}	
#accordion-one a.accordion-one-item, #accordion-two a.accordion-two-item {
	cursor:pointer;
	display:block;
	margin-top: 0;
	text-decoration:underline;
	outline:0;
	clear: both;
	color:#00AF12;
	padding:0 0 0 15px;
	margin:0 0 0.5em 0;
	font-weight:normal;
	background:url(../img/arrow.gif) no-repeat 0 50%;
}
#accordion-one a.selected, #accordion-two a.selected  {
	color:#00AF12;
	text-decoration:none;
	font-weight:bold;
	background:url(../img/arrow-down.gif) no-repeat 0 50%;
	cursor:default;
}
#accordion-one a.accordion-one-item:hover, #accordion-two a.accordion-two-item:hover {
	color:#00AF12;
	background:url(../img/arrow-down.gif) no-repeat 0 50%;
}
.accordion-itemcontent {
	padding:1em 0 0 0;
}

.accordion-item-box {
	/* background:#fff url(../img/bg-kompetenzen.jpg) top left no-repeat;
	padding:2px 10px 10px 10px; */
	margin-bottom:2em;
	
	}
.accordion-item {
	background:transparent;
	}

/* KUNDEN */
#kundenlogos {
	margin:0;
	}
#kundenlogos ul {
	text-align:center;
	}
#kundenlogos li {
	width:145px;
	height:95px;
	background:url(../img/bg-kundenlogo.png) top left no-repeat;
	float:left;
	margin:5px 20px 5px 0px;
	list-style:none;
	}
* html #kundenlogos li {
	margin:5px 10px;
	background:none; 
	}

#kundenlogos li a {
	width:131px;
	height:81px;
	margin:6px;
	display:block;
	border:1px solid #FFFFFF;
	}
#kundenlogos li a:hover {
	margin:5px;
	border:2px solid #ccc;
	}		
	
.hidden {
	display:none;
	}	

/* CAROUSEL */
#mycarousel {
	}

/* This <div> element is wrapped by jCarousel around the list and has the classname "jcarousel-container". */
.jcarousel-container {
    position: relative;
}

.jcarousel-container p {
    margin:0;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 200px;
    height: 400px;
}

.projektbild {
	display:block;
	padding-bottom:0;
	margin-bottom:0;
	width:200px;
	}

.projektkunde {
	font-size:91.67%;
	color:#666;
	line-height:1.0em;
	width:200px;
}

.projekt {
	display:block;
	font-weight:bold;
	padding-bottom:0em;
	width:200px;
}

.projektbeschreibung {
	display:block;
	width:200px;
}

.jcarousel-item p a, .jcarousel-item p a:link, .jcarousel-item p a:active {
	color:#333;
	text-decoration:none;
	background:url(../img/link-popup.gif) no-repeat top left;
	padding-left:14px;
}
.jcarousel-item p a:focus, .jcarousel-item p a:hover {
	color:#00AF12;
	text-decoration:none;
	background:url(../img/link-popup.gif) no-repeat 1px 0;
	padding-left:14px;
} 
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* KONTAKT */
form {
	display:none;
	}
