html {
	background-color: #eeeeee;
	background-image:url(../img/html-back.gif);
	background-repeat:repeat-y;
	background-position:  left 50%;
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	
}
#logo {
	background-image:url(../img/back2.gif);

	
	}

body {
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	min-height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	color: #434c5b;

	
}

h1, h2, h3 {
	font-family: Arial, Arial Narrow, Tahoma, Verdana, Helvetica, sans-serif;
}
body a {
	color: #424d5f;
}
body a:hover {
	color: #7e8db5;
}
body a:active {
	color: #b1004e;
}
* html body {
	
}
html body * {
	background-repeat: no-repeat;
	}
	
hr {
              
    width: 600px;
	margin:0px;
	padding:0px;
 
	}

 button {
font-size:9px;
	background-color: grey;
	background-image:url(/NK_GmbH/img/button.gif);
	background-repeat:repeat-x;
	color: black;
	width:55px;
}
input.button{
	border: 1px outset #3f4658;
	background-color: #434c5d;
	color: white;
	width: 50px;
}
form {
	padding: 0;
	margin: 0;
}
li {
    list-style-image:url(/NK_GmbH/img/liste.gif);
	}

/*
	IDs, Klassen
*/




#topnav {
	background-color: #e3e4e8;
	background-image:url(../img/button1.gif);
	background-repeat:repeat-x;
	float: left;
	width: 100%;
	border-bottom: 2px solid #FF0618;
	overflow: hidden;
	height: 22px;
	z-index: 999;
	position: fixed;
	
}



#topnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topnav ul li {
	display: inline;
}
#topnav ul li a {
	float: right;
	display: block;
	background-color: #5A5A5B;
	padding: 3px 8px 6px 8px;
	margin-right: 1px;
	color: #cecdd3;
	text-decoration: none;
	outline: none;
}
#topnav ul li a:hover {
	background-color: #C80A28;
}
#topnav ul li a:active {
	background-color: #b1004e;
	color: white;
}

#topnav ul li a.active {
	background-color: #C80A28;
}

#head {
	background-color: #eeeeee;
	background-image:url(../img/header1.gif);
	border-bottom: 2px solid #FF0618;
	float: left;
	width: 100%;
	position: fixed;
	z-index: 990;
	top: 22px;
}


#head h1 {
	text-indent: -9999px;
	height: 60px;
	background-image:url('');
	padding: 0;
	margin-left:30px; margin-right:0; margin-top:16px; margin-bottom:16px
}

#head h1.claim {
	background-image:url('');
	width: 277px;
	height: 60px;
	position: absolute;
	top: 41px;
	left: 605px;
	margin: 16px 0;
}

#head img {
	display: none;
}

#breadcrumbs {
	background-color: #5A5A5B;
	color: #cecdd3;
	float: left;
	width: 100%;
	overflow: hidden;
	height:15px;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	position:fixed;
	z-index:900;
	top: 114px;
	
}

/* #breadcrumbs { 
	height: 20px;
	font-size:9px;
	position: absolute;	
	top:150px;	
}*/

#breadcrumbs span {
	margin-left: 220px;
}
#breadcrumbs span.right {
	float: right;
	display: block;
	background-color: #5A5A5B;
	padding: 3px 8px 6px 8px;
	color: #cecdd3;
	outline: none;
	margin-right:50px;
	margin-top:-16px;
}

#breadcrumbs a {
	color: #cecdd3;
}


#breadcrumbs a:hover {
	color: #e7e6ec;
}
#breadcrumbs a:active {
	color: #b1004e;
}
                      


html>body #menu {
	border-left:1px solid white;
	border-right:1px solid white;
	border-top:0px solid white;
	border-bottom:0px solid white;
	font-size:12px;
	float:left;
	width: 196px;
	background-color: #e3e4e8;
	
	overflow: hidden; 
	margin-left:0; margin-right:0; margin-top:-25px; margin-bottom:0;
	top:141px;
	z-index: 900;
	position:fixed;
}
 #menu {/*IE - Hack */
 	position:absolute;
	top:119px;
	left:2px;
	width:196px;
	_font-color:red;
	z-index:100;
	float:left;
	
}

/*#menu div.element {
	float: left;
	width: 100%;
}*/

#menu span {
	background-color: #5A5A5B;
	display: block;
	height:15px;
	font-weight: bold;
	color:  #cecdd3;
	padding: 4px 8px 6px 14px;
	border-bottom: 1px solid white;
	margin: 0px;

}
#menu ul {

	padding: 0;
	margin: 0;
}


  li.treeMenu_opened ul {
    display: block;
  }
  li.treeMenu_closed ul {
    display: none;
  }
  

#menu ul li {
	padding: 0;
	margin: 0;
	font-weight:bold;
	height:auto;
	background-image:url(../img/button.gif);
	background-repeat:repeat-x;
}

			* html #menu ul li { /*IE - Hack */
				_height: 22px;
			}

#menu ul li a {
	color: #454c5e;
	display: block;
	padding: 4px 0 6px 20px;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid white;	
	

}

#menu ul li a:hover {
	background-image:url(../img/pfeil.gif);
	background-color:#5A5A5B;
	text-decoration: none;
	background-position:  8px 50%;
	color: #cecdd3;
}

#menu ul li a:active {
	background-image:url('none');
	background-position:  8px 50%;
	color: #b1004e;
}


#menu ul li.active {
	background-color: #5A5A5B;
	background-image: url('none');
}

