* {
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
td {
	vertical-align:top;
	padding:0.5em;
	border:1px solid #000;
}
th {
	padding:0.5em;
}
thead td, tbody td {
	border:1px solid #000;
	text-align:left;
}
html, body {
	font-size:100.01%;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	background-color:#BFE1FF;
	height:100%;
	color:#000;
}
a {
	color:#464A70;
}
#breadcrumbs {
	margin-left: 20px;
}
#breadcrumbs * {
	font-size: 0.7em;
}
#box {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	padding-top:224px;
	margin:2em auto;
	width:769px;
	background-color:#f4f4f4;
	color:#000;
}
#menue {
	width:178px;
	padding:0 0 20px 20px;
	float:left;
	background-color:#A7B7C6;
	font-size:0.8em;
	color:#000;
}
* html #menue {
	width:148px;
}
#menue ul {
	list-style-type:none;
	margin-top:1em;
}
#menue ul li ul {
	margin-top:0;
}
#menue ul li ul li {
	padding-left:15px;
}
#menue ul li a {
	display:block;
	padding:3px 3px 4px 27px;
	text-decoration:none;
	color:#000;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(images/start.png);
}

#menue ul li a:link{
	font-weight:bold;
}
#menue ul li a:visited{
	font-weight:normal;
}
#menue ul li a:hover {
	background-image:url(images/animation.png);
	color:#BC2626;
}
#menue .abstand {
	margin-top:0.8em;
}
#menue .abstand2 {
	margin-bottom:0.8em;
}
#menue input {
	padding:3px 4px;
	background-color:#C2D6EB;
	border:1px solid #000;
	width:143px;
}
#menue input.button {
	background-color:#A7B7C6;
	border:1px solid #000;
	width:153px;
	margin-top:10px;
}
#inhalt {
	padding-right:25px;
	float:left;
	width:527px;
	font-size:0.8em;
}

#inhalt p a:link,#inhalt pre a:link{
	font-weight:bold;
}
#inhalt p a:visited,#inhalt pre a:visited{
	font-weight:normal;
}
#inhalt p, #inhalt pre, #inhalt .divabstand, #inhalt table, .advertise {
	margin:1.5em 0 1.5em 20px;
	line-height:1.5em;
	text-align:justify;
}
#inhalt ul,#inhalt ol {
	margin-left:40px;
}
#inhalt ol {
	list-style-type:upper-roman;
}
#inhalt .box {
	margin-left:20px;
}
#inhalt .quote {
	border:1px solid #000;
	padding:0.5em;
	text-align:left;
	background-color:#aaa;
	font-size:1.2em;
	overflow:hidden;
}
#inhalt blockquote {
	margin:1.5em 0 1.5em 20px;
	background-image:url(images/cite-head.gif);
	background-repeat:no-repeat;
	width:507px;
 	padding-top:20px;
}
#inhalt blockquote p {
	margin:0;
	width:485px;
	padding:10px;
	line-height:1.2em;
	border:1px solid #636363;
}
#inhalt blockquote p cite {
	margin-left:1em;
	color:#636363;
}
#inhalt hr {
	border:1px solid #BC2626;
	margin-left:20px;
	margin-top:20px;
}
#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h4 {
	margin:1.5em 0 1em 20px;
	color:#BC2626;
}
#inhalt .highlight {
	color:#BC2626;
}
#inhalt #advertise {
	list-style-type:none;
	margin-bottom:3em;
}
#inhalt #advertise li {
	float:left;
	margin:0 1em;
}

#footer {
	clear:both;
	height:145px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
}
.rot {
	color:#f00;
}
.blau {
	color:#0000FF;
}
.gruen {
	color:#008200;
}
.orange {
	color:#C57403;
}
.pointer {
	cursor:pointer;
}
.search {
	margin:1.5em 0 1.5em 20px;
}
.search input {
	border:1px solid #000;
	padding:2px 3px;
}
.searchResult {
	margin:1.5em 0 1.5em 20px;
}
.searchHit {
	color:#f00;
	font-weight:bold;
}
/****** Beispiele START ******/
.schattenbox {
	width:15em;
	background-image:url(images/schatten.png);
	margin:30px;
}

.schattenbox div {
	padding:0.2em;
	background-color:#f00;
	position:relative;
	top:-5px;
	left:-5px;
}
/****** Beispiele ENDE ******/
