html, body {
	height: 100%;
}
body, table {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
	overflow:auto;
}
body {
	background:#FFFFFF url(images/bg.gif) repeat-x top;
}
img {
	border:none;
}

#site {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-402px;
	text-align:left;
	width:770px;
	min-height: 99%;
	background: url(images/bg_site.gif) repeat-y;
	border-bottom:1px solid #000000;
}
*html #site {
	height:100%;
}
#topborder {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	background: #FFE500 url(images/bg_topborder.gif) left bottom repeat-x;
}
#topborder p {
	padding: 10px 39px 10px 39px;
	margin: 0px;
}
#header {
	width:100%;
	height:127px;
	overflow:hidden;
	float:left;
	background: url(images/bg_top.jpg) no-repeat;
}
#header img {
	width:148px;
	height:72px;
	margin:20px 0px 0px 50px;
	float:left;
}


/* NAVBAR */
#navbar {
	float:left;
	width: 202px;
	height:430px;
	background:#dddddd url(images/bg_navbar.jpg) no-repeat left top;
	margin: 0px 0px 0px 7px;
	padding:25px 0px 0px 0px;
	display:inline;
	list-style-type: none;
}
#navbar small {
	font-weight:normal;
	font-size:9px;
}
#navbar li {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 32px;
	width:100%;
	height:23px;
	float:left;
	font-weight: bold;
}
#navbar li a:link, #navbar li a:visited {
	font-size:12px;
	color: #000000;
	text-decoration: none;
}
#navbar li a:hover, #navbar li a:active {
	color: #000000;
	text-decoration: underline;
}
#navbar li.current a:link, #navbar li.current a:visited,
#navbar li.current a:hover, #navbar li.current a:active {
	color: #338ab5;
	text-decoration: none;
	cursor:default;
}


