/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
    padding: 0;
    color:  #fff;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 101.01%;
	background: #000 url(img/aib_background2.jpg) no-repeat center top;
	/*overflow-y: scroll;*/
}

h1 {
	font-size: 0.8em;
	margin-bottom: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 0.8em;
	margin-bottom: 0.6em;
	margin-top: 1em;
	font-weight: 500;
	text-transform: uppercase;
}


h3 {
	font-size: 0.8em;
	margin-bottom: 0.6em;
	margin-top: 1.6em;
	font-weight: bold;
}

p {
	font-size: 0.8em;
	padding-bottom: 1em;
	font-weight: 100;
	line-height: 1.4em;
}

.fett {
	font-weight: bold;
}

sup {
	font-size: 34px;
}

a {
	color: #fff;
}

a:hover {
	color: #ccc;
}

a img {
	border: none;
}

#content a {
	text-decoration: none;
}

a.info{
	color: #fff;
	text-decoration: none;
	background: transparent url(img/info.gif) no-repeat left center;
	padding: 2px 0 2px 22px;
	display: block;
	margin-bottom: 2px;
	min-height: 18px;
}

#content a:hover,
a.info:hover{
	color: #fff;
	text-decoration: underline;
}

ul {

}


/* allg. Positionierung -------------------------------------------*/
#background {

}


#container {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 63px;
	margin-bottom: 30px;
}


/* positionierung popup/iframe -------------------------------------------*/
.unsichtbar {
	display: none;
}

.zeigen {
	display: block;
}

iframe {
	/*position: absolute;*/
	position: fixed;
	top: 0;
	left: auto;
	margin-left: 240px;
	margin-top: 70px;
	width: 630px;
	height: 585px;
	border: none;
}


/* Inhalt -------------------------------------------*/
#headerbild{
	height: 214px;
	background-color:#000000;
}

#headerbild p{
	margin-top:100px;
	margin-left: 220px;
}


#content{
	margin-left: 380px;
	padding-left: 10px;
	padding-right: 140px;
	padding-bottom: 20px;
	margin-top: 40px;
	margin-right: 30px;
}


/* Navigation ---------------------------------------*/

#topnavi, #contentnavi, #subnavi{
	margin-left: 380px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.6em;
	letter-spacing: 0.2em;
}

#topnavi{
	padding: 8px 0 4px 10px;
}

#contentnavi{
	padding: 20px 0 5px 10px;
	/*margin-bottom: 60px;*/
	background-color: #343434;
	background-image: url(img/contnavi_bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#subnavi{
	padding: 5px 0 3px 10px;
	/*margin-bottom: 60px;
	background-color: #605D58;*/
	background-image: url(img/subnavi_bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	letter-spacing: 0em;
}

#topnavi ul li, #contentnavi ul li, #subnavi ul li{
	display: inline;
}

#topnavi a, #contentnavi a, #subnavi a{
	color: #959594;
	text-decoration: none;
	padding-right: 20px;
}

#contentnavi a, #subnavi a{
	padding-right: 10px;
}

#topnavi a:hover, #contentnavi a:hover, #subnavi a:hover{
	color: #C0C0C0;
}

#topnavi a.aktiv, #contentnavi a.aktiv, #subnavi a.aktiv{
	color: #f4f4f4;
}


/* Formular ---------------------------------------*/

input{
	float: left;
	margin-bottom: 5px;
}

label{
	font-size: 0.8em;
	float: left;
	width: 130px;
}

label.left{
	/*clear: left;*/
}


label.right{
	/*clear: right;*/
	margin-left: 5px;
}

label.kurz{
	width: 40px;
	margin-left: 5px;
}


label.lang{
	width: 290px;
}

form p{
	padding-top: 1em;
}

form br{
	clear:left;
}

.button{
	margin-top: 20px;
	margin-bottom: 50px;
}

input.radio{

}


/*IE < 7 fixes* -------------*/

*html body {
	overflow-y: hidden;
}


*html body #container iframe{
	position: absolute;
}

*html body #container a.info{
	height: 18px;
}

*html body #container iframe#popup_tak {
	position: relative;
	top: -800px;
	left: auto;
	margin-left: 240px;
	margin-top: 70px;
}