@charset "utf-8";
.top {
	position: absolute;
	z-index: 1;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	top: 30px;
	bottom: 30px;
	background-color: #FFFFFF;
}

.head {
	background-color: #FFFFFF;
	position: relative;
	height: 103px;
	width: 960px;
	z-index: 5;
	top: 0px;
	background-image: url(https://proquatec.de/bilder/title.jpg);
}
.navigation {
	background-color: #adaeae;
	width: 162px;
	position: absolute;
	height: auto;
	z-index: 3;
	left: 3px;
	top: 103px;
	bottom: 22px;
	padding-top: 57px;
	padding-left: 15px;
	background-image: url(bilder/back_left.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #00307C;
	letter-spacing: 0.1em;
}


.navigation ul{
	margin-left: -25px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	color: #00307C;
}

.navigation a, .navigation a:visited {
	text-decoration: none;
	color: #00307C;
}
.navigation a:hover {
	text-decoration: none;
	color: #254E90;
}

.navigation  li ul  {
	margin-bottom: 8px;
	}

.navigation  li ul li {
	list-style: none;
	width: 195px;
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
	}


.content {
	background-color: #FFFFFF;
	position: absolute;
	height: auto;
	z-index: 0;
	left: 180px;
	right: 300px;
	top: 103px;
	bottom: 72px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 100px;
	padding-left: 30px;
	overflow: auto;
}
.content a {
	color: #002e7c;
	text-decoration: underline;
}
.content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #002F7D;
}
.content a:visited {
	color: #002e7c;
	text-decoration: none;
}


.rightside {
	background-color: #adaeae;
	width: 297px;
	position: absolute;
	height: auto;
	z-index: 3;
	right: 3px;
	top: 103px;
	bottom: 22px;
	background-image: url(bilder/back_left.png);
	background-repeat: repeat-x;
	overflow: hidden;
}
.impressum {
	position: absolute;
	width: 750px;
	height: 19px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-left: 210px;
	background-color: #FFFFFF;
	z-index: 10;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4a4a4a;
	padding-top: 3px;
	word-spacing: 12px;
}

.impressum a, .impressum a:visited {
	text-decoration: none;
	color: #4a4a4a;
}

.top .content h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00307C;
}
.top .content p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4B4B4B;
	letter-spacing: 0.1em;
	line-height: 15px;
}

.footer {
	background-color: #919090;
	z-index: 2;
	position: absolute;
	height: 50px;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
}
	
.leftside li {
	list-style-type: none;
	list-style-position: inside;
	color: #00307C;
	text-decoration: none;
}
