body {
	background: #fff0f0 url(images/dsl-knueller-rechtsunten.jpg) no-repeat bottom right fixed;
	background-color: black;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	/*font-size: 0.95em;*/
	font-size: 95%;
	color: white;
	line-height: 1.5em;
}

#background2 {
	background: transparent url(images/dsl-knueller-linksoben.jpg) no-repeat top left fixed;
}

#background3 {
	background: transparent url(images/dsl-knueller-rechtsoben.jpg) no-repeat top right fixed;
}

#header {
	 width: 80%;
	 background:transparent;
	 margin: 0 auto;
	 padding: 0;
	 height: 101px;
}

#header h1 {
	font-family: "Comic Sans MS", Helvetica, serif;
	font-style: italic;
	padding: 30px 0;
	color: #f7ba7b;
	font-size: 2.2em;
	letter-spacing: 2px;
	margin: 0;
	text-align: right;
}

#nav {
	position: absolute;
	top: 85px;
	/*top:3em;*/
	left: 10%;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 11px Verdana, sans-serif;
	height: 25px;
	/*height: 1em;*/
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #B78E96;
	border-bottom: none;
	background: transparent url(images/knueller-6.gif) repeat;
	text-decoration: none;
	
}

#nav li a:link { color: #fff; }
#nav li a:visited { color: #ffff99;}

#nav li a:hover {
	color: white; 
	background: transparent url(images/knueller-7.gif) repeat;
}

#nav li a#current {
	color: white;
	background: transparent url(images/knueller-7.gif) repeat;
	border-bottom: 1px solid #999;
}

#container {
	background: transparent url(images/knueller-6.gif) repeat;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

#content {
	margin: 0;
	padding: 40px;
	
}

#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #ffae66;
	/*border-bottom: 1px solid #333;*/
	text-decoration: none;
	/*font-weight: bold;*/
}

a:hover, a:active {
	background: transparent;
	color: #ffae66;
}

h2 {
	color: #f7ce94;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.6em;
	margin-top:0em;
}

h3 {
	color: #ffae66;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}


#kasten {
	width: 18em;
	color: black;
	float:right;
	clear:right;
	background:#cebaa5;
	margin-top:1.25em;
	margin-left:1em;
	margin-bottom:1em;
	padding:5px;
	border: 1px solid #333333;
	border-right: 2px solid #222222;
	border-bottom: 2px solid #222222;
}


#kasten p {
	color: black;
	background: #cebaa5;
	margin-left: 1.5em;
}

#kasten a, a:visited {
	color: navy;
	font-style: normal;
}

#kasten a:hover, a:active {
	color: maroon;
}

#warnung {
	float: right;
	clear: right;
	color: #ff8888;
	background-color: black;
	width: 30%;
	margin: 1em 0 0 1em;
	padding: 0.25em 1em 1em 1em;
	font-weight: bold;
}

#warnung h3 {
	color: #ff4444;
}


#uebersicht {
	width: 19em;
	float:right;
	clear:right;
	/*border:1px solid #999;
	background:#fff0f0;*/
	background:transparent;
	padding-left:1em;
}




.bild-links {
	float: left;
	clear: left;
	margin: 1.4em 1em 1em 0;
	border: 1px solid #333333;
	border-right: 2px solid #222222;
	border-bottom: 2px solid #222222;
}

.bild-rechts {
	float: right;
	clear: right;
	margin: 1.4em 0 1em 1em;
	border: 1px solid #333333;
	border-right: 2px solid #222222;
	border-bottom: 2px solid #222222;
}

.bild-acwedes {
	float: right;
	clear: right;
	margin: 1.4em 0 1em 1em;
	border: 4px solid #333333;
	border-right: 5px solid #222222;
	border-bottom: 5px solid #222222;
}

.hervorgehoben {
	color: #f7ce94;
	margin: 1.4em 0 1em 0.5em;
	padding: 0.25em 0 0.25em 0.5em;
	border: 1px solid #333333;
	border-right: 2px solid #222222;
	border-bottom: 2px solid #222222;
}

.liste {
	 margin-left:1.5em;
	 margin-bottom:1em;
}

.textlink {
	color: #ccccff;
	text-decoration: underline;
	/*font-weight: bold;*/
	font-size:1.4em;
	font-style: italic;
}

.link-zum-anfang, a:visited {
	color: #ccccff;
	font-style: italic;
}

#unsichtbar {
	display: none;
}

#im-textfluss {
	display: inline;
}

.fett {
	font-weight: bold;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}