#menu ul li.active a {
	background-image:url(../img/pfeil.gif);
	background-position: 170px 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #cecdd3;
}
#menu ul li.active a:hover {
	background-color:#5A5A5B;
	text-decoration: none;
	background-position:  8px 50%;
	color: #cecdd3;
}

#menu ul li.active ul li a {
	background-image: url('none');
	background-color: #cecdd3;
	color: #5A5A5B;
	font-weight: normal;
}

#menu ul li.open a {
	background-image:url(../img/pfeildown.gif);
	background-color: #5A5A5B;
	background-position:  160px 50%;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #cecdd3;
}

#menu ul li.open ul li a {
	background-image: url('none');
	background-color:#CCCCCC;
	font-weight: normal;
	color: #454c5e;
}
#menu ul li.open a:hover {
	background-color:#5A5A5B;
	text-decoration: none;
	background-position:  8px 50%;
	color: #cecdd3;
}

#menu ul li.open ul li.active a {
	
	background-position: 160px 50%;
	background-color: #5A5A5B;
	color: #cecdd3;
	font-weight: normal;
}


#menu ul ul a {
	padding-left: 32px;
	background-color:#CCCCCC;
	font-weight:normal;
	
}
menu ul img {
width:196px;

}


#main {
	float: left;
	width: 620px;
	color: #424d5f;
	overflow: visible;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 16px;
	top:140px;
	left: 200px;
	position:relative;
	list-style-image:url(/NK_GmbH/img/liste.gif);
	
	
	
}
 *html #main {
	position:static;
	margin-left:110px;
	height:150%;
	width:100%;
	overflow:hidden;
	
	
}



                #pageFoot {
                    width: 600px;
					border-top:solid 1px;
                    padding: 4px 0px 0px 0px;
					margin-left:0px;
					font-size:9px;
                }


#content {
	float: left;
	clear: left;
	overflow:visible;
	width: 97%;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}



#content h1 {
	margin: 0.2em 0 0.2em 0;
	font-size: 1.2em;
}
#content h2 {
	margin: 0.4em 0 0.4em 0;
	font-size: 1.2em;
}
#content h3 {
	margin: 0.2em 0 0.2em 0;
	font-size: 1em;
}
#content h4 {
	margin: 0.2em 0 0.2em 0;
	font-size: 2em;
}

#content table  {
	background-repeat: repeat-x;
	display: inline;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	float:left;
	border-spacing: 1px;
	border-collapse: separate;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	top: auto;
	width: max 600px;
	background-color: #F2F2F2;
            }
#content table tr td {
	border-bottom: 1px solid #5A5A5B;
	border-right: 1px solid #5A5A5B;
	border-spacing: 0px 10px 0px 10px;
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 0px 5px;
	height: 20px;
}


#content table tr td.highlight   {
	background-color: #b7bac3;
	margin:0;
	display: box;
	border-collapse: collapse;
	border-bottom: 1px solid #5A5A5B;
	border-right: 1px solid #5A5A5B;
	font-weight: bold;
	padding: 2px 5px 2px 5px;

}
#content table tr td.leer  {
	background-color: #e3e4e8;
	display: box;
	border-style:none;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px solid white;
	height: 10px;
}
#content table tr.leertr  {
	background-color: white;
	display: box;
	border-style:none;
	border-spacing: 0px;
	border-collapse: collapse;
	border-bottom: 2px solid black;
	height: 5px;
} 
#content table img {
    float: left;
    margin: 0px;
	padding:0px;
	background-position:center;
}
#content table th {
	background-color: #5A5A5B;
	font-weight: bold;
	color: #ccccd4;
	margin: 0;
	text-align: center;
	vertical-align:top;
	padding: 4px 6px 4px 6px;
}
#content table caption {
	background-color: #5A5A5B;
	font-weight: normal;
	color: #ccccd4;
	margin: 0;
	text-align: center;
	vertical-align:top;
	padding: 4px 6px 4px 6px;
}

#content a.list, #content a.edit {
	display: block;
	float: left;
	background-position: left;
	padding-left: 12px;
	margin-right: 15px;
}

#content p {
	line-height: 1.2em;
	margin: 0 0 1em 0;
	width:590px;
	padding-left: 5px;
}
#content ul {
	line-height: 1.5em;
	margin: 0 0 25px 0;
	list-style-image: inherit;
}
#content ul li {
	list-style-position:inside;
	list-style-image:url(/NK_GmbH/img/liste.gif);
	
	}

#content p img {
	float: left;
	margin-right: 5px;
	margin-left:5px;
	padding-left: 5px;
	padding-right:5px;
	
}
			#content button {
			font-size:9px;
				background-color: grey;
				background-image:url(/NK_GmbH/img/button.gif);
				background-repeat:repeat-x;
				color: black;
			}
			
			
* html .thumbnail:hover span{
visibility:hidden;
}
*+html .thumbnail:hover span{
visibility:hidden;
}
			
.thumbnail{
position: relative;
border-width:0px;
z-index:0;

}

.thumbnail:hover{
position:relative;
background-color: #FFFFFF;
z-index:999;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: 0px;


border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: bold;
text-align:left;

}

.thumbnail span img{ /*CSS for enlarged image*/
position:relative;
border-width: 0;
padding: 2px;
z-index:10000;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/

background-color:#FFFFFF;
visibility: visible;
position: fixed;
top: 200px;
left: 750px; 
/*position where enlarged image should offset horizontally */

}
