/* Style Sheet */
body {
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #044cc1;
	color: #000;
	font-size: 81%;
}

#main {
	width: 780px;
	margin: 0 auto;
	height: 100%;
	color: #000;
	background: #fff;
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
}

#navcontainer {}

ul#navlist
{
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
  font-size: 76%;
  font-weight: bold;
  background-color: #fff;
  color: #000;
}

ul#navlist li { display: inline; }

ul#navlist li a.sprachen
{
	float: right;
	text-decoration: none;
	border-left: 1px solid #000;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0;
}

ul#navlist li a.homelogo {
	padding: 10px 10px 0px 10px;
	float: left;
}

ul#navlist li a.sprachen:hover
{
background-color: #044cc1;
color: #fff;
}

img {
	border: 0;
}
img.whitespace {
	border: 1px solid #fff;
}

h1 {
	font-size: 170%;
	letter-spacing: 0px;
	line-height: 110%;
	margin: 0;
	color: #044cc1;
	margin-bottom: 30px;
}

h2 {
  font-size: 100%;
	color: #044cc1;
}
p {
	line-height: 110%;
}
p.smaller {
	font-size: smaller;
	line-height: 110%;
}
p.summary {
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: #234A6F;
	background: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	border: none;
}


#banner {
  float: left;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #000;
}

#navigation {
	float: left;
	margin-left: 0px;
	margin-top: -25px;
	text-align: left;
	background: #296fe2;
	color: #fff;
	padding: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#navigation ul {
	list-style-type: none;
	text-indent: 0px;
	font-size: 96%;
	font-weight: bold;
  float: left;	
  margin: 0px;
  padding: 5px 0px 4px 0px;
}

#navigation li
{
	display: inline;
  text-decoration: none;
	text-align: center;
	margin: 0px;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #fff;
	background: transparent;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
	border-right: 1px solid #fff;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #navigation {
	margin-top: -26px;
}
* html #navigation ul {
	padding: 0px;
	height: 21px;
}
* html #navigation a {
  height: 21px;
}
/* End hide from IE5/mac */

#navigation a:hover {
	color: #fff;
	background: #044cc1;
	text-decoration: none;
}

#navigation a.menu2sel:link, #navigation a.menu2sel:visited, #navigation a.menu2sel:active {
	text-decoration: none;
	color: #fff;
	background: #044cc1;
}

#subnavigation {
	clear: left;
  float: left;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 160px;
	text-align: left;
	background: #fff;
	color: #000;
	padding: 50px 10px 10px 10px;
	min-height: 200px;
	border: 0px;
}

#subnavigation ul {
	list-style-type: none;
	text-indent: 0px;
	font-size: 91%;
	font-weight: normal;
  float: left;	
  margin: 0px;
  padding: 0px;
}

#subnavigation li {
	border: 0;
	margin: 0;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #000;
}

#subnavigation a:link, #subnavigation a:visited, #subnavigation a:active {
	text-decoration: none;
	color: #000;
	background: #fff;
}

#subnavigation a:hover {
	text-decoration: none;
	color: #044cc1;
	background: #fff;
	font-weight: normal;
}

#subnavigation a.menu2sel {
	text-decoration: none;
	color: #000;
	background: #fff;
	font-weight: bold;
}

#content {
	float: left;
	padding: 0;
	width: 400px;
	margin: 30px 0px 50px 20px;
	color: #000;
	background: #fff;
	border: 0;
	text-align: left;
}

#content2 {
	float: left;
	padding: 0;
	width: 550px;
	margin: 30px 0px 50px 20px;
	color: #000;
	background: #fff;
	border: 0;
	text-align: left;
}


#content2 img {
  padding: 1px 1px 1px 1px;
  border: 1px solid #ccc;
  margin: 10px 0px 10px 30px;
}
#subnavigation img {
  padding: 1px 1px 1px 1px;
  border: 1px solid #ccc;
  margin: 0px 0px 5px 0px;
}
#subnavigation p {
  font-size: 81%;
  line-height: 130%;
}
#footer {
	display: block;
	clear: left;
	margin: 0;
	padding-left: 180px;
	padding-bottom: 10px;
	background: #fff;
	color: #000;
	border-left: 0;
	right: 0px;
	text-align: left;
	font-size: 76%;
	letter-spacing: 1px;
	line-height: 150%;
}
#zusatztext {
	width: 150px;
	margin-left: 15px;
	margin-top: 50px;
	margin-bottom: 40px;
	background: #fff;
	color: #000;
	text-align: left;
	font-size: 81%;
	line-height: 110%;
	padding: 0px 0px 0px 0px;
	float: right;
	border-top: 1px solid #000;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #zusatztext {
	margin-right: -3px;
}
/* End hide from IE5/mac */

div.moretext {
	padding: 6px 5px 6px 5px;
	border-bottom: 1px solid #000;
}

#zusatztext ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

div.topmenu {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #fff;
	background: transparent;
	color: #000;
}
a.mainmenu {
	display: block;
	clear: left;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #fff;
	background: transparent;
	color: #336699;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
	width: 200px;
}
a.mainmenu:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
li {
	line-height: 120%;
	padding: 0px 0px 2px 0px;
}