/* THE BIG GUYS */

* {
	margin: 0;
	padding: 0;
}

/* LINKS */
a,a:link,a:link,a:link,a:hover {
	background: transparent;
	color: #8b1012;
	text-decoration: underline;
	cursor: pointer;
}

a:hover,a:active {
	color: #D8A205;
}

/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
		a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active {
	padding-left: 21px;
	background: transparent url("images/sprites.gif") no-repeat 5px -500px;
}

a.morelink:hover {
	background: transparent url("images/sprites.gif") 5px -400px;
}
html {
		height: 100%;
		min-height: 100%;	
		background: #999 url(../bilder/navi_bg.jpg) repeat-y;
}
body {
	background: transparent;
	color: #333;
	font: 83%/1.5em arial,verdana,tahoma,sans-serif;
	height: 100%;
	min-height: 100%;
}

div#eu_logos {
	background: transparent;
	position: absolute;
	bottom: 10px;
	left: 30px;
}

dl {
	margin: 0 0 1em 0;
}

dl dl {
	margin: 0 0 1.5em 30px;
}

dt {
	margin-top: 1.3em;
	font-weight: bold;
}

fieldset, img {
	border: none;
}



/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 .3em; /* border-bottom: 1px solid #eee; */
	padding-bottom: .1em;
	color: #000;
	font-family: verdana, arial,sans-serif;
	letter-spacing: 0px;
}

h1 {
	border-bottom: 2px solid #8b1012;
	margin: 0 -42px 20px 0;
	padding-right: 50px;
	color: #8b1012;
	font-size: 146%;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
}

h2 {
	font-size: 136%;
}

h3 {
	color: #4f4053;
	font-size: 126%;
}

h4 {
	font-size: 116%;
}

h5 {
	font-size: 106%;
}

h6 {
	font-size: 96%;
}

/* GENERAL */
hr {
	border: none;
	clear: both;
	margin: 1em 0;
	background: #eeeeee;
	color: #eee;
	height: 1px;
}

/* FORMS */
input {
	margin: 2px 0;
	font-family: arial,tahoma,verdana,sans-serif;
}

label {
	padding: 5px 0;
	display: block;
}

label br {
	clear: left;
}

li.doc {
	background: 3px -500px;
}

li.tab0 code {
	padding-left: 4em;
}

li.tab1 code {
	padding-left: 8em;
}

li.tab2 code {
	padding-left: 12em;
}

li.tab3 code {
	padding-left: 16em;
}

li.tab4 code {
	padding-left: 20em;
}

li.tab5 code {
	padding-left: 24em;
}

ol {
	margin: .5em .5em 1.5em;
}

ol li {
	margin-left: 1.4em;
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

/* CODE - formatting for code inserted into body - more here: http://dizque.lacalabaza.net/temp/lipt/ */
		ol.code {
	font-family: monospace;
	position: relative;
}

ol.code .cmt {
	color: #4077d2;
}

ol.code code {
	display: block;
	color: #000;
}

ol.code li {
	margin-bottom: 1px;
	color: #666;
}

ol.code li {
	background: #eee;
}

p.note {
	border: 1px solid #ddd;
	margin: 1em;
	padding: 1em;
	background: #eee;
}

small {
	font-size: 11px;
}

/* LISTS */
ul {
	padding-left: 1em;
	list-style-type: square;
	font-variant: small-caps;
}

ul.nomarker li {
	padding-left: 0;
	background: none;
}

ul.related {
	margin-top: -1em;
}

/* TABLES - calendar */
	.calendar {
	width: 200px;
	font-size: 92%;
}

.calendar tbody th, .calendar tbody th.sub {
	padding: 2px;
}

.calendar td {
	border: 1px solid #ddd;
	text-align: center;
}

.calendar th {
	text-align: center;
}

.calendar thead th {
	padding: 3px 2px;
}

.caption {
	color: #999;
	font-size: 11px;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	position: relative;
}

.date {
	display: block;
	color: #fff;
	font: bold 82% arial;
	letter-spacing: 1px;
}

.error {
	color: #8b1012;
	font-weight: bold;
}

.featurebox {
	border-top: 1px solid #d7d7d7;
	margin: 0 0 1.5em;
	padding: 15px 20px 20px;
	background: #eee;
	color: #333;
}

.featurebox a {
	font-weight: bold;
}

.featurebox p {
	border: none;
	margin: 0 0 1em;
	color: #444;
}

.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {
	border-bottom: 1px solid #8b1012;
	margin: 0 0 .3em;
	color: #8b1012;
}

.highlight {
	color: #E17000;
}

.morelink span {
	width: 900px;
	left: -9999px;
	position: absolute;
}

.pagination {
	border: 1px solid #ddd;
	margin: 0 0 1.5em;
	padding: 4px 2px 4px 7px;
	background: #eee;
	color: #666;
}

.pagination h4 {
	border: none;
	margin-top: -1.45em;
	padding: 0;
}

.pagination p {
	text-align: right;
	position: relative;
}

.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active {
	border: 1px solid #ccc;
	padding: 2px 5px;
	background: #fff;
	text-decoration: none;
}

.pagination p span {
	border: 1px solid #ccc;
	padding: 2px 5px;
	background: #fff;
	color: #ccc;
	text-decoration: none;
}

.success {
	color: #390;
	font-weight: bold;
}

/* TABLES */
	.table1 {
	border: 2px solid #900;
	width: 100%;
	border-collapse: collapse;
}

.table1 tbody th {
	padding: 6px;
	background: #88b8db url("images/sprites.gif") repeat-x 0 -1400px;
	color: #fff;
	font-size: 115%;
}

.table1 tbody th.sub {
	padding: 6px;
	background: #EEEEEE url("images/sprites.gif") repeat-x 0 -1500px;
	color: #000;
	font-size: 100%;
}

.table1 td {
	border: 1px solid #fff;
	padding: 3px;
	background: #fff url("images/sprites.gif") repeat-x 0 -1600px;
}

.table1 th {
	border: 1px solid #fff;
	text-align: left;
}

.table1 thead th {
	padding: 10px 6px;
	background: #900 url("images/sprites.gif") repeat-x 0 -1300px;
	color: #fff;
	font-size: 145%;
}

.thumbnail {
	border: 1px solid #eee;
	float: right;
	margin: 0 0 0 10px;
	padding: 5px;
	width: 100px;
	background: #fff;
	position: relative;
	z-index: 9999;
}

.thumbnail img {
	border: 1px solid #000;
}

#content {
	min-height: 470px;
	margin: 0 172px 0 180px;
	padding: 40px 50px 20px;
	background: #dbe19c url(../bilder/bg_rechts.jpg) repeat-y;
	background-position: right;
}

