* { 
margin: 0;
padding: 0;
font-family: Tahoma;
font-size: 8pt;

}


html, body {
height: 100%;
}

div#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../images/layout/main_bg.gif) repeat-y;
	background-position: 1px 5px;
	background-color: #fff;
}

div#header {
	height: 73px;
	background: #f1f1f1;
}

.logo {
	width: 158px;
	height: 73px;
	background-color: #FF0000;
	background: url(../images/logos/logo_itw.jpg) no-repeat;
	border-right: 1px solid #ffffff;
	float: left;	
}

.slogan {
	margin-left: 159px;
	width: 400px;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold; 
	font-size: 18px; 
	color: #0066a7;
}

div#topNavi {
	height: 20px;
	background: #0066a7;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.topnaviborderright {
	float: left;
	height: 20px;
	width: 158px;
	border-right: 1px solid #FFFFFF;
}

.topnaviright {
	color: #FFFFFF;
	float: right;
	padding-top: 3px;
	padding-right: 7px;
}

.topnaviright a {
	color: #FFFFFF;
}

#leftCol {
	position: absolute;
	width: 158px;
	float: left;
}

#leftCol li{
	height: 19px;
	padding-left: 35px;
	background: url(../images/layout/pfeil_schwarz.gif) no-repeat;
	background-position: 16px 5px;
	background-color: #efefef;
	border-bottom: 1px solid #FFFFFF;
}

#leftCol li p{
	font-family: Tahoma;
	padding-top: 2px;
	color: #000000;	 
	font-size: 11px; 
	text-decoration: none;
}

#leftCol a:hover{
	width: 200px;
	font-family: Tahoma;
	padding-top: 2px;
	color: #000000;	 
	font-size: 11px; 
	text-decoration: none;
	color: #000;
}

#leftCol li:hover{
	text-decoration: none;
	background-color: #ddd;
}

.leftColheadline {
	min-height: 20px; 
	width: 158px; 
	background: url(../images/layout/pfeil_rot.gif) no-repeat;
	background-position: 5px 5px;
	background-color: #cdcdcd;
	border-bottom: 1px solid #FFFFFF;
}

.leftColheadline p {
	font-family: Tahoma;
	padding-top: 3px;
	padding-left: 20px;
	color: #000000;	
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none;
}

div#centerCol {
	width: 100%;
}

.centerCol ul {
font-family: Verdana, Helvetica, Arial, sans-serif;
list-style-type:square;
font-size: 8pt;
color: #333333;
line-height: 12pt;
margin: 0px;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding: 0px;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 6px;
padding-right: 0px;
}

div#leftCol, div#rightCol, div#centerCol {
	padding-bottom: 25px;
}

div#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	background: #000000;
	border-top: 1px solid #b8b8b8;
	color: #FFFFFF;
}

#footer a {
	color: #fff;
	font-weight: bold;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Überschrift */

h2 {
	margin-left: 10px;
}

a { color: #000; TEXT-DECORATION: none;}
a:hover { color: #FF0000; text-decoration: underline; }
a:active { color: #FF0000; text-decoration: underline; }


/* PIC SWITCH CSS */

#pic-wrap {
	position: relative;
	margin-left: 159px;
	min-height: 100%;

}

#main-content {
	padding-top: 10px;
	margin-left: 212px;
}

#keyv1 {
	float: left;
	width: 200px;
	height: 150px;
	border-right: 1px solid #fff;
}

#keyv3 {
	float: left;
	width: 200px;
	height: 150px;
	border-right: 1px solid #fff;
}

#keyv4 {
	float: left;
	width: 200px;
	height: 150px;
	border-right: 1px solid #fff;
}

#keyv5 {
	width: 100%;
	height: 150px;
	background-color: #0066a9;
}
#keyv2 {
	float: left;
	margin-top: 1px;
	width: 200px;
	height: 150px;
}

#leftCol2 {
	clear: both;
	float: left;
	margin-top: -16px;

	width: 200px;
}

#leftCol2newsline {
	margin-top: 17px;
	width: 200px;
	height: 20px;
	background-color: #adb6bd;
}

#leftCol2newsline p{
	padding-left: 5px;
	padding-top: 3px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration: none;
	color: #FFF;
}

#leftCol2newstext {
	margin-top: 15px;
}

#leftCol2newstext p{
	margin-top: 15px;
	padding-left: 25px;
}

#leftCol2newstext span {
	float: left;
	width: 150px;
	padding-left: 25px;
	padding-bottom: 15px;
	background: url(../images/layout/pfeil_rot.gif) no-repeat;
	background-position: 10px 2px;
	font-weight: bold;
}


#leftCol2newstext a {
	font-weight: bold;
}


