﻿@import url(navigation.css);
@import url(inhalte.css);
@import url(hintergrund.css);

a:focus { outline: none; }
a img {
	border: none;
}

body,html{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #696969;
/*	background-image: url(pics/bg-soft.jpg);
	background-position: center top;
	background-color: silver; */
}

.main{
	border: solid #696969;
	background-color: white;
	border-width: 1px 1px 0px 1px; 
	background-image: url(pics/bg-grau.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 1000px;
	position: absolute;
	left: -500px;
	margin-left: 50%;
	top: 20px;
	bottom: 0px;
	-moz-box-shadow: #626262 4px 4px 10px;
	-webkit-box-shadow: #626262 4px 4px 10px;

	/*
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	*/
}

.intro{
	background-color: transparent;
	background-image: url(pics/bg_white.png);
	background-repeat: repeat;
	text-align: center;
}

.intro_navi_oben{
	position: absolute;
	top: -20px;
}

.head{
	border: solid #f2f2f2;
	height: 140px;
	border-width: 0px 0px 2px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 180px;
}

.sprache{
	position: absolute;
	top: 20px;
	right: 10px;
/*    display: none; */
}

.sprache a:active {
  color: black;
}


.navi_oben{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.balken_left{
	background-color: #EC7404;
	position: absolute;
	width: 180px;
	top: 0px;
	bottom: 0px;
}

.logo{
	position: absolute;
	height: 140px;
	width: 180px;
	border: solid white;
	border-width: 0px 0px 2px 0px;
}
	
	
.logo img{
	position: absolute;
	top: 20px;
	left: 40px;
}

.navi_left{
	border: solid green 0px;
	width: 140px;
	position: absolute;
	top: 211px;
	left: 20px;
	text-align: center;
}

.navi_unten{
	border: solid #f2f2f2;
	height: 30px;
	border-width: 2px 0px 0px 0px;
	position: absolute;
	left: 180px;
	right: 0px;
	bottom: 0px;
	line-height: 20pt;
	padding-left: 20px;
}

.balken_fuss{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: solid white;
	height: 30px;
	border-width: 2px 0px 0px 0px;
}

.balken_fuss a{
	color: white;
	text-decoration: none;
	margin-left: 55px;
	line-height: 20pt;
}

.skizze{
	position: absolute;
	bottom: 0px;
	filter:alpha(opacity=20); /* Internet Explorer */
	-moz-opacity: 0.20; /* Mozilla Browser */
	opacity: 0.20; /* Opera */
}

.skizze img{
	border: solid red 0px;
	behavior: url(iepngfix.htc);
}

.suche{
	border: solid green 0px;
	position: absolute;
	bottom: 20px;
	right: 10px;
}

.titel{
	border: solid green 0px;
	position: absolute;
	left: 200px;
	top: 160px;
	font-weight: bold;
	font-size: 12pt;
}

.inhalt{
	position: absolute;
	left: 200px;
	top: 150px;
	right: 20px;
	bottom: 40px;
	overflow: auto;
}


.inhalt_bg{
	display: none;
	border: solid red 0px;
	position: absolute;
	left: 200px;
	top: 195px;
	right: 0px;
	bottom: 40px;
	overflow: hidden;
	background-position: right bottom;
	background-repeat: no-repeat;
}


.intro-bild{
	position: absolute;
	top: 10%;
	left: 200px;
	width: 600px;
	border: solid red 0px;
}

.beine{
	margin: 0px 0px 10px 10px;
}

.intro-bild h1{
	border: 0px;
}

.intro-bild hr{
	color: #696969;
	height: 0px;
	border: none;
	border-top: solid 1px #a9a9a9;
	margin: 20px 0px 30px 0px;
}

.intro-link{
	border: solid red 0px;
	position: absolute;
	left: 220px;
	width: 560px;
	bottom: 20px;
}

.intro-link a img{ 
	border: solid 1px #E80308;
}