/* style.css - karnik.de
 * -----------------------------------------------------------------------------
 *	Common
 * -----------------------------------------------------------------------------
 */

	* {
		margin:0;
		padding:0;
	}

	html {
		height: 100%;
	}

	body {
		background: #f9f9f9;
		color: #000;
		font-family: sans-serif;
		font-size: 100%;
    	line-height:1.25em; /* 16×1.125=18 */
		margin: 0;
		text-align: center;
		height: 100%;
	}

	pre {
		font-size: 1.2em;
		padding: 4px;
		overflow: auto
	}

	.right {
		float: right;
	}
	
	.left {
		float: left; 
	}
	.nofloat {
		float: none; 
	}
	
	.clearboth {
		clear: both;
	}
	
	.clearnone {
		clear: none;
	}
	
	.border {
		border: 1px solid black;
	}

	.noborder {
		border: 0px;
	}
	
	div.codebox {
		border: 1px solid #adb345;
		margin-left: 20px;
		background: #f7f9de;
	}
	
	div.codeheader {
		padding: 4px;
		background: #e6e8cd;
		border-bottom: 1px solid #adb345;
	}
	
	div.imgborder {
		border: 1px solid #adb345;
		background: #f7f9de;
		padding: 4px;
		margin: 4px;
	}
	
	div.withzoom {
		background: url(../img/icons/zoom.png) top right no-repeat;
		padding-right: 13px;
	}
	
	div.imgcaption {
		margin: 2px;
	}
	
	div.imginner {
		border: 1px solid #adb345;
		padding: 1px
	}

	h1, h2, h3, h4 {
		font-family: sans-serif;
		color: #6c7300;
		font-weight: bold;
	}
	
	h1 {
		font-size: 1.2em;
		margin-bottom: 15px;
		margin-top: 25px;
		border-bottom: 1px solid #6c7300;
	}
	
	h2 {
		font-size: 1.4em;
		margin-bottom: 15px;
		margin-top: 25px;
	}
	
	h3 {
		font-size: 1.2em;
		margin-bottom: 5px;
		margin-top: 15px;
	}
	
	h4 {
		font-size: 1.1em;
		margin-bottom: 5px;
		margin-top: 15px;
	}
	
	p.content {
		font-size: 0.75em;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	.boldtext {
		font-weight: bold;
	}
	
	.italictext {
		font-style: italic;
	}

	div.list {
		margin-top: 2px;
		margin-bottom: 10px;
	}

	div#maincontent {
		font-size:0.75em;
		margin-left: 10px;
	}

	ul {
		list-style-image:url(../img/icons/ul-dot.png);
	}

	div#maincontent ul {
		margin-left: 20px;
		list-style-image:url(../img/icons/ul-dot.png);
	}
	
	/*div#maincontent ul li ul {
		margin-left: 20px;
	}*/
	
	div#maincontent ol {
		margin-left: 20px;
		list-style-image: none;
	}
	/*
	div#maincontent ol li ol {
		margin-left: 20px;
	}*/
	
	
	/* TOC Styles */	
	div#toc {
		position: relative;
	}
	
	div.tocheader {
		padding: 4px;
		border-bottom: 1px solid #939393;
		font-weight: bolder;
	}

	div#toc ul.toc {
		margin-left: 10px;
		list-style: none;
		font-weight: normal;
	}

	div#container {
		position: relative;
		text-align: left;
		width: 920px;
		margin: 0 auto; 
		border-left-width: 1px;
	  	border-left-style: solid;
		border-right-width: 1px;
	  	border-right-style: solid;
		border-color: #939393;
		background: #fefefe;
		background-image: url("../img/bg.png");
		background-repeat:no-repeat;
		min-height: 100%; /* Mindesthöhe für moderne Browser */
		height:auto !important; /* Important Regel für moderne Browser */
		height:100%; /* Mindesthöhe für den IE */
		overflow: hidden !important; /* FF Scroll-leiste */ 
	}

/* Common Links */
	a {
		color: #6c7300;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}	
	
	a img {
		border:none;
	}
	
	a.external {
		background: url(../img/icons/external.png) center right no-repeat;
		padding-right: 13px;
	}
	
	a.download {
		background: url(../img/icons/dl.png) center left no-repeat;
		padding-left: 26px;
	}

/* 
 * -----------------------------------------------------------------------------
 *	Header
 * -----------------------------------------------------------------------------
 */

	#header{
		background-image: url("../img/header.png");
		background-repeat: no-repeat;
		height: 96px;
		color: #fff;
		border-bottom-width: 6px;
	  	border-bottom-style: solid;
		border-color: #939393;
	}
	
	#left-header {
		float: left;
		width: 400px;
		margin-top: 20px;
		margin-bottom: 0px;
		height: 90px;
	}

	#right-header {
		float: right;
		height: 90px;
		margin-top: 20px;
		margin-right: 70px;
		margin-bottom: 0px;
	}
	
	#header-date {
		margin-left: 20px;
		color: #fff;
		font-size: 0.6em;
	}

	#header-link {
		margin-top: 10px;
		height: 40px;
		margin-left: 20px;
		font-weight: 900;
		font-size: 3em
	}

	#header-search {
		margin: 0px;
		height: 30px;
	}
	
	#header-nav {
		height: 24px;
		color: #fff;
		font-size: 0.75em;
		margin-top: 19px;
	}
	
	#searchBox{
		float: left;
		height: 18px;
		width: 250px;
		border: solid 1px #999;
		font-size: 0.75em;
		background: url("../img/bg-searchBox.png") repeat-x;
		margin-right: 6px;
		padding: 3px 0 0 25px;
	}
	
