body {
	border: 0px none;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #FF9900;
	font-size: smaller
}

#header {
	margin: 0;
	background-color: #000000;
	position: absolute;
	left: 0;
	border: 0px none;
	top: 20px;
	width: 100%;
	height: 54px
}

#logo {
	position: absolute;
	border: 0px none;
	margin: 0;
	right: 5%;
	top: 5px;
	width: 200px;
	height: 43px;
	background: url('../images/lazola_top60.gif');
}


#navigation {
	position: absolute;
	float: left;
	margin: 0;
	padding: 0;
	left: -35px;
	top: 90px;
	width: 16em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

body > #navigation {
	position: fixed;
}

#navigation ul {
	list-style: none;
}
#navigation li {
	display: block;
	width: 100%;
	padding-left: 1em;
	color: #000000;
	background: #FFCC00;
	text-decoration: none;
	margin-bottom: 5px;
	border: 1px solid #000000; 
	}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	width: 100%;
	color: #000000;
	background: #FFFFCC;
	text-decoration: none;
}
#navigation li a:hover {
	display: block;
	width: 100%;
	color: #000000;
	background-color: #FFCC00;
	text-decoration: none;
}
/* Subnavigation zweite Ebene  */
#navigation ul ul {
	list-style: none;
}

#navigation ul li {
	display: block;
	width: 100%;
	padding-left: 1em;
	color: #000000;
	background: #FFCC00;
	text-decoration: none;
	margin-bottom: 5px;
	border: 1px solid #000000; 
	}

#navigation ul li a:link, #navigation li a:visited  {
	display: block;
	width: 100%;
	color: #000000;
	background: #FFFFCC;
	text-decoration: none;
}

#navigation ul li a:hover {
	display: block;
	width: 100%;
	color: #000000;
	background-color: #FFCC00;
	text-decoration: none;
}

/* Ende Subnavigation  */
#content {
	position: absolute;
	top: 90px;
	left: 16em;
	right: 5%;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding: 1em;
	border: 1px solid #000000; 
}

#footer_content {
	position: absolute;
	width: 100%;
	display: block;
	background-color: #FFCC00;
	border: 1px solid #000000;
}

#footer_nav {
	position: absolute;
	left: -13em ;
	width: 12em;
	display: block;
	background-color: #FFCC00;
	border: 0px none;
	padding: 0
	}

#footer_nav a:link, #footer_nav a:visited {
	display: block;
	color: #000000;
	background: #FFFFCC;
	text-decoration: none;
}

#footer_nav a:hover{
	display: block;
	color: #000000;
	background-color: #FFCC00;
	text-decoration: none;
	}


.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.imgcontainer {
	height: auto;
	width: 250px;
	padding-right: 10px;
	padding-bottom: 1em;
	float: left;
	overflow: visible;
}

.imgcontainer_breit {
	height: auto;
	width: 350px;
	padding-right: 10px;
	padding-bottom: 1em;
	float: left;
	overflow: visible;
}

.bildtextcontainer {
	height: auto;
	float: left;
	width: 250px;
}

.img {
	display: block;
	border: 1px solid #000000;
	background-color: #FF9900;
	
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	background-color: #FFCC00;
	text-decoration: none;
}


h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;	
}

h6 {
	font-size: smaller;
	text-decoration: none;
	font-weight: normal;
}