/* Dateiname: layout.css 
 Designed für www.holsatia-elmshorn.de
 Autor: Sören Beste [www.beste-loesungen.de.vu]
 Copyright 2010 - bL
*/

/* Grundlayout: body, links, etc. */

#body { 
	color: #ffffff;
	font-family: Verdana, Arial;
}

#a {
	color: #ffffff;
	text-decoration: underline;
}

#a: hover {
	color: #000000;
	text-decoration: none;
}

/* Design: DIV-Container für Layout */
/* HEADER LAYOUT */

#header_rahmen {
	position: absolute;
	top: 3px;
	left: 10%;
	width: ;
	height: ;
}

#header_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 346px;
	height: 241px;
	background-image: url("grafiken/relaunch_01.gif");
}

#header_mitte_top {
	position: absolute;
	top: 0px;
	left: 346px;
	width: 307px;
	height: 25px;
	background-image: url("grafiken/relaunch_02.gif");
}

#header_mitte_bottom {
	position: absolute;
	top: 25px;
	left: 346px;
	width: 307px;
	height: 216px;
	background-image: url("grafiken/relaunch_04.gif");
}

#header_right {
	position: absolute;
	top: 0px;
	left: 653px;
	width: 347px;
	height: 241px;
	background-image: url("grafiken/relaunch_03.gif");
}

/* NAVIGATION LAYOUT */

#navigation_rahmen {
	position: absolute;
	top: 241px;
	left: 10%;
	width: 1000px;
	height: 60px;
}

#navi_link1_top {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 34px;
	width: 182px;
}

#navi_link2_top {
	position: absolute;
	left: 182px;
	top: 0px;
	height: 34px;
	width: 252px;
}

#navi_link3_top {
	position: absolute;
	left: 434px;
	top: 0px;
	height: 34px;
	width: 138px;
}

#navi_link4_top {
	position: absolute;
	left: 572px;
	top: 0px;
	height: 34px;
	width: 196px;
}

#navi_link5_top {
	position: absolute;
	left: 768px;
	top: 0px;
	height: 34px;
	width: 232px;
}
