/* stylesheet von der 372dpi gmbh - juerg fausch - 372dpi.ch */

* {
	margin:0;
	padding:0;
}

body {
	background-color: #838383;
	font-family: Verdana, Helvetica, Arial, san-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

/* layout */
#container {
	background: #fff;
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	margin-top: 30px;
	border-left:  #444444 1px solid;
	border-right:  #444444 1px solid;
	border-top: #444444 1px solid;
	border-bottom: #444444 1px solid;
	/*border-left:  #999 1px solid;
	border-right:  #999 1px solid;
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;*/
}

#content {
	width: 732px;
	margin: 35px 20px 10px 35px;
	background: url(/media/bg/contentFrontBGtop.gif) top left no-repeat;
}

#frontmenue {
	width: 732px;
	height: 185px;
	margin: 0px 20px 10px 35px;
	background: url(/media/bg/menueFrontBG.gif) top left no-repeat;
}

#footer {
	width: 732px;
	height: 38px;
	margin: 0px 20px 20px 35px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: url(/media/bg/footer.gif) no-repeat top left;
}


/* bilder */
/* .std {
	border: #000000 solid 1px;
} */

/* content */
.topFP {
	padding: 14px 0 18px 15px;
	background: url(/media/bg/contentFrontBGbottom.gif) bottom left no-repeat;
}

#midFP {
	padding: 10px 0 0 0;
	margin: 0 0 0 490px;
}

.lastFP {
	padding: 10px 0 0 16px;
}

/* navi front */
#midFP h2 {
	margin: 0;
	padding: 0;
}

#midFP a {
	display: block;
	width: 198px;
	height: 36px;
	padding: 0;
	margin: 0 0 2px 0;
}

#midFP h2.l1 a, a:link {
	background: url(/media/navi/menueFront/01_normal.gif) top left no-repeat;
}

#midFP h2.l2 a, a:link {
	background: url(/media/navi/menueFront/02_normal.gif) top left no-repeat;
}

#midFP h2.l3 a, a:link {
	background: url(/media/navi/menueFront/03_normal.gif) top left no-repeat;
}

#midFP h2.l4 a, a:link {
	background: url(/media/navi/menueFront/04_normal.gif) top left no-repeat;
}

#midFP h2.l5 a, a:link {
	background: url(/media/navi/menueFront/05_normal.gif) top left no-repeat;
}

#midFP h2.l1 a:hover {
	background: url(/media/navi/menueFront/01_over.gif) top left no-repeat;
}

#midFP h2.l2 a:hover {
	background: url(/media/navi/menueFront/02_over.gif) top left no-repeat;
}

#midFP h2.l3 a:hover {
	background: url(/media/navi/menueFront/03_over.gif) top left no-repeat;
}

#midFP h2.l4 a:hover {
	background: url(/media/navi/menueFront/04_over.gif) top left no-repeat;
}

#midFP h2.l5 a:hover {
	background: url(/media/navi/menueFront/05_over.gif) top left no-repeat;
}

#midFP h2.l1 span {
	display: none;
}

#midFP h2.l2 span {
	display: none;
}

#midFP h2.l3 span {
	display: none;
}

#midFP h2.l4 span {
	display: none;
}

#midFP h2.l5 span {
	display: none;
}


