@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body  {
	font: 100% "Trebuchet MS",Arial,sans-serif;
	background: #9fc8df;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
.darkRed {color: #CC0000!important;}
h1, h2, h3, h4, h5 {font-family: Arial, "Times New Roman", "Lucida Grande", serif; color: #fff;}
h1 { font-size: 16px; }
.thrColLiqHdr #container { 
	width: 100%;
	min-width: 768px;
	background: #9fc8df;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header { 
	background: transparent url(../img/header_repeater.png) repeat-x; 
	height: 126px;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColLiqHdr #header h1 {
	width: 245px;
	height: 77px;
	margin-top: 5px;
	background: transparent url(../img/logo.jpg) no-repeat;
	float: left;
}
#header h2 {
	width: 500px;
	height: 77px;
	margin: 5px 0 0 10px;
	background: transparent url(../img/eyecatcherMond.jpg) no-repeat;
	float: left;
	display: inline;
	line-height: 77px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Grande", serif;
}
#header h2#hdd {background: transparent url(../img/eyecatcherHDD.jpg) no-repeat;}
#header h2#cable {background: transparent url(../img/eyecatcherCable.jpg) no-repeat;}
#header h2#CDS {background: transparent url(../img/eyecatcherCDS.jpg) no-repeat;}
#header h2#Paper {background: transparent url(../img/eyecatcherPaper.jpg) no-repeat;}
#header h2#clouds {background: transparent url(../img/eyecatcherClouds.jpg) no-repeat;}
#header h2#water {background: transparent url(../img/eyecatcherWater.jpg) no-repeat;}
#header h2#ice {background: transparent url(../img/eyecatcherIce.jpg) no-repeat;}
#header h2#safety {background: transparent url(../img/eyecatcherSafety.jpg) no-repeat;}
#header h2#Puzzle {background: transparent url(../img/eyecatcherPuzzle.jpg) no-repeat;}
#header ul {
	list-style: none;
	float:left;
	height: 40px;
	padding: 0 0 0 20%;
}
#header ul li {
	display:inline;
	position: relative;
}
#header ul li a {
	float: left;
	padding: 10px 23px;
	text-decoration: none;
	background: transparent url(../img/button_repeater.png) repeat-x;
	/*margin-right: 1px;*/
	border-left:1px solid #05698a;
	text-shadow: #47b2ce 1px 1px 1px;
	color: #fff;
	font-size: 14px;
}
#header ul li a:hover { background: transparent url(../img/button_repeater_hover.png) repeat-x; }
#leftMenuWrapper {
	float: left;
	display: inline;
	margin: 15px 0 0 10px;
	width: 220px;
	background: transparent url(../img/mainMenuBg.png) no-repeat;
	padding: 5px 5px 20px;
}
#leftMenuWrapper ul {
	width: 220px;
	list-style: none;
}
#leftMenuWrapper ul li {
	border-bottom: 1px dotted #7ad6ee;
	padding: 3px 0;
	line-height: 18px;
}
#leftMenuWrapper ul li a {
	font-size: 12px;
	color: #d3e9f5;
	text-decoration: none;
	display: block;
}
#leftMenuWrapper ul li a:hover {background: transparent url(../img/menuHover.png) repeat; color: #fff;}
#mediaAd {
	width: 220px;
	height: 125px;
	padding-top: 15px;
}
#mediaAd a {
	display: block;
	width: 220px;
	height: 125px;
	text-decoration: none;
	background: transparent url(../img/mediaAd_bg.png) no-repeat;
}
.thrColLiqHdr #mainContent { 
	width: auto;
	background-color: #9fc8df;
	min-height: 500px;
	height: auto;
/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
#mainContent .content {
	float: left;
	padding: 10px;
	width: 480px;
}
#media .content {
	width: 667px;
}
#mainContent .content ol, .content ul {
	list-style-position: outside;
	padding-left: 27px;
	padding-bottom: 15px;
}
.agb {list-style-type:upper-roman; background: none!important;}
.agb li {text-align:justify;}
#mainContent .content .services {background-color:#b0dcf5;}
#mainContent .content .services li {padding-bottom: 7px;}
#mainContent .content .services li strong {color: #08314c;}
#mainContent .content { color: #193d54; font-size: 12px;}
#mainContent .content p {text-align: justify; padding-bottom: 15px;}
#mainContent .content p img {float:right;}
.referenzObjekt {width:620px; height:202px; margin-bottom: 15px;}
#mainContent .content .referenzObjekt p img {float:left; margin-right: 5px;}
#mainContent .content p .ceo {font-size: 16px; font-weight: bold;}
#mainContent .content h1, #mainContent .content h2, #mainContent .content h3 { color:#fff; padding-bottom: 10px; }
#mainContent .content h2 {font-size: 14px;}
#mainContent .content .intro span {font-size: 11px; color: #eafcfd;}
.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 211px;
	background: transparent url(../img/footer_repeater.png) repeat-x;
} 
.thrColLiqHdr #footer p {
	float:right;
	font-size: 12px;
	color: #9fc8df;
	margin: 0;
	padding: 25px 0 25px 0; 
}
#footer ul { float:left; width:200px; height:auto; min-height: 80px !important; padding: 15px 0 0 20px; list-style: outside circle;}
#footer ul li { display: block; border-bottom: 1px solid #9fc8df; line-height: 18px; height: 18px;}
#footer ul li a { color: #c1d3da; font-size: 12px; text-decoration: none; }
#footer ul li a:hover { color: #fff; }
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
