/* 
		er.css - Stylesheet fuer www.entwicklungsraeume.de 
		Version 1.0, 16.09.2006
*/

body {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	border: 0px;
	overflow: hidden;
}

p {
	text-align: left;
}

img { 
	border: 0; 
}

table {
	border: 0;
}

tr {
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	text-align: left;
	color: #5B852C; 
}

td.level1 {
	text-indent: 20px;
	font-size: 12px;
}

td.level2 {
	text-indent: 50px;
	font-size: 11px;
}

/* Links im Kapitel */
td.level1 a, 
td.level1 a:link, 
td.level1 a:visited, 
td.level1 a:hover, 
td.level1 a:active {
	color: #E19156;
	text-decoration: none;
}

/* Links im ausgewaehlten Kapitel */
td.level1.selected a, 
td.level1.selected a:link, 
td.level1.selected a:visited, 
td.level1.selected a:hover, 
td.level1.selected a:active {
	color: #5B852C;
	text-decoration: none;
}

/* Links in Unterpunkten */
td.level2 a, 
td.level2 a:link,
td.level2 a:visited, 
td.level2 a:hover,
td.level2 a:active {
	color: #5B852C;
	text-decoration: none;
}

/* Links im Text */
a.ext_link, 
a.ext_link:link,
a.ext_link:visited, 
a.ext_link:hover,
a.ext_link:active {
	color: #E19156;
	text-decoration: none;
}

/* Seitenueberschrift */
h1 {
	color: #5B852C;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	font-family: 'Times New Roman', Times, serif;
	line-height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: text-bottom;
	margin-bottom: 20px;
}


/* Layer Definitionen */

#outline { 
	position: relative; 
	margin: 20px auto;
	width: 840px; 
	height: 600px; 
	border: dotted 1px #949494;
	text-align: left;
	overflow: hidden; 
	visibility: visible; 
	display: block;
	z-index: 1; 
}

#main { 
	background-color: #E3E3E3; 
	position: absolute; 
	top: 20px; 
	left: 20px; 
	width: 800px; 
	height: 440px; 
	overflow: hidden; 
	visibility: visible; 
	display: block;
	z-index: 2; 
}

#imagebar { 
	position: absolute; 
	top: 460px; 
	left: 20px; 
	width: 800px; 
	height: 120px; 
	visibility: visible; 
	display: block;
	z-index: 2; 
}

#menubackground { 
	background-color: #E9E9E9;
	border-right-color: white;
	border-right-width: 2px;
	border-right-style: solid;
	position: absolute; 
	top: 100px; 
	left: 0px; 
	width: 170px; 
	height: 260px; 
	margin-top: 30px;
	visibility: visible; 
	display: block; 
	z-index: 2; 
}

#menu { 
	position: absolute; 
	top: 120px; 
	left: 8px; 
	width: 180px; 
	height: 260px; 
	margin-top: 50px;
	visibility: visible; 
	display: block;
	z-index: 3; 
}

#content { 
	position: absolute; 
	top: 120px; 
	left: 240px; 
	width: 500px; 
	height: 340px; 
	visibility: visible; 
	display: block ;
	z-index: 3; 
}
