@charset "utf-8";
body  {
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	background: #fff url(../images/bg.png) repeat-x top left;
	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: #444;
}
h1 {
	color: #003880;
	font-size:24px;
	font-weight:normal;
}
h2 {
	color: #666;
	font-size:16px;
	font-weight:normal;
}
p {
	padding-top: 0;
	margin-top: 0;
}
a {
	color: #ee8f00;
	text-decoration:none;
}
a:hover {
	color: #ee8f00;
	text-decoration:underline;
}
a img {
	border: 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 0 22px;
	padding: 0 0 6px 0;
}
#middleCol li { list-style:url(../images/listDot.gif); }
#middleCol .ui-tabs .ui-tabs-nav li { list-style: none; }
#rightCol li { list-style:url(../images/listDotlight.gif); }

td {
	vertical-align: top;
}

/* PAGE STYLES */

.thrColFix #container { 
	width: 974px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/containerbg.png) repeat-y top left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #e7e8e8;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #head {
	
}
#head .wkSoftware {
	float: left;
	padding: 8px 0 8px 16px;
	margin: 0;
	width: 472px;
}
#head .metanav {
	float: left;
	padding: 8px 0 8px 0;
	margin: 0;
	width: 200px;
}
#head .wk {
	float: right;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	padding: 8px 16px 8px 0;
	margin: 0;
	width: 150px;
}
.thrColFix #header {
	padding: 8px 0 15px 0;
}
.thrColFix #logo {
	float: left;
	width: 308px;
	padding: 0 0 0 36px;
}
.thrColFix #squares {
	float: right;
	width: 126px;
	padding: 6px 18px 0 0;
}
.thrColFix #nav {
	height: 24px;
}
.thrColFix #nav ul{
	padding: 0;
	margin: 0;
}
.thrColFix #nav li{
	float:left;
	list-style:none;
	padding: 0;
	margin: 0;
}
.thrColFix #teaser
{
	background: url(../images/contentbg.png) repeat-y top left;
}
.thrColFix .bigteaser1
{
	float: left;
	width: 488px;
}
.thrColFix .bigteaser2
{
	float: left;
	width: 486px;
}
.thrColFix #contentH
{
	background: url(../images/contentHbg.png) repeat-y top left;
}
.thrColFix #content
{
	background: url(../images/contentbg.png) repeat-y top left;
}
.thrColFix #leftCol
{
	float: left;
	width: 244px;
}
.thrColFix #bread {
	padding: 0 16px 10px 16px;
	color: #999999;
}
.thrColFix #mainContent
{
	float: left;
	width: 730px;
}
.thrColFix #leftCol
{
	float: left;
	width: 210px;
	padding: 0 16px 0 16px;
}
.thrColFix #middleCol
{
	float: left;
	width: 480px;
	padding: 0; 
}
.thrColFix #rightColH
{
	float: right;
	width: 244px;
	color: #666;
}
.pRightcol {
	padding: 0 16px 0 16px;
	display:block;
}
.pRightcolLight {
	padding: 6px 16px 6px 16px;
	display:block;
	background-color: #f7f7f7;
}
.thrColFix #rightCol
{
	float: right;
	width: 212px;
	padding: 0 16px 0 16px;
	color: #666;
}
.thrColFix #rightCol h2
{
	margin: 0 0 10px 0;
	font-size:14px;
}
#middleCol .homecol2
{
	float: left;
	width: 214px;
	padding: 0 12px 4px 18px;
	margin: 0 0 10px 0;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
}
#middleCol .homecol3
{
	float: left;
	width: 214px;
	padding: 0 0 4px 16px;
	margin: 0 0 10px 0;
}
.homecol1 h2, .homecol2 h2,  .homecol3 h2 {
	color: #003880;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#mainContent table.akademie
{
	padding: 0;
	margin: 0;
	width: 210px;
}
#mainContent table.akademie td
{
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 4px 0 4px 0;
}

#mainContent #footer
{
	text-align: right;
	padding: 30px 16px 16px 16px;
}
.servicenav {
	line-height: 24px;
	padding: 20px 0 0 0;
}
.servicenav a, #footer a, .akademie a, .wkSoftware a, .metanav a, .wk a {
	color: #666;
	text-decoration: none;
}
.servicenav a:hover, #footer a:hover, .akademie a:hover, .wkSoftware a:hover, .metanav a:hover, .wk a:hover {
	text-decoration: underline;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#rightCol p {
	padding-left: 16px;
	padding-right: 16px;
}


/* TOPNAV STYLES */

ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 974px;
	background: #828186 url(../images/topnavbg.png) no-repeat top left;
}
ul.topnavms {
	background: #828186 url(../images/topnavbgms.png) no-repeat top left;
}
ul.topnavstb {
	background: #828186 url(../images/topnavbgstb.png) no-repeat top left;
}
ul.topnavk {
	background: #828186 url(../images/topnavbgk.png) no-repeat top left;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 0;
	color: #fff;
	float: left;
}
ul.topnav li a img {
	border: none;
}
ul.topnav li a:hover{
	/*background: url(../images/topnav_hover.gif) no-repeat center top;*/
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 20px;
	height: 24px;
	float: left;
	background: url(../images/subnav_btn.png) no-repeat center top;
}

