
html, body {
	margin:0;
	padding:0;
	width:100%;
}

body {
	background-color: #a6b8bc;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 130%;
	font-size:10pt;
	color: #314041;
}

h1 {
	font-size: 1em;
	line-height: 110%;
}

h2 {
	font-size: 1em;
	line-height: 110%;
}

a {
	color:#314041;
	text-decoration: none;
}

ul {
	/* for IE */
	margin:0;
}

#header {
	position:absolute;
	left:10px;
	right:10px;
	height:120px;
	
}

#header-left {
	position:absolute;
	background-image: url("img/header_left.png");
	background-repeat:no-repeat;
	height:100%;
	left:0;
	width:100px;
}

#header-middle {
	position:absolute;
	background-image: url("img/header_middle.png");
	background-repeat:repeat-x;
	left:100px;
	right:20px;
	height:100%;
}

#header-right {
	position:absolute;
	background-image: url("img/header_right.png");
	background-repeat:no-repeat;
	top:0px;
	right:0px;
	height:100%;
	width:20px;
}

#header-typo {
	position:absolute;
	background-image: url("img/schriftzug.png");
	background-repeat:no-repeat;
	top:42px;
	left:113px;
	height:20px;
	width:180px;
}

#buttons {
	position:absolute;
	top:85px;
	left:10px;
	width:286px;
	height:25px;
}

.button {
	height:100%;
}

#button-karte {
	position:absolute;
	diplay:block;
	width:102px;
}

div#button-karte {
	background-image: url("img/karte_on.png");
}

a#button-karte {
	background-image: url("img/karte_off.png");
}

a#button-karte:hover {
	background-image: url("img/karte_over.png");
}

a#button-karte:active {
	background-image: url("img/karte_press.png");
}




#button-download {
	position:absolute;
	diplay:block;
	width:81px;
	left:102px;
}

div#button-download {
	background-image: url("img/downloads_on.png");
}

a#button-download {
	background-image: url("img/downloads_off.png");
}

a#button-download:hover {
	background-image: url("img/downloads_over.png");
}

a#button-download:active {
	background-image: url("img/downloads_press.png");
}



#button-hilfe {
	position:absolute;
	diplay:block;
	width:41px;
	left:183px;
}

div#button-hilfe {
	background-image: url("img/hilfe_on.png");
}

a#button-hilfe {
	background-image: url("img/hilfe_off.png");
}

a#button-hilfe:hover {
	background-image: url("img/hilfe_over.png");
}

a#button-hilfe:active {
	background-image: url("img/hilfe_press.png");
}


#button-kontakt {
	position:absolute;
	diplay:block;
	width:62px;
	left:224px;
}

div#button-kontakt {
	background-image: url("img/kontakt_on.png");
}

a#button-kontakt {
	background-image: url("img/kontakt_off.png");
}

a#button-kontakt:hover {
	background-image: url("img/kontakt_over.png");
}

a#button-kontakt:active {
	background-image: url("img/kontakt_press.png");
}

#content {
	position: absolute;
	left:40px;
	top:170px;
}

.region-list {
	list-style-type:none;
	font-weight: bold;
	padding-left: 5px;
}


.region-list li {
	background-image:url("img/walterw_1.png");
	background-repeat:no-repeat;
	padding-left: 30px;
	min-height:30px;
	margin-bottom:4px;
}

.region-list li:hover {
	background-image:url("img/walterw_2.png");
}

.region-list li:active {
	background-image:url("img/walterw_3.png");
}
