body {
	background-color: #D5DCE3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 0 0;
}

h2 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: justify;
	margin: 0 0 1.5em 0;
}

ul {
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.7em;
	list-style-type: circle;
}

.txt {
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.7em;
	text-align: justify;
}

.ueberschrift {
	font-weight: bold;
	text-align: left;
}

.txt_l {
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.7em;
}

.navtxt {
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0.5em 0 0 0;
}

.smalltxt {
	font-size: 0.7em;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #000066;
	background-color: transparent;
	
}

a:visited {
	text-decoration: none;
	color: #000066;
	background-color: transparent;
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

a:active {
	color: #000066;
	text-decoration: underline;
}

a.rot:link {
	text-decoration: none;
	color: #CC0000;
	background-color: transparent;
	
}

a.rot:visited {
	text-decoration: none;
	color: #CC0000;
	background-color: transparent;
}

a.rot:hover {
	color: #CC0000;
}

a.rot:active {
	color: #CC0000;
}

/*  __________  positionierung  __________  */

#middle {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	height: 1px;
	width: 1px;
}

#container {
	position: absolute;
	z-index: 2;
	left: -170px;
	top: -170px;
	height: 340px;
	width: 340px;
}

#navigation {
	height: 90;
	width: 750;
	margin: 0 0 0 0;
}

#subnavigation {
	height: auto;
	width: 185px;
	margin: 30px 0 0 10px;
	text-align: right;
	float: left;
}

#inhalt {
	height: auto;
	width: 425px;
	margin: 30px 0 0 215px;
}

#fusszeile {
	height: auto;
	width: 630px;
	margin: 0px 0 0 10px;
	text-align: right;
	border-top: 1px solid #999999;
}

#animation {
	height: 80px;
	width: 640px;
}

.1a {
	margin: 0 0 0 3px;
}

.bild {   
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px dotted #333333;
	font-size: 0.7em; 
	color: #333333; 
	line-height: 1.5em;
	clear: right;
	float: right;
}


