﻿/* CSS layout */
html {
	/* background-color: #F8F8F8; */
	padding-top: 20px;
	padding-left: 20px;
}
#titel {
	width: 900px;
	height: 65px;
	position: relative;
	left: 160px;
}
#banner {
	height: 120px;
	width: 940px;
	left: 160px;
	position: relative;
	background-image: url('../images/banner2.jpg');
	background-repeat: repeat;
}
#nav {
	border-style: solid none solid none;
	border-width: 2px;
	border-color: #FFFFFF;
	width: 940px;
	height: 25px;
	position: relative;
	z-index: 99;
	left: 160px;
	background-color: #F0F0F0;
}
#cca_logo {
	border: 1px solid #808080;
	border-radius: 15px;
	width: 200px;
	height: 260px;
	vertical-align: middle;
	text-align: center;
}
#container {
	width: 940px;
	margin-top: 20px;
	min-height: 500px;
	position: relative;
	left: 160px;
}
#left_col {
	width: 200px;
	position: relative;
	float: left;
}
#page_content {
	margin-left: 220px;
	position: relative;
	width: 700px;
}
#tcs {
	position: fixed;
	width: 140px;
	height: 800px;
	padding-top: 22px;
	text-align: center;
	float: left;
	background-color: #FFEB00;
}
#footer {
	padding: 5px;
	clear: both;
	font-style: italic;
	position: relative;
	left: 160px;
}
#masthead img {
	float: left;
}
#page {
	padding: 20px;
	width: 900px;
	border: 2px solid #C0C0C0;
	background-color: #FFFFFF;
	position: absolute;
	left: 160px;
	top: 180px;
}
#hinweis {
	position: absolute;
	width: 200px;
	right: 0px;
	top: 0px;
	text-align: right;
}
#goenner {
	position: absolute;
	width: 150px;
	height: 600px;
	top: 80px;
	left: 1130px;
	z-index: 200;
}
h1 {
	font-family: verdana, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #808080;
}
h2 {
	font-family: verdana, Arial, sans-serif;
	font-size: x-large;
	color: black;
	font-weight: bold;
	padding-bottom: 10px;
}
h3 {
	margin: 0px 0px 10px 0px;
	font-family: verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-top: 0px;
}
h4 {
	font-family: verdana, Arial, sans-serif;
	color: #990000;
	font-size: medium;
	font-weight: bold;
}
/* --------- Horizontale Navigation --------- */
#nav ul li {
	padding: 0px;
	margin: 0px;
	border-style: none dashed none dashed;
	border-width: 1px;
	border-color: #999999;
	position: relative;
	list-style-type: none;
	float: left;
	z-index: 99;
}
#nav ul li a {
	margin: 0px;
	padding: 2px 15px 0px 15px;
	border-style: none;
	text-decoration: none;
	display: block;
	color: inherit;
	color: inherit;
}
#nav ul li:hover {
	background-color: #EAEAEA;
}
#nav ul li ul {
	display: none;
	padding: 3px 10px 10px 10px;
	margin: 0px;
	position: absolute;
	top: 23px;
	background-color: #FFFFFF;
	left: 5px;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul li {
	margin: 2px;
	padding: 2px;
	border-width: 1px;
	border-color: #808080;
	display: block;
	float: none;
	background-color: #C0C0C0;
	border-right-style: solid;
	border-bottom-style: solid;
	white-space: nowrap;
	color: #000000;
}
/* Linke Navigation ---------------------------- */

#navL {
	padding: 0px 5px 0px 10px;
	text-align: left;
	width: 120px;
}
#navL ul li a {
	text-decoration: none;
	display: block;
}
#navL ul {
	list-style-type: none;
	
}
#navL ul li {
	padding: 0px;
	margin: 0px;
	position: relative;
}
#navL ul li:hover {
	background-color: #EAEAEA;
}

#navL ul li ul {
	display: none;
}
#navL ul li:hover ul {
	border-style: solid;
	border-width: 1px;
	display: block;
	position: relative;
	background-color: #FFFFFF;
}
*/ ------------------------------------------------ */

