/* VULKAN Start Stylesheet die Beispielsite aus "Einstieg in CSS" */
/* Gestalte das HTML-Element mit dem Namen body */
body {
	background-color: #BCB4B2; /* Hintergrundfarbe */;
	color: black; /* Schriftfarbe */;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	padding-top: 0px;
}
/* Gestalte das div mit id="wrapper" */
div#wrapper {
	background-color: #BCB4B2;
	background: #BCB4B2;
	color: black;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 100%;
	margin-top: 0px;
}
div#LOGO{
	position: fixed;
	top: 0;
	margin-top: 0px;
}	
div#kopfbereich {
	background-color: #BCB4B2; /* VU-Grau */
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-width: 0px;}

div#HeadText {
	margin-top: 40%;
	margin-left:30%;
	width: 60%;
	font-weight: bold;
	font-size: 160%;
	color: black;
	
}
	

a:link {
}
a:visited {
	color: #000000;
}
a:focus {
text-decoration: underline;
}
a:active {
	color: white;
	background-color: #000000;
}
a { text-decoration: none; } /* Unterstreichung entfernen */

div#textbereich {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
	color: black; /* Schriftfarbe */;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 100%;
}

h1 { font-size: 140%;text-align:center }
h2 { font-size: 130%;text-align:center }
h3 { font-size: 120%;text-align:center }

div#formular {
	color: black; /* Schriftfarbe */;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 100%;
}

div#impressum {
	margin-left:15%;
	color: black; /* Schriftfarbe */;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 120%;

}
div#imp_img_box
{
	position: relative;
	width: 30%;
	float: left;
	padding-top: 5%;
	padding-left: 1.5%;
	padding-right: 5%;
}

div#textboxL
{
	position: relative;
	width: 50%;
	float: left;
	font-size: 90%;
}

div#imgboxR
{
	position:relative;
	width:48%;
	float:right;
}

div#textboxRtbl
{
	position: relative;
	width: 48%;
	float: right;
	font-size: 50%;
}
div#imgboxL
{
	position: relative;
	width: 48%;
	float: left;
	padding-top: 10%;
}

div#tech_table
{
	font-size: 50%;
	table-layout: fixed;
}

thead {	background-color: #000000; 	
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: white;
	font-weight: bold;}
tbody {}
table { border-collapse: collapse; }
tr.gerade {	background-color: #FFFFFF;}

div#kt1imgbox
{
	position: relative;
	width: 15%;
	float: left;
	padding-top: 8%;
	padding-left: 1%;
	margin-bottom: 1%;
}

div#kt2imgbox
{
	position: relative;
	width: 25%;
	float: left;
	margin-bottom: 1%;

}

div#kt3txtbox
{
	position: relative;
	width: 50%;
	float: right;
	padding-top: 5%;
	margin-bottom: 1%;
}

div#sm1-2imgbox
{
	position: relative;
	width: 48%;
	float: left;
}

div#sm2-2imgbox
{
	position: relative;
	width: 48%;
	float: right;
}
div#sm1-3imgbox
{
	position: relative;
	width: 32%;
	float: left;
}

div#sm2-3imgbox
{
	position: relative;
	width: 32%;
	float: left;
}

div#sm3-3imgbox
{
	position: relative;
	width: 32%;
	float: right;
}

.clear-and-hide {
clear: both;
width: 0;
height: 0;
font-size: 0;
line-height: 0;
}

.txt_left {
	text-align:left;	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 100%;	
}
.tbl_center{
	text-align: center;
	width: 33%;
	font-size: 120%;
	font-weight: bold;
	vertical-align: bottom;
}
.txt_center {
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 120%;
	font-weight: bold;
}
.dl{
	font-size:80%
}
.dd{
	margin-left:4%
}

div#fussbereich { 
	padding-top: 0px ;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

address {
text-align: center; /* zentrieren */
font-size: 100%; /* etwas kleiner als der Rest */
font-style: normal; /* normale Schrift, nicht kursiv */
letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
line-height: 1.5; /* Zeilenabstand, ohne Einheit */
}
