html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
/*	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat; */
	background-color: black;
	height: 100%;
}

#bg {
	margin 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.contactLeft {
	display: block;
	float: left;
	width: 220px;
}

#logo {
	position: absolute;
	left: 30px;
	top: 10px;
}

#tabs{
	position: absolute;
	width: auto;
	left: 260px;
	top: 35px;
}
#tabs ul{
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;
}
.ui-tabs-panel.ui-tabs-hide {
     display: none;
     border: none;
}
.page{
    background-color: white;
    opacity: 0.75;
    filter: alpha(opacity=75);
    min-height: 345px;
    width: 452px;
    padding: 5px 8px;
	font-family: Georgia, Times;
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
	color: #3b4210;
	margin-top: 20px;
}
#impressum{
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-family: Georgia, Times;
}
#line{
	position: absolute;
	left: 260px;
	top: 82px;
    height: 3px;
    padding: 0;
    width: 468px;
    background-color: white;
}
.ui-tabs-panel a{
	color: black;
}	
#tabs_nav{
	margin: 0;
}

#tabs_nav li{
	position: relative;
	font-size: 18px;
	padding: 4px;
	margin: 0;
	float: left;
	width:105px;
	margin-left: 5px;
	background-color: white;
	z-index: 0;
	text-align: center;
}
#tabs_nav span{
	font-family: Stencil, Georgia, Times;
}
#tabs_nav li:first-child{
	margin-left: 0;
}
#tabs_nav li.ui-tabs-selected:first-child{
}
#tabs_nav li.ui-tabs-selected{
}

#tabs_nav li a{
	text-decoration: none;
	color: #3b4210;
}
#tabs_nav li.ui-tabs-selected a, #tabs_nav li a:hover{
	text-decoration: none;
	color: #9F0F26;
}

#footer {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: white;
	font-size: 14px;
}

#footer a {
	color: white;
	text-decoration: none;
}

.hiddentab {
	display: none;
}

.pdf {
	padding-right: 15px;
	background-image: url(../img/doc.png);
	background-repeat: no-repeat;
	background-position: right
}