@import url("reset.css");

body {
	background: #fff;
	font: 80%  Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	margin: 0px auto;
	line-height: 1.5em;
}

img {
    border: none;
}

p {
	margin-bottom: 1em;
}

strong {
	font-weight: 700;
}

a,
a:link{
    color: #429CAF;
}
a:visited{
    color: #429CAF;
}
a:hover,
a:focus {
	background: #e60308;
	color: #fff;
}

a.pdf:hover, a.pdf:focus {	
	background-color: #e60308;
	color: #fff;
	margin-left:20px;
	padding-left:0px;
}

a:active {
    color: #FF0000;
}

em {
  font-style:italic;
}

#back {
  text-align: right;
}

#content ul.archiv {
	list-style-type: none;
	border-collapse: collapse;
	margin-left: none;
}

#content ul.archiv li {
	border: 1px solid #429CAF;
	background: #EBF8FA;
	margin: 1em .5em;
	padding: .3em 1em;
}

#head {
	position: relative;
	height: 92px;
	text-align: center;
	margin: 20px auto;
	margin-bottom: 10px;
	width: 754px; 
	background: #fff;
	border-bottom: 1px solid #909090;
}

#head h1 {
	color: #fff;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 0;
/*	margin: 30px 20px 0px 0px;*/
	float: right;
}

#head img.bmbf {
	float: left;
}

#head img.ec {
	float: left;
	margin-left: 100px;
}

#head img.eu {
	float: right;
}
h1 {
	font-size: 1.8em;
	
	margin-bottom: 2em;
	font-weight: bold;
}

.none {
	background: none;
	font-size: 1.5em;
	color: #000;
	margin-bottom: 2em;
}

.pdf_link {
	background: url('images/pdf.gif') right no-repeat;
	margin: 1.8em 0em 1.2em 0em;
	padding-right: 1.5em;
}

h2 {
	font-size: 1em;
	margin-bottom: 1.5em;
    background: #0D3F96;
	color: #fff;
	padding-top: 0.3em;
}

h3 {
	font-size: 1.3em;
	margin-top: 2em;
}
h4.title {
	font-size: 0.89em;
	margin-bottom: 2.5em;
}

h4.underline{
	border-bottom: 1px solid #000;
	margin-bottom: 0;
}

h5 {
	font-size: 1em;
	margin-top: 2em;
	margin-bottom: 2em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	margin-top: 2em;
	margin-bottom: 2em;
	font-weight: bold;
}

#main hr {
	border: 1px solid #777;
	height: 3px;
	background: #fff;
}

#main {
	position: relative;
	float: left;
	color: #4a4a4a;
	width: 150px;
	text-align:	left;
	text-transform: uppercase;
	margin: none;
	background: #fff;
}

#main a {
	padding: 4px 0px 4px 6px;
	font-size: .9em;
	color: #3e3e3e;
	text-decoration: none;
	background: transparent;
	display: block;
	text-align:	left;
} 

#main a:hover {
	border: none;
	background: #e60308;
	color: #fff;
}

#main a:hover.pdflink {
	border: none;
	background: #e60308;
	color: #fff;
}

#main ul {
	list-style-type: none;
	border-top: 1px solid #909090;
}

#main li {
	border-bottom: 1px solid #909090;
}

#main ul.indent {
	list-style-type: none;
	font-size: 0.8em;
	border: 0;
}

#main ul.indent li {
	border: none;
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0;
}


#main a.active, #main a.active:hover {
	color: #000;
	background: #ffeb00;
}

#main a:hover.search {
	background: #3e3e3e;
	color: white;
	margin: 1.2em 0em 0em 0em;
}

#main .search {
	background: #3e3e3e;
	color: white;
	margin: 1.2em 0em 0em 0em;
}

#main ul.indent li a{
	margin: 0;
	padding: 0 30px;
	border: 0;
	width: 90px;
}

#container {
	background: #fff;
	position: relative;
	margin: 0px auto;
	width: 754px;
	font-size: 1em;
}

#content {
	position: relative;
	width: 590px;
	min-height: 254px;
	background: #fff;
	padding-left: 5px;
	margin-left: 155px;
  border-left: 1px solid #909090;
}

#content ul {
	list-style: square;
}

#content ul.poster {
	list-style: none;
}

#content ul.pdf li {
	list-style-type: none;
	list-style-image: url('images/pdf.gif');
	margin-left: 2em;
	padding-left: .5em;
}

#content li {
	margin: .8em 1.2em;
}

#content h1 {
	margin-bottom: 0;
}

#content h4 {
	font-weight: 700;
}

#content h5 {
	font-size: 2em;
	margin-bootm: 0;
	padding-bottom: 0;
}

table.matrix {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
}

table.matrix th {
	text-align: left;
	font-weight: 700;
	padding-bottom: .5em;
}

table.matrix td {
	border: 1px solid #f0f0f0;
	text-align: left;
	padding: 5px;
}

table.matrix tr.blau td, td.blau {
	text-align: center;
	font-weight: 700;
}

.pdflink {
  background: url('images/pdf.gif') right no-repeat;
}

.blau {
	background: #909090;
	color: #fff;
}

.grau {
	background: #fafafa;
}
#foot {
	position: relative;
	margin: 0px auto;
	margin-top: 10px;
	width: 754px;
	font-size: 0.8em;
 	text-align: right;
 	border-top: 1px solid #aaa;
 	color: #909090;
}

a.vdi {
	float: left;
}

/*fix default browserspaces between elements*/
* {
  padding:0px;
  margin:0px;
}
input, textarea, select {
  float:left;
  display:block;
  width:250px;
  border: 1px solid #333;
  background:#F4F4F4;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  margin-bottom:10px;
  padding:1px;
}

/*clearing all floats and fix Firefox and IE backgroundcolor-bug */
.form-button {
  margin-left:10px !important;
  width:120px;
  /*clear:both;*/
}

#result-text {
  float:left;
  position: relative;
}

#result-list {
  float:left;
  position: relative;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */