@charset "utf-8";
/* TEXTER */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


a:link {
	border:none;
	text-decoration: none;
	color: #191970;
}
a:visited { 
	text-decoration: none;
		color: #191970;
}
a:active { 
	text-decoration: none;
	color: black;
} 



.twoColHybRtHdr #container {
	background:#A0A0A0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	width: 875px;  /* this will create a container 80% of the browser width */
	border: 1px solid #000000;

}

.twoColHybRtHdr #header {
//*	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColHybRtHdr #sidebar1 {
	float: right;
	width: 200px; /* since this element is floated, a width must be given */
	padding:10px;
	margin:10px;
	background-color: #B4B4B4;
}

.twoColHybRtHdr #sidebox { 
	float:right;
	height: 300px; 
	width: 200px; 
	padding: 10px; 
	background-color:#B0B0B0;
	overflow: auto;
}

.twoColHybRtHdr #mainContent {
	margin: 0 0 0 20px; /* top/???/???/left */
}

.footer {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
}

.h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:Left;

}
.h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

.h66 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFC000;
	background-color:#666;


}
.h67 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:4px;
}
.h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
}

.h68 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
}

.h7 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:8px;
}

.h8 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:6px;

}

.menu {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	
}

.bilder {
	margin-top:10px;
}

.extratext {
position : absolute;
left : -1000px;

}


