/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* edited by vmd4laborkontor
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.6em;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#777; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #888; }
a:hover { text-decoration: underline; 
	color:#009EE0; }
#menu a:link { color:#888; }
#menu a:visited { color:#888; }
#menu a:hover { color:#666;
	text-decoration: underline; }
a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
	left: 0px;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
	color:#009EE0;
	font-size:115%;
	}

.suche {
	background-color:#fff;
	font-size:115%;
	color:#009EE0;
	border:0px;
	margin: 0 0 5px -3px;
	text-align:left;
	}
	
input.suche_feld {
	font-size: 100%;
	padding: 2px;
	width: 146px;
	border: 1px solid #009EE0;
	background-image:none; !important
	}

q.style.background {
	background-image:none; !important
	}

#content {
    height: 100%;
    margin: 120px 0 0 225px;
    top: 0;
}

.container_menu {
    padding: 40px 2px 50px 50px;
}
.container_cont {
    padding: 5px 5px 50px 5px;
	font-size:110%;
	width: 500px;
}

#content p { width: 500px; margin-bottom: 10px; }

p {
    margin: 0 0 9px 0;
}

.kontorblau {
	color:#009EE0;
	}
.kontorgrau {
	color:#888;
	}
.kontorschwarz {
	color:#000;
	}

h1 { font-size: 135%;
	font-weight:bold;
	margin-bottom:8px;}
h2 {font-size: 130%;
	font-weight:bold;
	margin-bottom:8px;}
h3 { font-size: 120%;
	font-weight:bold;
	margin-bottom:8px; }
h4 { font-size: 90%;
	font-weight:normal;
	margin-bottom:8px; }

#img-container { margin: 0; padding: 0; }
#img-container p { width: 500px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.ndxzlink {
	position:fixed;
	bottom:10px;
	left:50px;
	width:150px;
	text-align:left;
	}
.ndxzlink ul {
	list-style:none;
	}
.ndxzlink ul li a {
	color:#009EE0;
	font-size:85%;
	font-weight:bold;
	}
.ndxzlink ul li a:hover {
	text-decoration:none;
	color:#888;
	}
.lk_logo {
	margin-bottom:30px;
/*	background-image:url(pix/laborkontor.png);*/
	}