
/* 
Thanks to http://www.456bereastreet.com/lab/cssframes/ !
*/

body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
}

/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:130px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}
div#superheader {
    height:20px;
	width:720px;
	margin:0 auto;
	}
div#header {
	height:110px;
	width:720px;
	margin:0 auto;
}

div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:130px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
	margin-left:16px;
	padding-bottom:25px;
}

/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
	padding-bottom:5px;

}


div#middle {
	width:720px;
	margin:0 auto;

}

div#content {
	padding:0 10px;
	

}
/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	p\osition:absolute;
	bottom:0px;
	left:0;
	height:25px;
}
body>div#footerwrap {
	position:fixed;
}
div#footer {
	height:25px;
	width:720px;
	margin:0 auto;
}

/* Styling rules to make this demo page look nice. */
body,
html{
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	color:#fff;
	background:#333333;
}


div#header {
	background:#333333;
	color:#eee;
}

div#footer {
background:#000000;
color:#eee;
}
div#superheader{
    background:#000000;
	color:#fff;
	}
div#middle{
	background:#666666;
	
	

}
div#content {
	background:#222222;
	min-height: 1200px;
	/*IE Hack for min-height problem*/
	height: auto !important;
	height: 1200px;
}

h1,
h2{
	padding:0;
	margin:0;
}

div#footer h2 {
	text-align:center;
	padding:0;
	margin:0;
}
div #footer p {
	margin:0;
	padding:0;
	text-align:center;
}
div#footer a {
	color:#fff;
}
h1 {
	font-size:0em;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	line-height:0%;
	color:#876543;
}


h2 {
    font-size:0.8em;
    font-family:"Trebuchet MS", Georgia, Verdana, serif;
	font-weight: lighter;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	color:#876543; 
	text-align:center;
	}
h3 {
	font-size:0.8em;

	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	color:#876543; 
	text-align:center;
	}
h4 {
	padding-top:25px;
	margin-top:-15px;
	font-size: 100%;
	border-bottom: thin solid #000000;
	color:#876543; /*#ae976d*/
	margin-bottom:0;
}
h5 {
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	font-weight: lighter;
	font-size: 80%;
	border-bottom: thin solid #000000;
	color:#876543; /*#ae976d*/
	margin-bottom:0;
	

}
h6 {
	font-weight: lighter;
	padding-top:25px;
	margin-top:-15px;
	font-size: 70%;
	border-bottom: thin solid #000000;
	color:#876543; /*#ae976d*/
	margin-bottom:0;
}
p {
	
	font-size:80%;
	line-height:100%;
	color:#876543;
}

img.floatLeft { float: left; 
margin: 10px; }

img.floatRight { float: right; 
margin: 10px; }

img.alignRight { float: right;
margin : 0px;

}
img.alignLeft { float:left;
margin : 0px;

}

pre {
	font-size:90%;
	line-height:130%;
}
ul {
	font-size:80%;
	line-height:130%;
}

div#navbar2 {
	height: 30px;
	width: 100%;
	/*
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	*/
	background-color: #000000;

}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}

div#navbar2 li {
	list-style-type: none;
	display: inline;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 7px;
	margin-left:35px;
	color: #FFF;
}
div#navbar2 li a:link {
    color: #FFF:
}

div#navbar2 li a:hover {
    
    color: #FFF;
    background-color: #222222;
}
.linkjes {color: #666699}/*	.linkjes {color: #666699}*/

.intern_link {
font-size:6;
text-decoration:none;
color: #876543;
}
.intern_link:hover{
text-decoration: underline; 
}

