body{
	position: relative;
	font-family: arial, verdana, sans-serif;
	font-size: 76%;
	background: #ddd url("pics/background.gif") repeat top left;
	color: #000;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;

}
div {
	margin: 0;
	padding: 0;
}
div#outercontainer {
	width: 94%;
	max-width: 940px;
	min-width: 750px;
	width: expression(document.body.clientWidth>1000?"940px":(document.body.clientWidth<800?"750px":"94%"));
	min-height: 450px;
	position: relative;
	margin: 10px auto 0 auto;
	padding: 5px;
	border: 1px solid #bbb;
	text-align: left;
	background: #fff url("pics/autorisation.gif") no-repeat bottom right;
}
div#outercontainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#container{
	height: 100%;
}
div#headerwrapper {
	position:absolute;
	top: 126px;
	left: 5px;
	right: 5px;
	border-bottom: 1px solid #0071ab;
}
a#header {
	display: block;
	padding: 35px 0 34px 20px;
	margin: 0 0 1.65em 0;
	background: #00b0f0	url("pics/backgroundhead.jpg") no-repeat top right;
}
a#header img {
	padding: 0;
	display: block;
	border: none;
}
ul#menu {
	display: block;
	height: 1.5em;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5em;
	list-style-type: none;
	background: #036 url("pics/menu.jpg") no-repeat top right;
	border-bottom: 1px solid #fff;
}
ul#menu li { 
	position: relative;
	left: 20px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
ul#menu li a {
	position: relative;
	float: left;
	width: 5.4em;
	margin: 0;
	padding: 0 2px;
	background-color: #036;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
ul#menu li.wide a {
	width: 8.4em;
}
ul#menu li.drop a {
	background: #036 url("pics/dropmenu.gif") no-repeat 5.0em bottom;
}
ul#menu li a.aktiv {
	background-color: #00558c;
	left: -1px;
	padding: 0 1px 0 2px;
	border-left: 1px solid #fff;
}
ul#menu li a:hover, ul#menu li:hover a, ul#menu li.over a {
	background-color: #0071ab;
	left: -1px;
	padding: 0 1px 0 2px;
	border-left: 1px solid #fff;
}
ul#menu li ul {
	visibility: hidden;
	position: absolute;
	left: -999em;
	display: block;
	width: auto;
	height: auto;
	margin: 1.5em 0 0 0;
	padding: 4px 0 0 0;
	border-top: 1px solid #fff;
	background-color: #036;
	list-style-type: none;
	overflow: visble;

}
ul#menu li:hover ul, ul#menu li.over ul {
	left: -2px;
	visibility: visible;

}
ul#menu li ul li {
	float: left;
	clear: left;
	width: auto;
	left: 0;
	margin: -4px 0 0px 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #036;
	border-width: 0px 4px 4px 1px;

}
ul#menu li.drop ul li a, ul#menu li.drop ul li a:hover {
	display: block;
	left: 0;
	width: 8.8em;
	margin: -1px 0 0 0;
	padding: 0 0.7em 0 0.4em;
	background-color: #00b0f0;
	background-image: none;
	text-align: left;
	font-size: 90%;
	border: none;
	border: 1px solid #fff;
}
ul#menu li.drop ul li a:hover {
	background-color: #0071ab;
}
div#wrapper{
	float:left;
	width:100%;
	margin: 2px 0 0 0;
}
#middlecolumn {
	padding: 20px 190px 0 195px;
}
#middlerightcolumn {
	padding: 20px 0px 0 195px;
}
h1, h2, h3 {
	font-weight: normal;
	color: #036;
	padding: 0 0 6px 0;
	margin: 0;
	font-size: 2em;
}
#middlerightcolumn h1 {
	margin-right: 180px;
}
h2, h3 {
	padding: 0 0 3px 0;
	font-size: 1.4em;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 5px 0;
}
p.clear {
	clear: left;
	margin: 10px 0 0 0;
	padding: 0.3em 0;
}
a {
	color: #036;
}
a:active {
	outline: none;
}
#googlemap {
	width: 548px;
	height: 400px;
	border: 1px solid #999;
}
div#bigpic {
	display: none;
	position: absolute;
	left: 190px;
	top: 133px;
	margin: 1.65em 0 0 0;
	padding: 5px;
	background: #fff url("pics/loading1.gif") no-repeat center center;
	border: 1px solid #333;
	overflow: hidden;
}
img#placeholder {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
	border: 1px solid #333;
}
#slideClose span {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 18px;
	height: 18px;
	border: none;
	background: transparent url("pics/close.png") no-repeat top left;
	z-index: 17;
}
div#left{
	float:left;
	width:195px;
	margin: 4px 0 0 -100%;
}

