body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: Arial, sans-serif;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
}

#container{
	top:0;
	left:0;
	text-align: left;
	background-color: #ffffff;
}
	
#adresse {
	color: #ECECFF;
	text-align: left;
	width: 100%;
	font-weight: normal;
	line-height: 150%;
	background-color: #000080;
	height: 18px;
	vertical-align: middle;
	font-size: 90%;
	padding: 3px 0 3px 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000044;
}

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

#adresse a:hover, #adresse a:active{
	color: #ECECFF;
	text-decoration: underline;
}


#navi {
	width: 240px;
	padding:0;
	margin: 0;
	float:left;
}

#sprache{
	background-color: #D9E1F0;
	position: absolute;
	right: 20px;
	top: 40px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #003399;
	border-left-color: #003399;
	text-align: center;
	padding: 5px;
}

#inhalt {
	margin: 0 20px 0 0;
	padding: 0 0 20px 240px;
	background-image: url(../grafik/bg_inhalt_2.gif);
	background-position: 240px 0px;
	background-repeat: no-repeat;
	line-height: 150%;
	color: #666699;
}

#text{
	width: 500px;
}

#inhalt p{
	margin: 0;
	padding: 0 0 20px 0px;
	text-align: justify;
}

#inhalt a:link  {
	color:#666699;
	text-decoration: underline;
}
#inhalt a:visited {
	color:#6633CC;
	text-decoration: underline;
}

#inhalt a:hover  {
	color: #0000FF;
	text-decoration: underline;
}

#inhalt a.rot:link  {
	color:#CC3300;
	text-decoration: underline;
}
#inhalt a.rot:visited {
	color:#CC0066;
	text-decoration: underline;
}

#inhalt a.rot:hover  {
	color: #FF0000;
	text-decoration: underline;
}

#inhalt ul.bilder{	
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	list-style-position: outside;
}

#inhalt ul.bilder li{
	float: left;
	height:240px;
	margin-right: 15px;
	margin-bottom: 10px;
}



h1 {
	color: #666699;
	font-size: 130%;
	margin-top: 5;
	margin-bottom: 15;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
}

h2 {
	color: #666699;
	font-size: 110%;
	margin-top: 5;
	margin-bottom: 15;
}

h3 {
	color: #666699;
	font-size: 110%;
	margin-top: 0;
	margin-bottom: 15;
}


.rechts {
	float: right;
	padding: 0;
	margin: 0 0 0 20px;
}

.links {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
}

#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ECECFF;
	background-color: #000080;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000033;
	line-height: 150%;
	margin: 20px 0 0 0 ;
	width:100%;
	text-align:center;
}

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

#footer a:hover, #footer a:active{
	color: #ECECFF;
	text-decoration: underline;
}

hr  {
color:#666699;
height:2px;
}
hr.sm  {
color:#666699;
height:1px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666699;
	vertical-align: top;
}
tr {
	background-color: #EBEBF1;
}
td {
	text-align: left;
	vertical-align: top;
}
td.re {
	text-align: right;
	vertical-align: top;
	width: 120px;
}

.fett  {
font-weight:bold;
}
.rot {
	color: #CC3300;
}
.clear {
	clear: both;
}

form {
	width: 280px;
	text-align: right;
	float: right;
	margin: 0 0 30px 40px;
}
