* {
	margin: 0;
	padding: 0;
}

.fL {
	float: left;	
}

.fR {
	float: right;
}

.cB {
	clear: both;
}

ul, ul li {
	list-style: none;	
}

ol {
	list-style-position:outside;
	/*margin-left: 2.6em;*/
	/*padding: 0 0 1em 1.4em;*/
	padding-left: 1.4em;	
}

a {
	text-decoration: none;
	color: #051C91;	
}

a:hover {
	text-decoration: underline;	
}

a.more{
	text-decoration: underline;
}

body {
	color:#333;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 0.8em;
}

#page, #header {
	width: 79.6em;
	margin: 0 auto;
}

#head {
	margin: 4.17em 0 1em 0.5em;
}

#head img{
	height: 2em;
	width: 64.2em;
}

#header {
		height: 10.55em;
		background-color:#C5CDE6;
}

#header img{
		height: 10.55em;	
		border: none;	
}

/********************************
	Navigation
********************************/

#navlist li {
	float: left;
  background-color: #C5CDE6;
}

#navlist li,
#navlist li a {
	padding: 0.2em 0;
}

#navlist li a {
  padding-right: 1.255em;
  padding-left: 1.255em;
  border-right: 1px solid #fff;
  color: #01167F;
  font-weight: bold;
}

#navlist li a:hover, 
#navlist li a.current {
  text-decoration: none;
  color: #FFF;
  background: #051C91 url("../images/arrow_orange.gif") no-repeat 0.7em center !important;
}


/********************************
	Sub-Navigation
********************************/

#sub-navcontainer {
	width: 16.7em;
	height: 25.7em;	
	overflow: visible;
	background: transparent url(../images/subnav_bg.jpg) repeat-x 0 0;
}

ul#sub-navlist {
	border-top: 1px solid #C5CDE6;	
	background-color: #FFF;
}

#sub-navlist li {
	display: inline;
}

#sub-navlist li a {
  border-bottom: 1px solid #fff;
  background: #C5CDE6 url("../images/arrow_blue.gif") no-repeat 2.3em 0.55em;
  padding: 0.2em 1.5em 0.2em 3.05em;
  color: #01167F;
  font-weight: bold;
  display: block;
}

#sub-navlist li a:link { }
#sub-navlist li a:visited {}

#sub-navlist li a:hover,
#sub-navlist li a.current {
  text-decoration: none;
  color: #FFF;
  background: #051C91 url("../images/arrow_orange.gif") no-repeat 2.3em center;
}

#sub-navlist li a.current {
  background-image: url("../images/arrow_orange-down.gif");
  background-position: 1.95em center;
}

#sub-navlist li ul {
	margin: 0.4em 0 0.8em;
}

#sub-navlist li li {
	padding-left: 3.6em;
	display: block;
}

#sub-navlist li li a {
	padding: 0.15em 0.8em;
	width: 12.65em;
  background: #FFF;
  font-weight: normal;
  font-size: 0.9em;
}

#sub-navlist li li a:hover, 
#sub-navlist li li a.current {
	background-color: #FFF;
	background-position: 0em center;
	color: #051C91;
}

#sub-navlist li li a.current {
  font-weight: bold;
	background-image: url("../images/arrow_orange.gif");
}


/********************************
	Marginal
********************************/
#marginal {
	/*left: 65.5em;*/
	width: 14.4em;
	float: right;
	background: #081A84 url(../images/marginal_bg.jpg) no-repeat 0 0;
}

#marginal .box {
	font-size: 0.9em;
	background-color: #FFFFFF;
}	
	
#marginal .box#search {
	border-bottom: 1px dotted #7A87C4;
}

#marginal .box.top,
#marginal .box#search {
	padding: 0.73em 0.7em;
	background-color: transparent;
	
}

#marginal .box.top {
	padding-top: 0.45em;
	height: 5.4em;
	overflow: hidden;
}

#marginal label {
	color: #FFF;
}

#marginal label#searchlabel {
	background: transparent url("../images/icon_search.gif") no-repeat 0 center;
	padding: 0 0.1em 0 1.4em;
}

input#searchquery  {
	width: 6.5em;	
}

input#searchsubmit  {
	margin-left: 0.1em;
	width: 1em;	
	background: transparent url("../images/arrow_orange.gif") no-repeat 0 center;
	border: none;
}