ul.topnav li span.subhover { /*--Hover effect for trigger--*/
*	background-position: center bottom; cursor: pointer;
	background: url(../images/subnav_btn_hover.png) no-repeat center top;
} 
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 24px;
	background: url(../images/subnavbg.png);
	margin: 0; 
	padding: 6px 0 6px 0;
	display: none;
	float: left;
	width: 100%;
	z-index: 99;
}
ul.topnav li ul.subnav li{
	margin: 0; 
	padding: 0;
	/*border-bottom: 1px solid #000; */
	clear: both;
	width: 100%;
}
html ul.topnav li ul.subnav li a {
	float: left;
	padding: 6px 0 6px 18px;
	width: 226px;
	color: #ddd;
	text-decoration:none;
}
html ul.topnav li ul.subnavaddison li a {
	width: 124px;
}
html ul.topnav li ul.subnavmittelstand li a {
	width: 105px;
}
html ul.topnav li ul.subnavkommunen li a {
	width: 103px;
}
html ul.topnav li ul.subnavakademie li a {
	width: 137px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #000;
	color: #fff;
}


/* SUBNAV STYLES */

#leftCol #subnav
{
	padding-bottom: 40px;
}
#subnav ul
{
	padding: 0;
	margin: 0;
}
#subnav li
{
	padding: 5px 0px 4px 0px;
	margin: 0 0 0 0;
	list-style: none;
	list-style-position: outside;
	list-style-type:none;
/*	background-image: url(../images/subnavSpacer.gif);*/
	border-bottom: 1px dotted #ccc;
	background-position: bottom;
	background-repeat: repeat-x;
}
.SubNavActive
{
	font-weight: bold;
}
.SubNavActive li
{
	font-weight: normal;
}
li.SubNavKaskaActive
{
	font-weight: bold;
	/*list-style-image: url(../images/subnavDotActive.gif);*/
}


#subnav li a:link, #subnav li a:visited
{
	color: #000000;
	text-decoration:none;
}
#subnav li a:hover, #subnav li a:focus, #SubNav li a:active
{
	color: #000000;
	text-decoration: underline;
}

#subnav li ul
{
	margin-top: 4px;
}
#subnav li ul li
{
	list-style: square;
	padding: 2px 0px 2px 0px;
	margin: 0 0 0 3px;
	list-style-image: url(../images/subnavDot.gif);
	list-style-position:inside;
	color: #004992;
	border-bottom: 0;
}
#subnav li ul li a:link, #subnav li ul li a:visited
{
	color: #004992;
	text-decoration:none;
}
#subnav li ul li a:hover, #subnav li ul li a:focus, #subnav li a:active
{
	color: #004992;
	text-decoration: underline;
}

/* CONTACT BOX */
#contactbox
{
	background: url(../images/contactbg.png) no-repeat top left;
	margin-top: 40px;
}
#contactbox p
{
	padding: 0;
	margin: 0;
}
#contactbox h3
{
	padding: 10px 0 6px 0;
	margin: 0;
	font-weight: normal;
	color: #ef8f00;
	font-size: 13px;
}
#contactbox h3 a {
	color: #ef8f00;
}
#contactbox a {
	color: #003880;
}

/* PLUS FORMULAR */
.formularfooter
{
	padding: 10px 0 0 0;
}
.copy
{
	display: none;
}
.bestellanfrage {
	background: url(../images/anfragefomularbg.png) bottom left no-repeat;
	width: 440px;
	padding: 15px;
}


.formfield {
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	color: #444;
	width: 240px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.formbtn {
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #444;
}

/* IMAGE ROTATOR */
div#rotator {
	position:relative;
	height:259px;
	width: 974px;
	margin: 0;
	padding: 0;
}
div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#rotator ul li img {
	border:0;
}
div#rotator ul li.show { }


/* SPECIAL BOXES */
.netviewerbox {
	background: url(../images/netviewer.png) top left no-repeat;
	padding: 60px 16px 20px 0;
}
#options {
	padding: 3px 0 0;
	float: left;
	width: 60px;
}
.flst td {
	border-bottom: 3px solid #fff;
	padding: 3px;
	background-color:#eee;
}

/* NEWS SCROLLABLE */

#newsflowpane {     position:relative;     overflow:hidden;     clear:both; height: 240px; }  
#newsflowpane div {     float:left;     display:block;     width:214px;     cursor:pointer;  }  
#newsflowpane .newsitems {     width:20000em;     position:absolute;     clear:both;     margin:0;     padding:0; }  
#newsflowtabs {}
.newstabnav { padding: 0 0 10px 0; clear: both; display:none;}
#newsflowtabs li { float:right; list-style:none; padding: 4px; background-color: #eee; margin: 1px;}

.seminar { background: url(../images/seminarbg.png) top left no-repeat; padding: 10px 16px 10px 0; margin: 10px 0 0 0;}
.seminarlink { float: right; }

.hrclear {
	clear:both;
	color: #fff;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 0 0;
	margin-bottom: 10px;
}