html, body, div, img, h1, h2, h3, p, ul, li {
	margin:0px;
	padding:0px;
	border:0px none;
}

body {
	background-image: url(../images/bg.gif);
	font-family: Arial, sans-serif, Helvetica, Verdana;
	color:#000;
	font-size:62.5%; /*--- reduziert die Standartgrösse auf 10px; 1em = 10px --*/
	line-height:18px;
}

/*----- Content -----*/
#content {
	z-index: 1;
	margin: auto;
	margin-top: 0px;
	width: 800px;
	padding: 0px;
	background-color: #fff;
	border-left: 10px solid #c9deff;
	border-right: 10px solid #c9deff;
	position: relative;
}


#contenttext {
	z-index: 1;
	margin-left: 40px;
	color: black;
	position: absolute;
	visibility: hidden;
}

#header {
	width: 800px;
	height: 267px;
}

#headerover1 {
	z-index: 2;
	width: 800px;
	height: 267px;
	position: absolute;
	background-image: url(../images/header1.jpg);
}

#headerover2 {
	z-index: 2;
	width: 800px;
	height: 267px;
	position: absolute;
	background-image: url(../images/header2.jpg);
}

#homecontent {
	
	width: 800px;
}

#mail {
	z-index: 5;
	top: 720px;
	left: 570px;
	width: 200px;
	height: 20px;
	position: absolute;
}


#mail2 {
	z-index: 5;
	top: 190px;
	left: 200px;
	width: 160px;
	height: 20px;
	position: absolute;
}

#link1 {
	z-index: 5;
	top: 485px;
	left: 220px;
	width: 360px;
	height: 40px;
	position: absolute;
}

#link2 {
	z-index: 5;
	top: 630px;
	left: 270px;
	width: 250px;
	height: 35px;
	position: absolute;
}

#link3 {
	z-index: 5;
	top: 670px;
	left: 240px;
	width: 310px;
	height: 40px;
	position: absolute;
}

#plan {
	height: 700px;
	padding-top: 30px;
	text-align: center;
}

#textplan {
	width: 580px;
	text-align: center;
	margin: auto;
	color:#737373;
}

#textplan a {
	text-decoration: underline;
}

/*----- Navigation -----*/

#navibalken {
	width: 800px;
	height: 24px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fff;
}

.navi {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 4px;
	color:#737373;
	
}

.active {
	color: black;
}


/*----- Typography -----*/

h1 {
	font-size:3em;
	font-family:Arial, sans-serif, Helvetica;
	line-height: 35px;
}


p {
	font-size:1.3em;
	font-family: Arial, sans-serif, Helvetica, Verdana;
}


a {
	color: #737373;
	border:none;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

a:hover {
	color: black;

}

em {
	font-size: 2em;
	border-top: 1px #000 solid;
}