/* INHALT */
#content {
	float:left;
	width:552px;
	min-height:430px;
	overflow:hidden;
	background: #f5f5f5 url(images/bg_content.jpg) no-repeat left top;
	margin-left:2px;
	padding-bottom:90px;
}
*html #content {
	height:430px;
	overflow:visible;
}
#content h1 {
	color: #000000;
	font-size:17px;
	margin: 20px 0px 10px 0px;
	padding: 0px 30px 0px 45px;
}
#content h2 {
	color: #000000;
	font-size:11px;
	margin: 10px 0px 10px 0px;
	padding: 0px 30px 0px 45px;
	position:relative;
}
#content h2 i {
	font-weight:normal;
	text-align:right;
	font-size:9px;
	position:absolute;
	top:0px;
	right:30px;
}
#content h3.home {
	float:left;
	font-size:12px;
	line-height:1.3em;
	text-align:justify;
	margin: 60px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
	width:180px;
	display:inline;
}
#content p {
	font-size: 11px;
	color: #000000;
	margin: 5px 0px 10px 0px;
	padding: 0px 30px 0px 45px;
	line-height: 1.5em;
}
#content p.speziallink a:link, #content p.speziallink a:visited {
	text-decoration: none;
}
#content p.speziallink a:hover, #content p.speziallink a:active {
	text-decoration: underline;
}
#content strong {
	color: #e10000;
	font-weight:normal;
}
#content a:link, #content a:visited {
	color: #5C0000;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #5C0000;
	text-decoration: none;
}
#content .right {
	float:right;
	border:1px solid #dfdfdf;
	margin:0px 30px 10px 10px;
	padding:1px 1px 1px 1px;
}
#content div.center {
	text-align:center;
	margin:0px 30px 10px 45px;
}
#content div.center img {
	border:1px solid #dfdfdf;	
	padding:1px 1px 1px 1px;
}
#content div.center span {
	font-size:9px;	
}
#content ul {
	list-style-type: none;
	list-style-image: url(images/li.gif);
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
#content ul li {
	padding: 0px 0px 0px 0px;
	margin: 5px 30px 5px 65px;
}
#content ul.list {
	list-style-image: url(images/li_line.gif);
}
#content ul.list a:link, #content ul.list a:visited {
	color: #0072ba;
	text-decoration: none;
}
#content ul.list a:hover, #content ul.list a:active {
	color: #000000;
	text-decoration: none;
}
#content ul.mission {
	list-style-image:none;
	line-height:80px;
}
#content ul.mission li {
	padding: 0px 0px 0px 0px;
	margin: 5px 30px 5px 45px;
}
#content ul.mission li img {
	width:100px;
	margin:0px 0px 0px 0px;
}
#content ul.files {
	list-style-image: none;
}
#content ul.files li.pdf,
#content ul.files li.doc,
#content ul.files li.xsl {
	margin: 5px 30px 5px 45px;
	padding-right:25px;
	min-height:16px;
	width:400px;
	float:left;
	display:inline;
}
#content ul.files li.pdf {
	background: url(images/pdf_logo.gif) no-repeat right;
}
#content ul.files li.doc {
	background: url(images/doc_logo.gif) no-repeat right;
}
#content ul.files li.xsl {
	background: url(images/xsl_logo.gif) no-repeat right;
}
#content ul.files li i {
	color:#999999;
}
form {
	clear:both;
	padding:20px 0px 0px 0px;
}
form fieldset {
	border:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
form label {
	float:left;
	width:150px;
	margin-left:30px;
	cursor: pointer;
	text-align:right;
}
form input, form textarea, form select {
	font-size:11px;
	font-family:Arial, 'Times New Roman';
	color: #999999;
	background-color: #ffffff;
	margin-bottom:5px;
	border: 1px solid #7CA8D2;
}
form input:focus, form textarea:focus, form select:focus {
	border: 1px solid #000000;
	color: #000000;
}
form input {
	width:200px;
	height:17px;
	margin:0px 0px 5px 7px;
	padding:1px 0px 1px 4px;
}
form textarea {
	width:200px;
	height:70px;
	margin:0px 0px 5px 7px;
	padding:1px 0px 1px 4px;
}
form select {
	width:205px;
	height:17px;
	margin:0px 0px 5px 7px;
	padding:1px 0px 1px 0px;
}
form input.submit {
	width:100px;
	height:20px;
	margin-left:187px;
	cursor:pointer;
	border: 1px outset #7CA8D2;
	color:#000000;
}
#content address {
	margin:10px 0px 15px 60px;
	float:left;
	display: inline;
}
#content div.partnerlogo {
	border:1px solid #338ab5;
	float:right;
	display:inline;
	margin:20px 20px 10px 10px;
	padding:5px 5px 5px 5px;
	background:#ffffff;
}
#content table.table {
	border-collapse:collapse;
	margin: 0px 0px 10px 45px;
	width:475px;
}
#content table.table td, #content table.table th {
	vertical-align:top;
	text-align:left;
	padding:5px;
	line-height:1.1em;
}
#content table.table td {
	border: #338ab5 1px solid;
}
#content table.table td.country,
#content table.table td.town,
#content table.table td.file,
#content table.table td.datei,
#content table.table td.date {
	white-space:nowrap;
}
#content table.table td.pdf,
#content table.table td.internet {
	text-align:center;
}
#content table.table td.file, 
#content table.table td.datei {
	text-align:right;
}
#content form.bordered {
	margin: 0px 0px 0px 45px;
	padding: 0px 0px 0px 0px;
	width:475px;
	border:1px solid #338AB5;
}
#content form.bordered table {
	margin: 10px 0px 10px 100px;
	padding: 0px 0px 0px 0px;
}

/* NEWS */
#news_fotos {
	list-style: none;
	margin: 0px 0px 0px 45px;
	padding: 5px 0px 0px 0px;
	width: 100%;
}
#news_fotos li {
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
	display:inline;
	float: left;
}
#news_fotos li span {
	display: block;
	font-style: italic;
}

/* LOGOS */
#bottom {
	position:absolute;
	bottom:0px;
	right:7px;
	width:552px;
	height:83px;
	overflow:hidden;
	background: #ffffff url(images/bg_bottom.gif) no-repeat left top;
	border-top:1px solid #000000;
	text-align:center;
}
#bottom ul {
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
#bottom ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	display:inline;
}

/* SITEMAP */
#content ul.sitemap,
#content ul.sitemap ul {
	list-style-image: url('images/li_sitemap.gif');
	border-left: 1px solid #000000;
	margin: 5px 0px 10px 75px;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
}
#content ul.sitemap ul {
	margin-left: 20px;
	font-weight: normal;
}
#content ul.sitemap li {
	margin-left: -3px;
}
#flash-film {
	width: 477px;
	text-align: center;
	height: 332px;
	border: 1px solid #DFDFDF;
	margin: 0px auto 0;
}
#topborder .newsticker_truncate {
	display:inline;
	float:left;
	height:19px;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:100%;
}
#topborder ul {
	font-size:0.8em;
	padding:0px 0px;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	text-align: center;
}
#topborder ul li {
	display:block;
	float:left;
	line-height:19px;
	margin:0;
	padding:0;
	text-align:center;
	width:770px;
}
#topborder a,
#topborder a:visited{
	color: #000000;
	text-decoration: none;
}
#topborder a:hover,
#topborder a:focus,
#topborder a:active{
	color: #535353;
}