#marginal .box.top a {
	text-decoration: none;
	color: #D5D8EB;
	background: transparent url("../images/icon_contact.gif") no-repeat 0.1em center;
	display: block;
	padding: 0.235em 1.4em
}

#marginal .box.top a#imprint {
	background-image: url("../images/icon_imprint.gif");
}

#marginal .box.top a#links {
	background: url("../images/icon_links.gif") no-repeat 0 center;
}

.box h3 {
	color: #FFF;
	font-weight: normal;
	background-color: #8F97B0;
	padding: 0.4em 0.9em;
}

.box ul {
	padding: 0.5em 0.9em 0.7em;
}

.box li {
	padding: 0.3em 0;
}

#marginal, 
#content-wrapper {
	margin-top: -8.9em;
	/*	position: absolute;
	top: 9.5em;
	z-index:1;	*/
}

/********************************
	Inhalt
********************************/
#content-wrapper {
	/*left: 16.9em;*/
	background: #4757AE url(../images/content_bg.jpg) no-repeat 0 0;
	padding: 0;
	width: 48.495em;
}

#content-head {
	height: 7.8em;
	padding: 0.55em 2.3em;
	overflow: hidden;
	position:relative;
}

#breadcrumb {
  font-size: 1em;
}

#breadcrumb,
#breadcrumb a {
  color: #FFF;
  font-size: 0.9em;
}

#breadcrumb img {
	margin: 0.22em 0.35em 0;
}

#content {
	padding: 2.2em 2.6em 1.5em;
	/*padding: 2.2em 0 1.5em;	*/
	background-color: #F3F3F3;
	font-size: 0.9em;
	min-height: 40em;
}

#content.intro {
	padding: 0.138em 0 0;
}

#content.intro p {
	padding: 0 2.6em 1em;
}

h1 {
	position:absolute;
	bottom: 0;
	left: 0.17em;
	margin: 0 1em;
	color: #FFF;
	font-size: 2.2em;
	font-weight: normal;
}

h2 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.95em;
	font-weight: bold;
	display: block;
	padding: 0.3em 2.6em 0.25em;	
	border-bottom: 2px solid white;
}

h3 {
	color: #051C91 ;
	font-size: 1em;
	font-weight: bold;
}

h4 {
	font-weight: bold;
	font-size: 1em;
}

h3, h4 {	
	padding: 0.5em 2.6em 0;
}

p {
	/*padding: 0 2.6em 1em;	*/
}

#content ul, #content ol, p {
	padding: 0 0 1em;
}

#content ul,
#content ol {
	border-bottom: 1px dotted #051C91;
/*	margin: 0em 2.6em 1em;*/
		margin-bottom: 1em;
}

#content ul li {
	background: transparent url(../images/arrow_blue.gif) no-repeat 0 0.4em;
}

#content ul li,
.linklist ul li a {
	padding-left: 0.8em;	
}

.linklist li {
	background: none !important;
	padding-left: 0 !important;
}

.linklist li a {
	background: url(../images/arrow_blue.gif) no-repeat 0 center;
}

table {
	border: 1px dotted #051C91;
	border-left: none;
	border-right: none;
	empty-cells: show;
	width: /*48.6em*/ 100%;
	margin: 1em 0;
	padding: 0.25em 0;
}
/*
th {
	color: #051C91;
}
*/
th, td {
	padding: 0.15em 0.3em;
	border: 0.01em solid #F3F3F3;
}

.dotted-top {
	
	padding-top: 1em;
}

td p {
	padding:0.65em 0pt 0em;
}

.category {
	border-bottom: 10px solid white;
	padding: 0.3em 0;
}

.noSearchResults {
	padding: 0 2.6em 2em;
}

.category P.image {
	display: inline;
	border: 1px solid red;
}

.category .imagecontainer {
	display: inline;
	height: 11em;
	width: 12em;
}

.category span{
	display: block;
	height: 10.2em;
	overflow: visible;
}

.category img {
	border: 1px solid #999999;	
	vertical-align: top;
	float: left;
	margin: 0.25em 1.4em 0.25em 0;
}

#footer {
	font-size: 0.8em;
	background-color: #FFF;
	color: #051C91;
	padding: 1em 0;
	height: 2em; /* für IE7 weil sonst der Copyright-Text verschwindet */
}

.toolleiste {
	text-align: right;
	margin-top: -1.3em;
	padding-right: 0;
}

.toolleiste img {
	border: none;
	margin: 0 0.9em;
}

