html {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535457;
	line-height: 14px;
	letter-spacing: 0px;
	word-spacing: normal;
	text-decoration: none;
}

body 
	{
	margin:0;
	padding:20px 0px 0px 0px;
	background-color:#ececec;
	color:#646668;
	text-align: center;
	}

select, input {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: #646668; 
}
 

/*Zentrier Container*/
#pagewidth {
position: absolute;
top: 10;
left: 50%;
width: 857px;
height: auto;
margin-left: -428px;
background-color: #ececec;
}

 
#header{
 position:relative; 
 height:90px; 
 background-color:#DDE4EE; 
 width:843px;
 border-left: 7px solid #ffffff;
 border-top: 7px solid #ffffff;
 border-right: 7px solid #ffffff;
 border-bottom: 0px solid #ffffff;
} 
 

div#headerTextLayer {
	position: absolute;
	left: 300px;
	top: 40px;
	width: 300px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	visibility: visible;
}

div#headerLogoLayer {
	position: absolute;
	left: 660px;
	top: 5px;
	width: 153px;
	height: 67px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	visibility: visible;
}

div#headerImpressumLayer {
	position: absolute;
	left: 533px;
	top: 75px;
	width: 350px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	visibility: visible;
}


div#headerHomeLayer {
	position: absolute;
	left: 25px;
	top: 16px;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	visibility: visible;
}
div#headerEmailLayer {
	position: absolute;
	left: 25px;
	top: 40px;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	visibility: visible;
}


#maincol{background-color: #FFFFFF;  
 float: left; 
 position: relative; 
 width:846px; 
 border-left: 6px solid #ffffff;
 border-top: 0px solid #ffffff;
 border-right: 5px solid #ffffff;
 border-bottom: 7px solid #ffffff;
 padding-left:0px;
 padding-top:0px;
 padding-right:0px;
 padding-bottom:0px;
 text-align:left;
 }
 
 #footer2{
 height:4px; 
 background-color:#3C6CAE; 
 clear:both;
 } 
 
 #footer3{
 padding:5px;
 clear:both;
 } 
 

 
 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 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 */  



/*
'-------------------------------------------------
' Definition Elemente
'-------------------------------------------------
*/


img.homeClass {
	border-width: 0px;
}

img.mailClass {
	border-width: 0px;
}


 hr {
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 0px 0px 1px 0px;
	height: 1px;
	width: 100%;
	margin: 15px 0px 15px 0px;
}

h1 {
	font-size: 13px;
	color: #3C6CAE;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
}

h2 {
	font-size: 13px;
	color: #3C6CAE;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
}
 
 /*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

a{color: #646668; font-weight: normal; text-decoration: underline; }
a:link { color: #646668; }
a:hover { color: #646668; }
a:active { color: #646668; }
a:visited { color: #646668; }
a:visited:hover { color: #646668; }
a:visited:active { color: #646668; }



a.websystem { color: #535457; font-weight: normal; text-decoration: none; }
a.websystem:link { color: #535457; }
a.websystem:hover { color: #535457; }
a.websystem:active { color: #535457; }
a.websystem:visited { color: #535457; }
a.websystem:visited:hover { color: #535457; }
a.websystem:visited:active { color: #535457; }




div#tipLayer {
	position: absolute;
	left: 100px;
	top: 100px;
	
    width: auto;
	height: auto;
	/*
	width: 240px;
	height: 180px;
	*/
	/*background-color: #ffffff;*/
	/*border: 1px solid #329fae;*/
	background-image: url("Images/bg_tipbox.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
	padding: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 51;
	border:solid 1px #000000;
	visibility: hidden;
}

div#tipBildLayer {
	position: absolute;
	left: 100px;
	top: 100px;
	width: auto;
	height: auto;
	background-color: #ffffff;
	border: 1px solid #000000;
	background-image: url("Images/bg_tipbox.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
	padding: 24px;
	margin: 0px;
	z-index: 51;
	visibility: hidden;
}

img.tipClass {
	width: 150px;
	height: 184px;
	margin: 24px;
	border-width: 0px;
}




 .multiPage
            {
                float:left;
                border:0px solid #396DAD;
                background-color:#ffffff;
                padding:4px;
                padding-left:0;
                width:550px;
                margin-left:-1px;                
            }
            
            .multiPage div
            {
                border:1px solid #396DAD;
                border-left:1;
                background-color:#FFFFFF;
            }
            
            .multiPage img
            {
                cursor:no-drop;
            }
