body {
	margin: 0 0 1em 0;
	padding: 0;
	color: fff;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #222; }

#header {
	background: #fff url('/media/header/kopfgrafik.jpg')center no-repeat ;
	width: 806px;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #164789;
	border-right: 1px solid #164789;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #fff;
        text-align: center;
	margin: 0 auto 0 auto;
	width: 806px;
}

#menu {
	font-size: 75%;
	font-color:#52708c;
   	font-weight: bold;
	white-space: noWrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #52708c;
	float: left;
}

#menu a:hover {
	background: #ddd;
	color: #52708c;
}

/**/

#subnavigation{
	float: right;
        width: 221px;
        padding: 0px 0px 0px 0px;
        margin:  0px auto 0px auto;
        border:  none;
        background: #F8F8F8;
        border-right: 1px;

}
#subnavigation ul{
        padding: 0px 0px 0px 0px;
        margin:  10px 0px 10px 0px;
        border:  none;
}
#subnavigation li{
        padding: 0px 0px 0px 0px;
        margin:  0px 0px 0px 0px;
        border:  none;
        list-style: none;
}
#subnavigation li a{
        display: block;
        width: 221px;
        padding: 0px 0px 0px 15px;
        margin:  2px 0px 2px 0px;
        border:  none;
        text-decoration: none;
        font-size: 12px;
        color:#004889;
}
#subnavigation li a:hover{
        font-weight: bold;
        color: #004889;
        background: url(/bilder/navigation/subnavi_pfeil.gif) no-repeat left cent
er;
}
#subnavigation .aktiv{
        font-weight: bold;
        color: #00101E;
        background: url(/bilder/navigation/subnavi_pfeil.gif) no-repeat left cent
er;
}
#subsubnavigation li a{
        display: block;
        width: 221px;
        padding: 0px 0px 0px 25px;
        margin:  2px 0px 2px 0px;
        border:  none;
        text-decoration: none;
        font-size: 12px;
        color: #005EB0;
}

#subsubnavigation .aktiv{
        font-weight: bold;
        color: #00101E;
        background: url(/bilder/navigation/subsubnavi_pfeil.gif) no-repeat 12px c
enter;
}

#content {
	width: 804px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto 0 auto;
	padding: 3.5em 1px 20px 1px;
/**
	border-left: 1px solid #164789;
	border-right: 1px solid #164789;

**/
	background: white;
	font-size: 90%;
	text-align: left;
}

#content h1{
        font-size: 16px;
        color:#004889;
        padding: 0px 0px 0px 10px;
        margin:  5px 0px 13px 5px;

}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 10px auto;
	padding: 2px 1%;
	width: 806px;
	text-align: right;
/***
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
***/
	font-size: 80%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #004889;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#startcollage a{
        color: white;
        text-decoration: none;
        line-height: 170%;
}

#startcollage a:hover{
        background-color: #164788;
        color: ThreedFace;
        text-decoration: underline;
}


p { margin-left: 1em; }