/* Header Navigation */

	.header-nav {
		color: #fff;
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	ul.header-nav li {
		width: 80px;
		height: 20px;
		position: relative;
		float: left;
		margin: 0px;
		padding-top: 6px;
		padding-left: 6px;
		background: #B3B3B3;
		border-bottom: 6px solid #939393;
		border-right: 1px solid #939393;
		border-top: 1px solid #939393;
		border-left: 1px solid #939393;
	}
	
	
	ul.header-nav li.active {
		background: #939393;
		color: #000;
	}
	
	ul.header-nav li:hover {
		background: #737373;
		color: #000;
		border-bottom: 6px solid #737373;
        border-right: 1px solid #737373;
        border-top: 1px solid #737373;
        border-left: 1px solid #737373;

	}

	ul.header-nav li a {
		text-decoration: none;
		display: block;
		color: #000;
		font-weight: 900;
	}
	
	ul.header-nav li.active a {
		color: #fff;
	}
	
	ul.header-nav li:hover a {
		color: #fff;
	}

	ul.header-nav li ul {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 32px;
		left: -1px;
		display: none;
	}
	
	ul.header-nav li:hover ul  { 
		display: block; 
	}
	
	ul.header-nav li ul li {
		font-weight: 300;
		width: 140px;
		position: relative;
		background: #737373;
		float: left;
		margin: 0px;
		padding: 6px;
		border: 0px;
	}
	
	ul.header-nav li ul li.active {
		border-bottom: 0px;
		font-style: italic;
		background: #737373;
	}
	
	ul.header-nav li ul li:hover {
		background: #333333;
		border: 0px;
	}
	
	ul.header-nav li ul li a {
		font-weight: 400;	
		display: block;
		color: #fff;
		text-decoration: none;
	}
	
	ul.header-nav li ul li a:hover {
		border-bottom: 0px;
		font-weight: 400;
	}
	
	
	/* Header Link */
	a.header-link  {
		text-decoration: none;
		color: #fff;
	}
	
	a.header-link:hover  {
		color: #eee;
	}


/* 
 * -----------------------------------------------------------------------------
 *	Content
 * -----------------------------------------------------------------------------
 */
	#left-content {
		margin-top: 10px;
		margin-left: 10px;
		float: left;
		width: 720px;
	}
	
	#right-content {
		float: right;
		width: 180px;
	}
	
	#content{
	}
	
	div#spacer {
		clear: both;
		width: 920px;
		height: 200px;
	}

/* Breadcrumbs */
	#breadcrumbs {
		color: #000;
		font-size: 0.6em;
		margin: 0px;
		padding: 0px;
		margin-top:-10px;
		font-weight: 500;
	}

/* Content Navigation */
	.content-nav {
		list-style-type:none;
		padding: 0;
		margin: 10px 12px;
		list-style: none;
	}
	
	.content-nav li {
		font-weight: 900;
		list-style: none;
	}
	
	.content-nav li a {
		text-decoration: none;
		color: #000;
		font-size: 1em;
	}

	.content-nav li ul li {
		font-weight: 400;
		padding-top: 2px;
		margin-bottom: 2px;
		border-top-width: 1px;
	  	border-top-style: solid;
		border-color: #939393;		
	}

	.content-nav li ul li a {
		color: #6c7300;
		font-size: 0.75em;
		text-decoration: none;
	}
	
	.content-nav li ul li.active a {
		color: #737373;
		font-size: 0.75em;
		font-style: italic;
		text-decoration: none;
	}
	
	.content-nav li ul li a:hover {
		text-decoration: underline;
	}

/* 
 * -----------------------------------------------------------------------------
 *	Footer
 * -----------------------------------------------------------------------------
 */
 
	div#footer {
		clear: both;
		border-top-width: 6px;
	  	border-top-style: solid;
		border-color: #939393;
		background: #c4c4c4;
		background-image: url("../img/footer.png");
		background-repeat:no-repeat;
		height: 140px;
		text-align: center;
		position: absolute;
		width: 920px;
		bottom: 0px;
		left:50%; 
		margin-left:-460px;	
	}
	
	.copyright-big {
		color: #fff;
		font-size: 0.8em;
	}
	
	.copyright-small {
		color: #fff;
		font-size: 0.6em;
		margin-bottom: 10px;
	}
	
	.footer-small {
		color: #fff;
		font-size: 0.6em;
		margin-bottom: 15px;
	}

	.powered-by {
		color: #fff;
		font-size: 0.6em;
		margin-bottom: 5px;
		font-style: italic;
		font-weight: 900;
	}

/* Footer Links */
	a.copyright-link  {
		color: #fff;
		text-decoration: underline;
	}

	a.copyright-img-link {
		text-decoration: none;
	}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 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 */



