body { margin: 0; padding: 0; text-align: left; color: #333; font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #fff; }
h1 { font-size: 1.4em; font-weight: bold; color: #666; margin-top: 50px; }
h1 .norm { font-variant: normal; text-transform: none; }
h2 { font-size: 1.2em; font-weight: bold; color: #666; margin-top: 30px; margin-bottom: 5px; }
h3 { font-size: 1em; font-weight: bold; color: #666; margin: 30px 0 5px; }
h4 { color: #666; font-size: 1em; font-weight: bold; text-transform: uppercase; margin: 20px 0 5px; padding: 0; }
a, a:link			{ color: #256; text-decoration: underline   }
a:hover		{ color: #000 ; font-style: normal; text-decoration: none; }
a:visited	{ text-decoration: none; }
a:active	{ color: #000 ; text-decoration: underline; }
#content { color: #333; border: solid 0 #fff; font-size: 0.9em; background-color: #fff; width: 100%; clear: both; }
.container { width: 1024px; text-align: left; margin-top: 0; margin-right: auto; margin-left: auto; border-style: solid; border-width: 0; }
#fauxcol { background-image: url(../images/bg-container.png); background-repeat: repeat-y; background-attachment: scroll; background-position: left 50%; position: relative; width: 100%; display: table-row; }
.leftCol { background-color: #849bae; position: relative; width: 300px; height: 100%; float: left; border: solid 0 #fff; }
.leftcol img {}
.rightCol { width: 660px; padding: 0 0 30px; float: left; margin: 0 0 0 54px; border: solid 0 #fff; }
#header { background-color: #849bae; width: 100%; margin: 0; height: 145px; padding: 0; border: solid 1px #8495a4; }
#header { background-color: #849bae; width: 100%; margin: 0; height: 145px; padding: 0; border: solid 1px #8495a4; }
/* nav area begin
*
*/
#nav { width: 100%; margin: 15px 0 0; border: solid 1px #849bae; float: left; padding: 0; }
#nav .box1 { width: 158px; float: left; }
#nav .box2 { width: 158px; float: left; }
#nav .box3 { width: 158px; float: left; }
#nav .box4 { width: 158px; float: left; }
#nav ul{ list-style-type: none; padding: 0; border-left: 1px solid #ced8e5; border-top-style: none; border-right-style: none; border-bottom-style: none; }
#nav li { line-height: 0.9em; margin: 0; padding: 0; }
#nav ul li a { color: #fed887; display:block; text-decoration: none; margin: 5px; padding-bottom: 2px; border-bottom: 1px solid #8495a4; }
#nav ul li a:hover, a:hover{ color:#036; border-bottom: 1px solid #ced8e5; }

/* nav area end*
*/
.sidenav ul { color: #fff; text-align: left; margin: 30px 0 0; padding: 0; }
.sidenav ul li { margin: 0; padding: 0 0 0 30px; }
.sidenav a:link, .sidenav a { color: #abb9c5; font-size: 0.8em; text-decoration: none; padding: 4px; border-bottom: 1px solid #ced8e5; display: block; }
.sidenav a:hover { color: #000; background-color: #fff; border-bottom-style: none; }
#footer { color: #cbe7fe; background-color: #8495a4; width: 100%; height: 260px; clear: both; border-style: none; }
#adressbox { color: #cbe7fe; font-size: 0.9em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: lighter; background-color: #586f83; height: 260px; padding-left: 40px; }
#netmuc { color: #cbe7fe; font-size: 12px; font-weight: lighter; margin-top: 230px; margin-left: 460px; border-style: none; }
/* global styles begin
*
*/
a img { border-style: none; }
a:hover img { border-style: none; }
#hsb  a  { background-image: url(../images/pub-side.png); background-repeat: no-repeat; width: 298px; height: 270px; z-index: 500; margin-left: 1px; display: block; }
#hsb  a:hover  { background-image: url(../images/pub-side2.png); background-repeat: no-repeat; z-index: 501; }
ul  {  }
li { margin: 0; list-style-type: none; padding-bottom: 20px; }
img a { border-style: none; border-width: 0; }
img a:hover { border: solid 1px #c00; }
.rand { margin: 0; padding: 50px 4px; border: solid 1px #ced8e5; }
.text-in { color: #b2c0cd; margin: 25px; }
.horiz150 { color: #666; font-weight: bold; width: 150px; float: left; margin-bottom: 20px; }
.horiz250 { color: #666; width: 250px; float: left; margin-bottom: 20px; }
.horiz350 { color: #666; width: 350px; float: left; margin-bottom: 20px; margin-left: 20px; }
.horiz450 { width: 450px; float: left; margin-bottom: 20px; }
.portrait { background-color: #a7b9c9; text-align: center; margin-top: 20px; padding: 8px; border: solid 1px #cbe7fe; }
.footergap { margin-top: 40px; }
.gap { margin-top: 20px; }
.gapgap { margin-top: 80px; }
.alignmiddle { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.fltrt { /* Mit dieser Klasse k&ouml;nnen Sie ein Element auf der Seite nach rechts flie&szlig;en lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse k&ouml;nnen Sie ein Element auf der Seite nach links flie&szlig;en lassen. */
	float: left;
  margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schlie&szlig;en eines Containers sein, der wiederum einen vollst&auml;ndigen Float enthalten sollte. */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
.clearhr {
	/* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.clear { clear: both; }
element { }
