
* {/* Globaler Reset */
	margin:0;
	padding:0;
	text-decoration:none;
	font-size: 1em; /*don't edit */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
html {
		font-size: 62.5%; /* don't edit */
	}
	
body {
	font-size: 1em; /* global font-size: 1em = 10px */
	line-height:1.9em;
	background: #444;
	margin: 0 auto;
	

}

/*******************************************
* MAIN POSITIONING
********************************************/

div.seite { 
	margin: 0px auto;
	width:980px;
	background: #ffffff;

	}
	

/*******************************************
* Header
********************************************/

div.header {
	clear:both;
/*	background-color:#52698D; 
	background-color:#4c66b2;*/
	background-color:#1d3e9e;
	height:110px;
	position:relative;
}

div#kantonsbalken {
	height:60px;
	background-image:url(../bilder/hg_line.gif);
	}

div#service {
	float:right;
	padding-top:0px;
	}

div#service-zeile2 {float: left;}


/*div#suche { float:right; }*/
	
div#logo {
	position:absolute;
	left:80px;
/*	top:60px; */
	top:95px;
	width:300px;
	z-index:1;
}
div#illustration {
	position:absolute;
	right:300px;
	top:50px;
	width:250px;
	z-index:1;
}

div#illustration img {
	float:right;
	}


/*******************************************
* Inahlt
********************************************/

#abstand_oben {
	height:15px;
	background-image:url(../bilder/abstand-oben.gif);
}


#content {
	height: 520px; /* das hier für den ie */
	padding-bottom:25px;
}
/* folgende anweisung wird nicht vom ie interpretiert */
#content[id] {
    height:auto;
    min-height:520px;
}

.content_mit_InfoSpalte { background-image:url(../bilder/hg-inhalt.gif); background-repeat:repeat-y; }
.content_ganzeBreite { background-image:url(../bilder/hg-inhalt-breit.gif); background-repeat:repeat-y; }
.content_start { background-image:url(../bilder/hg-inhalt-start.gif); background-repeat:repeat-y; }

div#menu1 {
	float:left;
	width:160px;
	padding-top:55px;
}

.menu_links, .menu_anderes, .menu_kontakt {margin-top:22px;}
.menu_angebot_titel {margin-top:8px;}
.menu_angebot {margin-top:2px;}

.blogme {margin-top:20px;margin-left:80px}

div#content_links {
float:left;
/*padding-top:85px;
margin-left:160px;
margin-right:285px;*/
}

.content_links_ganzeBreite { width:805px; padding-left:15px; }

.content_links_mitInfospalte { 
width:505px;
margin-top:75px;
padding: 0px 15px;
}

div#info-spalte {
	float:right;
	width:270px;
}


div#footer {clear:both;}




/*******************************************
* CLEANER
********************************************/

	
	.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:0px none;
	margin:0;
	padding:0;
	background:transparent;
	}
	