address#footer {
	clear: left;
	margin: 0 auto;
	padding: 0;
	color: #F77C00;
	font-style: normal;
	text-align: center;
	font-weight: normal;
	font-size: 1.1em;
}
address#footer a {
	color: #F77C00;
	text-decoration: none;
}
address#footer a:hover {
	text-decoration: underline;
}
#drops {
	position: absolute;
	right: 5px;
	top: 153px;
	margin: 1.65em 0 0 0;
	text-align: left;
	width: 180px;
	border-top: 1px solid #036;
}
#drops p {
	position: relative;
	width: 180px;
	margin: -17px 0 0 0;
	padding: 0;
	text-align: right;
}
#drops p img {
	border: none;
}
#drops p a span {
	display: none;
}
#drops p a:hover, #search a:visited:hover {
	border: none;
}
#drops p a:hover span {
	display: block;
	position: absolute;
	right: 84px;
	top: -1px;
	width: 95px;
	color: #036;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
}
#hiddenDrops {
	position: absolute;
	overflow: hidden;
	width: 180px;
}
#searchdrop, #tafdrop, #sitemapdrop {
	position: absolute;
	overflow: hidden;
	top: -1000px;
	width: 176px;
	border: 2px solid #036;
	border-top: 1px solid #036;
	font-size: 0.9em;
	background: transparent url("pics/drop.png") repeat top left;
}
#drops h3 {
	margin: 0 17px 0 0;
	padding: 3px;
	font-size: 1.2em;
}
#drops a.close {
	float: right;
	display: block;
	padding: 4px 4px 0 0;
}
#drops a.close img {
	border: none;
}
#drops form {
	margin: 0;
	padding: 0 3px;
}
#drops fieldset {
	margin: 0;
	padding: 0px;
	border: none;
}
#drops label {
	padding: 0 1px;
}
#drops input {
	width: 170px;
	margin: 0 0 3px 0;
	border: 1px solid #036;
	border-width: 1px;
	padding: 0 2px;
	font-size: 1em;
	line-height: 1em;
	height: 16px;
	background: #00b0f0 url("pics/inputsend.png") no-repeat 0 0;
	cursor: pointer;
}
#drops input.text {
	width: 164px;
	padding: 1px 2px;
	height: 12px;
	background: url("pics/input.png") no-repeat 0 0;
	text-align: left;
	cursor: default;
}
#sitemapdrop ul {
	font-size: 1em;
	text-indent: none;
	margin: 0 0 5px 5px;
	padding: 0;
	list-style-type: none;
	color: #000;
}
#sitemapdrop li {
	margin: 0;
	padding: 0;
}
#sitemapdrop li ul {
	margin: 0;
	text-indent: 0.8em;
	list-style-position: outside;
	list-style-type: none;
}

#sitemapdrop a {
	color: #000;
	text-decoration: underline;
}
#sitemapdrop li.expand {
	background: transparent url("pics/expand.gif") no-repeat 0px 3px;
	text-indent: 12px;
	margin: 0 0 0 0.8em;
}
#sitemapdrop li.collapse {
	background-image: url("pics/collapse.gif");
}
#sitemapdrop .expand ul{
	display: none;
	text-indent: 12px;
}
#sitemapdrop .collapse ul{
	display: block;
}

#sitemapdrop a:hover {
	text-decoration: none;
}

#dropoverlay, #overlay {
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -50px;
	width: 100%;
	height: 100px;
	background: transparent url("pics/loading1.gif") no-repeat center center;
}
#searchbox fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
form#searchbox {
	margin: 3px 0 10px 0;
	padding: 0;
}
#searchbox input {
	width: 110px;
	margin: 0;
	border: 1px solid #036;
	padding: 0 2px;
	font-size: 1.1em;
	line-height: 1.1em;
	height: 20px;
	background: #00b0f0 url("pics/inputsend.png") no-repeat 0 0;
	cursor: pointer;
}
#searchbox input.text {
	width: 240px;
	margin: 0 3px 0 0;
	padding: 1px 2px;
	height: 16px;
	background: url("pics/input.png") no-repeat 0 0;
	text-align: left;
	cursor: default;
}