BODY {
	font-family:arial;
	color: #00004A;
	font-size:13px;
	width: 1000px;
	margin: 0 auto;
	align:center;	
}

table {
	margin 0 auto;
}

H1 {
	font-size:17px;
	margin-top:0px;
	margin-bottom:0px;
	color:navy;
	font-weight:bold;
	text-align:center;
}

H2 {color: black;
	font-family: arial;
	font-size: small;
	text-align:justify;
	} 

HR {color:#101885;}

IMG {border-width:0;}

P {
	color: #00004A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;;
	text-align:justify
}

a {
	/*Generell für ALLE Links festlegen*/
	font-weight: bold;
	text-decoration: underline;
	color: Blue;
	/*Schriftfarbe von Links wird ROT*/
} 

a:hover{
	/*Erzeugt den Hovereffekt beim MouseOver*/
	text-decoration: none;
	/*Jetzt aber UNTERSTRICHEN darstellen */
	font-weight:bold;
} 
	
a:visited {
	color: blue;
}

td {
	vertical-align: top;
}

.rahmen{
	background-color: #FF7A48;
}

.innen{
	border-left : 2px ridge;
	border-top : 2px ridge;
	background-image : url(bilder/sky.gif);
}

a.menu {
	display: inline;
	margin-bottom:2px;
	text-align:center;
	width: 18ex;
	border:solid navy 1px;
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
}

a.menu:link    {
	color:navy;
	background-color: #9ED0F5;
}
a.menu:visited {
	color:navy;
	background-color:#9ED0F5;
}
a.menu:hover   {
	color:black;
	background-color: #5692CD;
}
a.menu:active  {
	color: Navy;
	background-color: #9ED0F5;
}

a.menu-oben {
	display: inline;
	margin-bottom:2px;
	text-align:center;
	width: 18ex;
	border:solid navy 1px;
	text-decoration:none;
	font-size:10px;
	font-weight: bold;
}

a.menu-oben:link    {
	color:navy;
	background-color: #9ED0F5;
}
a.menu-oben:visited {
	color:navy;
	background-color:#9ED0F5;
}
a.menu-oben:hover   {
	color:black;
	background-color: #5692CD;
}
a.menu-oben	:active  {
	color: Navy;
	background-color:#9ED0F5;
}

.seitenueb {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	font-weight:bold;
	font-size:18px;
	text-align:left;
	border: 1px solid white;
}

.seiteninh {
	font-size:13px;
	font-family:Arial,Helvetica,sans-serif;
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
}

.back {
	text-align:center;
	font-size:10px;
	color: #0000CD;
}

.info {
	font-size:9px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.tabbild {
	border:1px solid black;
	width:75px;
	height: 56px;
}