body {
  margin: 0px;
  padding: 10px 4px 50px 4px;
  font-size: 11px;
  background-color: #162648;
  font-family: Arial, Verdana, sans-serif;
}

div#wrapper {
  width: 778px;
  margin: 0px auto;
  background-color:#FFFFFF;
}
div#edge_left {
	float: left;
	width: 10px;
	height: 12px;
}
div#edge_right {
	float: right;
	width: 10px;
	height: 12px;
}
div#header {
	margin: 0px 10px;
	clear: both;
}

div#logo-left {
  width: 97px;
  float: left;
  margin: 0 3px
}

.header-right {
  text-align: right;
  float: right;
  padding: 0px;
	padding-bottom: 3px;
  margin: 0px;
  height: 11px;
  border-bottom: 1px solid #0099FF;
}

.header-right a:link, .header-right a:visited {
  font-size:10px;
  text-decoration:none;
  margin: 0px 0px 5px 17px;
  color:#0066CC;
}

.header-right a:hover {
  color: #002674;
}

.header-right a.active {
  color: #666;
}

a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}

a:hover {
  color: #112574;
  text-decoration: underline;
}

div#header-middle {
  margin: 0px 0px 0px 97px;
	padding-top: 30px;
  text-align: left;
  height: 54px;
}

.head {
  font-weight : bold;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
  font-size : 15px;
  color : #900;
  font-family: serif;
}

.head1 {
  font-weight : bold;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
  font-size : 10px;
  color : Black;
  margin-bottom: 16px;
  /* Zeilenabstand */
}

div#navi-buttons {
  float: right;
	margin: 0px;
}

div#navi-buttons a {
  text-decoration: none;
}

.subnavigation {
  color: #fff;
  background-color: #002674;
  padding: 0px 4px 0px 8px;
  margin: 0px 0px 2px 0px;
  text-align: left;
  clear: both;
  font-weight: bold;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
}

.subnavigation a {
  white-space: nowrap;
}

.subnavigation a:link, .subnavigation a:visited {
  color: #72D6E4;
  padding: 0 20px 0 0;
  text-decoration: none;
}


.subnavigation span {
  color: #fff;
  padding: 0 20px 0 0;
  white-space: nowrap;
}

.subnavigation a:hover {
  color: #fff;
}

.subnavigation-empty {
	background-color: #002674;
	clear: both;
	font-size: 1px;
	height: 20px;
	margin: 0px;
}





/* Hier f&auml;ngt der Content an */

h1 {
  margin: 3px 8px 3px 18px;
  font-size: 20px;
  color: #000;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
}

h2 {
  margin: 0 0 2px 0;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  padding: 3px 8px 1px 8px;
  font-size: 18px;
  font-weight: normal;
}

h3 {
  color: #CC3300;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-family: Arial, Verdana, sans-serif;
}


/* Fuer die Ueberschrift in den Contenttabellen */

h4 {
  font-size: 12px;
  margin: 0 0 2px 0;
  color: black;
}

h5 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  color: navy;
}

div#contentarea {
	clear: both;
}
div#contentarea p {
  line-height: 16px;
  display: block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 8px 0;
  margin: 0 8px;
}
div#contentarea table p {
  line-height: 16px;
  display: block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
  margin: 0 8px;
}
div#contentarea table {
  margin: 8px 0px;
}

input.buttonlarge, a.buttonlarge, a.buttonlarge:link, a.buttonlarge:visited {
  border: 3px double #fff ;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 2px;
  padding: 3px 14px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 250%;
  background-color: #cc3300;
  color:#fff;
}

* html input.buttonlarge {
  border: 3px #CC3300 double;
  padding: 0;
  line-height: 160%;
}

a.buttonlarge {
  line-height: 250%;
}

a.buttonlarge:hover, input.buttonlarge:hover {
  background-color: #990000;
  color: #ECEFF4;
}

p.buttonsmall {
  margin:0
}

a.buttonsmall, a.buttonsmall:link, a.buttonsmall:visited, p.buttonsmall a, p.buttonsmall a:link, p.buttonsmall a:visited, input.buttonsmall {
  background-color: #385693;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border: 3px #fff double;
  padding: 2px 9px;
  margin: 2px;
  text-decoration: none;
  line-height: 250%;
}

a.buttonsmall:hover, p.buttonsmall a:hover, input.buttonsmall:hover {
  background-color: #002674;
  color: #ECEFF4;
  text-decoration: none;
}

input.buttonsmall {
  padding: 0px 3px;
  margin: 0 2px;
  line-height: 100%;
}

* html input.buttonsmall {
  padding: 0;
  margin: 0 5px;
}

img.left {
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.right {
	margin-left: 20px;
}

ul.right {
	margin-top: 5px;
	list-style:square;
	margin-left: 310px;
}

ul li {
  line-height: 20px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

ul.none {
	list-style: none;
	margin-left: 20px;
}






/* Footer, Copyrights und alles unter dem Content */

div.empty {
	padding: 0px;
	margin: 0px;
	clear: both;
}

div#footer {
  width: 100%;
  margin: 0px auto;
  background-color: #FFFFFF;
	padding-top: 1px;
}
div#footer-inner {
	margin: 10px 10px 5px 10px;
	padding-top: 20px;
  border-top: 1px #0099FF solid;
  display:block;
}

div#footer a:link, div#footer a:visited {
  margin: 0px 20px 0px 0px;
  color: #0066CC;
  text-decoration: none;
  font-size: 10px;
  text-align: left;
  vertical-align: bottom;
}

div#footer a:hover {
  color: #002674;
  text-decoration: underline;
}

div#footer a.active {
  color: #666;
}

div#copy{
	text-align: left;
	margin: 0px 0px;
	padding-top: 5px;
	clear: both;
  background-color: #162648;
  font-family: Arial;
  font-size: 10px;
  color: #B1DEE5;
  line-height: 16px;
  font-style: italic;
}

div#copy a:link {
  font-family: Arial;
  font-size: 10px;
  color: #B1DEE5;
  line-height: 16px;
  font-style: italic;
  text-decoration:none;
  margin: 0px 0px 0px 0px;
}

div#copy a:hover {
  font-family: Arial;
  font-size: 10px;
  color: #B1DEE5;
  line-height: 16px;
  font-style: italic;
  text-decoration:underline;
  margin: 0px 0px 0px 0px;
}

div#copy a:visited {
  font-family: Arial;
  font-size: 10px;
  color: #B1DEE5;
  line-height: 16px;
  font-style: italic;
  text-decoration:none;
  margin: 0px 0px 0px 0px;
}