#content #breadcrumb {
	padding-top: 5px;
	font-size: 93%;
	font-weight: bold;
}

#content #breadcrumb a:link, #content #breadcrumb a:visited {
	text-decoration: none;
}

#content #breadcrumb a:hover, #content #breadcrumb a:active {
	text-decoration: underline;
}
#content ul {text-align:justify;}
#content li {line-height: 1.5em;}

#content-wrap {
	width: 100%;
	position: relative;
}

/* LAYOUT - FOOTER */
#footer {
	background: url(../bilder/footer.jpg) repeat-x;
	margin: 0 180px 0 180px;
	border-top: 0px solid #eee;
	clear: both;
	padding: 10px 0 30px;
	color: #999;
	font-size: 86%;
}

#footer a:link, a:visited, .subdued {
	color: #999;
}

/* LAYOUT - HEADER */
#header {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	background: #8b1012 url(../bilder/header.jpg) no-repeat 100% 100%;
	height: 150px;
}

#header #site-name {
	background: transparent url(../images/logo_neu.png) no-repeat 230px 30px;
	width: 100%;
	height: 100%;
	border: none;
	font: 265% arial;
	text-indent: -99999px;
}
#header #headerpic {
		position: absolute;
		top:0;
		left: 0;
		background: url(../bilder/headerpic.jpg) no-repeat;
		width: 180px;
		height: 150px;
}

/* POWERED BY - mollio logo in this case */
	#poweredby {
	width: 96px;
	height: 63px;
	position: absolute;
	right: 0;
	top: -102px;
}

#resultslist-wrap {
	margin: 0 0 1.5em;
	font-size: 92%;
}

#resultslist-wrap dd {
	line-height: 1.3;
}

#resultslist-wrap dd.filetype, #resultslist-wrap dd.date {
	padding-right: .5em;
	display: inline;
	color: #999;
}

#resultslist-wrap dt {
	padding: 3px 0;
	font: bold 85% arial;
}

#resultslist-wrap dt, #resultslist-wrap dl, #resultslist-wrap li dl, #footer p, #search form, .pagination * {
	margin: 0;
}

#resultslist-wrap li {
	margin: 0 0 0 1.2em;
	padding: 0 0 1em;
	font: bold 145% arial;
}

#resultslist-wrap li dd {
	font: normal 73% arial;
}

/* end hiding from IE5 mac */
	/* SEARCH */
	#search {
	width: 15em;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	left: auto;
	position: absolute;
	right: 0px;
	top: 120px;
}

#search input {
	margin: 0 0 -1px;
	width: 10em;
	height: 1.2em;
}

#search input.f-submit {
	margin: 0 0 -.15em;
	width: auto;
	font-size: 81%;
	height: 1.95em;
}

#search label {
	padding: 5px 0 0;
	display: inline;
}

/* Bilder rechts */
#sidebar {
	border-top: 0px solid #fff;
	padding-bottom: 40px;
	padding-top: 1px;
	width: 180px;
	background: transparent;
	position: absolute;
	right: 0px;
	top: 150px;
}

#sidebar img {
	border-bottom: 2px solid #fff;
}

/* Navigation */
#utility {
	width: 145px;
	position: absolute;
	left: 35px;
	top: 50px;
}

/* LAYOUT - main body of page */
#wrap {
	margin: 0;

	min-width: 770px;
	position: relative;
}
.trennung {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 20px;
	clear: both;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.logobilder {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 20px;
	clear: none;
	height: 125px;
	width: 125px;
	border: 0px;
	float: left;
}
.partner {
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-left: 170px;
}
#flags {position:absolute; top: 42px; right:22px;}