/* dimensions and positions */
body {
	margin: 0;
	padding: 0;
	background-color: rgb(0, 100, 255);
	font-family: helvetica;
}

div {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

div#content {

	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	height: 100%;
	margin: 0;
	margin-left: -400px;
	padding: 0;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-image: url(../img/bgg_menu.jpg);
	/* background-position: 175px; */
	background-position: 199px;
	background-repeat: repeat-y;
}

div#menu {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 80px;
	background-color: white;
	background-image: url(../img/sterk.jpg);	/* 40 px */
	/* 	background-image: url(../img/logo_sterk.gif);	*/
	background-position: 20px;
	background-repeat: no-repeat;
}

div#image_bar_top {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	height: 85px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
	background-image: url(../img/em.jpg);	/* 85 px */
	background-position: center;
	background-repeat: no-repeat;
}

div#menu p {
	margin-top: 40px;
	margin-left: 250px;
	color: rgb(0, 100, 255);
}

div#menu ul {
	margin-top: 20px;
	margin-left: 170px;
}

div#menu ul li {
	display: inline;
	margin-left: 25px;
}

div#menu ul li a {
	text-decoration: none;
	color: red;
}

div#menu ul li a:hover {
	text-decoration: underline;
	color: #0099ff;
}

div#main {
	position: absolute;
	left: 0;
	top: 175px;
	height: 50%;
	/* min-height: 600px; */
	margin: 0;
	width: 100%;
	/* width: 175px; */
}

div#menu_left {
	position: absolute;
	left: 0;
	/* top: 210px; */
	height: 100%;
	/* min-height: 600px; */
	margin: 0;
	width: 200px;
	/* width: 175px; */
}

div#menu_left ul {
	margin: 0;
	list-style: none;
	border-top: solid 1px grey;
	/* border-right: solid 1px black; */
}

div#menu_left ul li {
	margin: 0;
}

div#menu_left ul li a {
	width: 100%;
	text-decoration: none;
	color: red;
}

div#menu_left ul li a.current_page {
	background-color: rgb(0, 100, 255);
	color: white;
	/* background-color: #cedeef; */
}

div#menu_left ul li a:hover {
	background-color: rgb(0, 100, 255);
	color: white;
	/* background-color: #cedeef; */
}

div#menu_left ul li ul {
	margin: 0;
	border: 0;
}

div#menu_left ul li ul li {
	margin: 0;
}

.mi {
	border-bottom: solid 1px grey;
}

.mi_top {
	border-top: solid 1px grey;
	border-bottom: solid 1px grey;
}

.mi_bottom {
	border: 0;
}

.sub_mi {
	border-bottom: solid 1px grey;
}

.sub_mi_top {
	border-top: solid 1px grey;
	border-bottom: solid 1px grey;
}

.sub_mi_bottom {
	border: 0;
}

div#menu_left ul li ul li a {
	width: 100%;
	text-decoration: none;
	/* color: red; */
}

div#menu_left ul li ul li.mi a, div#menu_left ul li ul li.mi_top a, div#menu_left ul li ul li.mi_bottom a {
	color: red;
}

div#menu_left ul li ul li.sub_mi a, div#menu_left ul li ul li.sub_mi_top a, div#menu_left ul li ul li.sub_mi_bottom a {
	color: black;
}

div#menu_left ul li ul li a.current_page {
	background-color: rgb(0, 100, 255);
	color: white;
	/* background-color: #cedeef; */
}

div#menu_left ul li ul li a:hover {
	background-color: rgb(0, 100, 255);
	color: white;
	/* background-color: #cedeef; */
}

div#texts {
	position: absolute;
	left: 201px;
	/* top: 210px; */
	height: 100%;
	/* //height: 600px; */
	/* min-height: 600px; */

	/* width: 700px; */

	/* margin-left: 220px; */
	width: 595px;

	/*
	margin-left: 195px;
	width: 570px;
	*/

	/*
	background-image: url(../img/water_bgg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	*/

	padding-left: 20px;
	padding-right: 40px;
	overflow: auto;
}

div#texts p {
}

div#image_bar_bottom {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	height: 100px;
	border-top: 1px solid black;
	background-color: white;
	background-image: url(../img/lb.jpg);	/* 263 px */
	background-position: center;
	background-repeat: no-repeat;
}

div#address {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: white;
	font-size: smaller;
	padding-left: 50px;
	color: rgb(0, 100, 255);
}

div#address ul {
	margin: 0;
	margin-top: 10px;
}

div#address ul li {
	display: inline;
	margin-left: 15px;
}

div#address ul li a {
	text-decoration: none;
}

div#address ul li a:hover {
	text-decoration: underline;
}

div#texts ul#menu_wie {

	/*
	display: inline;
	list-style: none;
	*/

}

div#texts a {
	text-decoration: none;
	color: red;
}

div#texts a:hover {
	text-decoration: underline;
	color: black;
}

div#texts ul#menu_wie li {

	display: inline;
	margin: 0;
	margin-left: 15px;

}

/*
div#texts ul#menu_wie li a {
	text-decoration: none;
	color: red;
}

div#texts ul#menu_wie li a:hover {
	text-decoration: underline;
	color: black;
}
*/

div#texts p.wie_header {
	font-style: italic;
	color: black;
}

div#texts .simple_header {
	font: bold 14px Verdana;
}

div#texts ul {
	list-style: disc;
	list-style-position: outside;
}

div#texts ul li {
	margin-left: 25px;
}

p.textbox {
	border: 1px solid black;
	padding: 15px;
}

span.submenu_header {
	padding-left: 8px;
	color: red;
}
