﻿/* CSS-Layout */
.titel {
	text-align: left;
	font-family: Verdana;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}
.titel_klein {
	text-align: left;
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.uebertitel {
	text-align: left;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.neutralerLink {
	color: #FFFFFF;
	text-decoration: none;
}
.Link {
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
}
.aktiverLink {
	color: #999999;
	text-decoration: none;
}
.ohne_Rand {
	border-width: 0px;
}
.Arial {
	font-family: Arial;
}
.kleingedruckt {
	font-size: 10px;
	font-family: Verdana;
}
.center {
	text-align: center;
}
.blocksatz {
	text-align: justify;
}
.Tabelle {
	border: 1px solid #999999;
}
.gruen {
	color: #00CC00;
}
.blau {
	color: #0000FF;
}
.rot {
	color: #FF0000;
}
.gelb {
	color: #FFCC33;
}
.orange {
	color: #FF9933;
}
#masthead {
	background-color: #FFFFFF;
	border-style: none;
	width: 895px;
	height: 145px;
	padding-top: 4px;
	padding-left: 5px;
}
#top_nav {
	background-color: #C0C0C0;
	width: 900px;
}
#container {
	position: relative;
	width: 900px;
}
#left_col {
	border-style: none;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #333333;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
#page_content {
	border-style: none;
	margin-left: 175px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	border-style: none;
	background-color: #C0C0C0;
	width: 900px;
}
#I1 {
	font-family: Arial, Helvetica, Sans-Serif;
	width: 700px;
	height: 780px;
}
#I2 {
	font-family: Arial, Helvetica, Sans-Serif;
	width: 700px;
	height: 550px;
}
.banner {
	font-family: Verdana;
	background-color: #FF9933;
}
