body, html {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana;
  color: #193d87;
  font-size: 11px;
	background-color: white;
}

br.both {
  clear: both;
}

a, a:visited {
  text-decoration: none;
  color: #cc6600;
}

a:active, a:hover {
  color: #E3AB73;
}

img#logo {
  border: 0;
  display: block;
  width: 375px;
  height: 70px;
}

div#navleiste table {
  width: 100%;
}

div#navleiste table tr td {
  padding-left: 8px;
  padding-right: 8px;  
}

div#navleiste table tr td a, div#navleiste table tr td a:visited, 
div.block a, div.block a:visited,
div.themes div a, div.themes div a:visited {
  text-decoration: none;
  color: #193d87;  
}

div#navleiste table tr td a:hover, div#navleiste table tr td a:active,
div.block a:hover, div.block a:active,
div.themes div a:hover, div.themes div a:active  {
  color: white;  
}

.border {
  border-bottom: white solid 1px;
  border-right: white solid 1px;
}

div.block {
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  height: 29px;
  line-height: 29px;
  vertical-align: middle;
}

div.orange {
  background-color: #bab980;      
}

div.blue {
  background-color: #d1d8e2;
}

div.darkBlue {
  background-color: #193d89;
  color: white;
}

div.small {
  font-size: 9px;
}

div.justify {
  text-align: justify;
}

div#home, div#imprint, div#print, div#sitemap {
  width: 92px;
}

div#search {
  width: 193px;
}

div#themesContainer, div#rightContainer, div#imageContainer {
  float: left;
}

div#rightContainer {
  width: 202px;
}

input#isearch {
  border: solid #193D88 1px;
  width: 70px;
  height: 12px;
  font-size: 9px;
  margin-top: 6px;
}

div#mainContainer {
  width: 778px;  
}

div#copyright {
	float: right;
  border-top: solid #d2d8e1 1px;
	text-align: right;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9px;
}

/* Menü Drop-Down; Rahmen links, rechts und unten */
div.subnav {
  border-style: solid;
  border-color: #3b5487;
  border-width: 0 1px 1px 1px;
}

/* Menü Drop-Down Element; Rahmen oben */
div.subnav div {
  border-top: solid 1px #3b5487;
  background-color: white;
  padding: 5px;
  font-size: 10px;
}
     
div.subnav div a, div.subnav div a:visited
{
  color: #193d87;
  text-decoration: none;  
}
      
div.subnav div a:hover, div.subnav div a:active {
  color: #cc6600;
}

img.icon {
  border: 0;
  width: 14px;
  height: 14px;
}

form#quicksearch {
	display: inline;
}
