

.col_1 {
	width: 390px;
	float: left;
	margin-right: 20px;
	
}
.col_2 {
	width: 390px;
	float: left;
}
.item {
	margin-bottom: .5em;
}
.itemhead {
	margin-bottom: .5em;
}
.item_full {
	margin-bottom: 1.5em;
	border-bottom: 1px solid #999;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 .5em 0;
	margin: 0 0 1em 0;
	font-weight: normal;
	border-bottom: 1px solid #999;
}

/*************************** mainnav ***********************************/

/* header problematisch ... drückt footer runter wenn element mit margin-top darin sitzt... */
#header {
	width: 800px;
	margin: 0 auto 2.5em auto;
	height: 104px;
	
	height: 112px;
	
	overflow: hidden;
	position: relative;
	/*border-bottom: 1px solid #999;*/
	background: url(media/standards/tks_lines.gif) repeat-x bottom left;

	
}



#innerheader{
}


#logo {
	position: absolute;
	right: 0;
	top: 20px;

}

#mainnav {
	padding: 0;
	margin: 0;
}
#mainnav li {
	width: auto;
	float: left;
	list-style: none;
	padding-top: 79px;
	padding-right: 8px;
}
* html #mainnav li {
	padding-top: 62px;
}
* + html #mainnav li {
	padding-top: 62px;
}


html #mainnav li a {
	padding: 15px 10px 5px 0px;
	color: #666;
	text-decoration: none;
}
* html #mainnav li a {
	line-height: 50px;
}
* + html #mainnav li a {
	line-height: 50px;
}

/*
#mainnav li {
	width: auto;
	float: left;
	border-left: 1px solid #999;
	list-style: none;
	padding-top: 50px;

}

#mainnav li a {
	padding: 15px 20px 5px 10px;
	color: #666;
	text-decoration: none;
}

*/

#mainnav li a:hover, #mainnav li a.active {
	color: #FF8915;
	border-bottom: 4px solid #FF8915;
}

.english, .deutsch {
	padding-left: 30px;
}



/*************************** start pageelements ***********************************/



html, body {
	height: 100%;
}

body {
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	color: #666666;
}
a {
	color: #666666;
	text-decoration: none;
}

#pagewrapper {
	width: 100%;
	margin: 0;
	min-height: 100%;
	position: relative;
}
/* IE Hack */
* html #pagewrapper {
	height: 100%;
}





#content {
	width: 100%;
	margin-bottom: 3em;
	font-size: 14px;
	line-height: 19px;
}
#innercontent {
	width: 800px;
	margin: 0 auto;
}
#maincontent {
	width: 780px;
	border-left: 1px solid #fff;
	float: left;
}
#marginalcol {
	width: 200px;
	float: left;
}
.clearfloat {
	clear:both;
	display:block;
	float:none;
	font-size:1px;
	height:1px;
	line-height:1px;
	overflow:hidden;
}

#footer {	
	bottom: 0px;
	left: 0px;
	position:absolute;
	width:100%;
	color: #CCC;
	margin-top: 1em;
	font-size: 10px;
	
}
/* IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */
* html #footer {
	bottom: -1px;
}
#innerfooter {
	width: 800px;
	margin: .75em auto 0 auto;
	padding: 0;
	background: #666;
}
#innerfooter .inner {
	padding: 5px 0 5px 10px;
}

#innerfooter a {
	color: #CCC;
	text-decoration: none;
}
#innerfooter a:hover {
	color: #CCC;
	text-decoration: underline;
}


/*************************** ende pageelements ***********************************/


p {
	margin: 0 0 .5em 0;
}

.clearer {
	clear: both;
}


/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix { display: inline-block }  /* ... especial for IE7 */
.clearfix { display: block }      /* ... für IE5,IE6,IE7 */
* html .clearfix { height: 1% }   /* ... für IE5 + IE6/Win | hasLayout aktivieren */
