@CHARSET "UTF-8";

body {
	width: 100%;
	height: 100%;
	background-color: #ddd;
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: arial;
	color: 000;
	text-align: center;
}

html,body {
	scrollbar-3d-light-color: #999;
	scrollbar-arrow-color: #999;
	scrollbar-base-color: #999;
	scrollbar-dark-shadow-color: #999;
	scrollbar-face-color: #ddd;
	scrollbar-highlight-color: #ddd;
	scrollbar-shadow-color: #999;
	scrollbar-track-color: #ddd;
}

#topRow {
	position: relative;
	left: 20px;
	top: 2px;
}

#middleRow {
	position: relative;
	left: 40px;
	top: 4px;
}

#bottomRow {
	position: relative;
	left: 60px;
	top: 6px;
}

#colleft {
	float: left;
	width: 260px;
	height: 100%;
}

#thwDoubleCol {
	float: left;
	width: 72%;
	height: 100%;
	text-align: left;
}

#thwDoubleCol div.thwueberschrift {
	width: 80%;
	position: relative;
	left: 8.5%;
	height: auto;
	background: #009;
	text-align: center;
	padding: 3px;
	margin: 0;
	color: #fff;
	border-style: double;
	border-color: #fff;
	border-width: 0.45em;
	text-align: center;
}

#thwDoubleCol .thwueberschrift h2 {
	font-size: 1.5em;
	font-weight: normal;
}

#thwDoubleCol div.inhalt {
	float: left;
	width: 95.5%;
	height: auto;
	padding: 10px;
	margin-top: 30px;
	background-color: #ddd;
	border-color: #999;
	border-width: 0.4em;
	border-style: double;
}

#thwDoubleCol div.kontrollmenu {
	float: left;
	width: 95.5%;
	height: auto;
	padding: 10px;
	margin-top: 30px;
	background-color: #ff6;
	border-color: #999;
	border-width: 0.4em;
	border-style: double;
}

#thwDoubleCol div.fehlermeldung {
	float: left;
	width: 95.5%;
	height: auto;
	padding: 10px;
	margin-top: 30px;
	background-color: #fc9;
	border-color: #999;
	border-width: 0.4em;
	border-style: double;
}

#thwDoubleCol div.hinweismeldung {
	float: left;
	width: 95.5%;
	height: auto;
	padding: 10px;
	margin-top: 30px;
	background-color: #9f9;
	border-color: #999;
	border-width: 0.4em;
	border-style: double;
}

#thwDoubleCol div.entry {
	float: left;
	width: 98.8%;
	height: auto;
	margin: 2px 0;
	padding: 5px;
}

#thwDoubleCol div.entryheadline {
	float: left;
	width: 98.8%;
	height: auto;
	margin: 2px 0;
	padding: 5px;
	background-color: #009;
	color: #ff0;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}

#homeColCenter {
	float: left;
	width: 45%;
	height: 100%;
}

#homeColRight {
	float: left;
	width: 25%;
	height: 100%;
	margin-left: 2%;
}

#homeColCenter .header {
	float: left;
	width: 70%;
	height: auto;
	background-color: #fff;
	padding-left: 14%;
	border: none;
}

#homeColCenter .header h4 {
	float: left;
	width: 100%;
	height: auto;
	background-color: #009;
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 3px;
	border-style: double;
	border-color: #fff;
	border-width: 0.45em 0.45em 0 0.45em;
}

#homeColCenter .body {
	float: left;
	width: 97%;
	height: auto;
	background: #ddd;
	border-style: double;
	border-color: #999;
	border-width: 0.4em 0.4em 0 0.4em;
}

#homeColCenter .body h3 {
	margin: 0;
	text-align: center;
	padding: 0.5em;
	font-weight: normal;
	color: #009;
}

#homeColCenter .body h4 {
	margin: 0;
	padding: 0.5em;
	font-weight: normal;
	text-align: left;
}

#homeColCenter .footer {
	float: left;
	width: 97%;
	height: auto;
	padding: 0;
	margin-bottom: 4em;
	color: #000;
	background: #ccc;
	border-style: double;
	border-color: #999;
	border-width: 0 0.4em 0.4em 0.4em;
}

#homeColCenter .footer a:link,#homeColCenter .footer a:visited {
	display: block;
	width: 98.4%;
	height: auto;
	padding: 0;
	padding: 0.15em 0.3em 0.15em 0.15em;
	color: #000;
	background: #ccc;
	text-align: right;
	text-decoration: none;
}

#homeColCenter .footer a:hover {
	display: block;
	width: 98.4%;
	height: auto;
	padding: 0.15em 0.3em 0.15em 0.15em;
	color: #000;
	background: #fff;
	text-align: right;
	text-decoration: none;
}

#homeColRight .header {
	float: left;
	width: 86%;
	height: auto;
	background-color: #fff;
	padding-left: 14%;
	border: none;
}

#homeColRight .body h3 {
	margin: 0;
	padding: 0.5em 0.5em 0 0.5em;
	font-size: 0.9em;
	font-weight: bold;
	color: #009;
}

#homeColRight .header h4 {
	float: left;
	width: 75%;
	height: auto;
	background-color: #009;
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 3px;
	border-style: double;
	border-color: #fff;
	border-width: 0.45em 0.45em 0 0.45em;
}

#homeColRight .body {
	float: left;
	width: 96%;
	height: auto;
	background: #ddd;
	border-style: double;
	border-color: #999;
	border-width: 0.4em 0.4em 0 0.4em;
}

#homeColRight .body h4 {
	margin: 0;
	font-size: 1em;
	padding: 8px;
	font-weight: normal;
	text-align: left;
}

#homeColRight .footer {
	float: left;
	width: 96%;
	height: auto;
	padding: 0px;
	color: #000;
	margin-bottom: 4em;
	background: #ccc;
	font-size: 0.8em;
	border-style: double;
	border-color: #999;
	border-width: 0 0.5em 0.5em 0.5em;
}

#homeColRight .footer a:link,#homeColRight .footer a:visited {
	display: block;
	width: 97.5%;
	height: auto;
	padding: 0.15em 0.3em 0.15em 0.15em;
	color: #000;
	background: #ccc;
	text-align: right;
	text-decoration: none;
}

#homeColRight .footer a:hover {
	display: block;
	width: 97.5%;
	height: auto;
	padding: 0.15em 0.3em 0.15em 0.15em;
	color: #000;
	background: #fff;
	text-align: right;
	text-decoration: none;
}

#sitemap {
	text-align: center;
}

.reverse {
	unicode-bidi: bidi-override;
	direction: rtl;
}

.error {
	color: #f00;
}

.tab {
	margin-left: 10px;
}

.backtab {
	margin-right: 10px;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.justify {
	text-align: justify;
}

.coloredtext {
	color: #00b;
}

.hr {
	width: 100%;
	height: auto;
	font-size: 0.1em;
	background: #999;
}

.carheadline {
	float: left;
	width: 100%;
	color: #ff0;
	background-color: #009;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	margin-top: 20px;
}

.cartableft {
	float: left;
	width: 29.5%;
	padding: 2px 2px 2px 5px;
	background-color: #009;
	color: #fff;
	margin-top: 2px;
}

.cartabright {
	float: right;
	width: 68%;
	padding: 2px 2px 2px 5px;
	margin-top: 2px;
}

.intern_profilCol1 {
	float: left;
	width: 120px;
	text-align: left;
}

.intern_profilCol2 {
	float: left;
	width: 200px;
	text-align: left;
}

.calendarframe {
	float: left;
	width: 686px;
	border-width: 0 1px 21px 0;
	border-style: solid;
	border-color: #009;
}

.calendarframemini {
	float: left;
	width: 224px;
	margin: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #009;
}

.calendarhead {
	float: left;
	width: 95px;
	height: 20px;
	background-color: #009;
	text-align: center;
	color: #fff;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #009;
	padding: 1px;
}

.calendarheadmini {
	float: left;
	width: 25px;
	background-color: #009;
	text-align: center;
	color: #fff;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #009;
	padding: 1px;
}

.termin_nameCol {
	float: left;
	width: 210px;
	text-align: left;
}

.termin_nameLargeCol {
	float: left;
	width: 380px;
	text-align: left;
}

.termin_placeCol {
	float: left;
	width: 150px;
	text-align: center;
}

.termin_noticeCol {
	float: left;
	width: 150px;
	text-align: left;
}

.termin_personCol {
	float: left;
	width: 150px;
	text-align: center;
}

.datecol {
	float: left;
	width: 130px;
	text-align: center;
}

.gb_textCol {
	float: left;
	width: 99.5%;
	text-align: left;
	border-style: solid;
	border-color: #bdbdbd;
	border-width: 0 0 2px 2px;
	padding-left: 2px;
	padding-top: 2px;
	font-weight: bold;
}

.gb_entryCol {
	float: right;
	width: 80%;
	text-align: left;
	padding: 2px;
	font-weight: normal;
}

.smallcol {
	float: left;
	position: relative;
	left: 90px;
	width: 180px;
	text-align: left;
}

.largecol {
	float: left;
	position: relative;
	left: 90px;
	width: 350px;
	text-align: left;
}

.oeffentlich {
	background-color: #0d0;
}

.intern {
	background-color: #f22;
}

.b1 {
	background-color: #cc3;
}

.b2 {
	background-color: #30c;
}

.fgrw {
	background-color: #0cf;
}

.jugend {
	background-color: #f90;
}

.ga {
	background-color: #930;
}

.highlightcolor1 {
	background-color: #bdbdbd;
}

.highlightcolor2 {
	background-color: #a6a6a6;
}

.highlightcolor3 {
	background-color: #ffd;
}

.warncolor {
	background-color: #f4a460;
}

.highlightborder1 {
	border-width: 0 3px;
	border-style: solid;
	border-color: #f22;
}

.highlightborder2 {
	border-width: 0 3px;
	border-style: solid;
	border-color: #0d0;
}

.scrollpanel {
	text-align: center;
	border: 1px solid #a6a6a6;
	padding: 2px;
	overflow-y: scroll;
	overflow-x: auto;
}

.fuehrung_person {
	width: 46%;
	border-width: 2px;
	border-style: solid;
	border-color: #009;
	background: #fff;
	padding: 5px;
	text-align: center;
}

.fuehrung_person h3 {		
	font-size: 1em;
	margin: 0;
	padding: 0 0 5px 0;
	color: #009;
}

.fuehrung_person h4 {
	font-size: 0.8em;
	margin: 0;
	padding-top: 17px;
}

.fuehrung_einheit {
	width: 96%;
	height: 100%;
	text-align: center;	
	background: #009;
	color: #fff;	
	line-height: 1.4em;	
	font-size: 1em;
	font-weight: bold;
}

.fuehrung_rlinie {
	background-image: url(body/pixel_blue_small.png);
	background-repeat: repeat-y;
	background-position: right;
}

.fuehrung_rliniedouble {
	background-image: url(body/pixel_blue_big.png);
	background-repeat: repeat-y;
	background-position: right;	
}

.fuehrung_llinie {
	background-image: url(body/pixel_blue_small.png);
	background-repeat: repeat-y;
	background-position: left;
}

.fuehrung_lliniedouble {
	background-image: url(body/pixel_blue_big.png);
	background-repeat: repeat-y;
	background-position: left;
}

.fuehrung_blinie {
	background-image: url(body/pixel_blue_small.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.fuehrung_bliniedouble {	
	background-image: url(body/pixel_blue_big.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.fuehrung_tlinie {
	background-image: url(body/pixel_blue_small.png);
	background-repeat: repeat-x;
	background-position: top;
}

.fuehrung_tliniedouble {
	background-image: url(body/pixel_blue_big.png);
	background-repeat: repeat-x;
	background-position: top;
}

.fuehrung_hliniedouble {
	background-image: url(body/pixel_blue_big.png);
	background-repeat: repeat-x;
	background-position: center;
}

.fuehrung_vliniedouble {
	background-image: url(body/pixel_blue_big.png);
	background-repeat: repeat-y;
	background-position: center;
}

.gliederung_einheit {
	width: 300px;
	float: left;
	border-width: 2px;
	border-style: solid;
	border-color: #009;
	background: #fff;
	padding: 5px;
	text-align: center;
}

.gliederung_rlinie {	
	width: 1px;
	float: left;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #009;
}

.geschichte_lspalte {
	width: 70px;
	float: left;
	color: #00b;
	font-weight: bold;
	margin:5px 0;
}

.geschichte_mspalte {
	width: 130px;
	float: left;
	margin:5px 0;
}

.geschichte_rspalte {
	width: 480px;
	float: left;
	text-align: justify;
	margin:5px 0;	
}

a:link,a:visited {
	color: #009;
	text-decoration: none;
}

a:hover {
	color: #009;
	text-decoration: underline;
}

a.icon:link,a.icon:visited {
	float: right;
	display: block;
	width: auto;
	height: auto;
	margin-right: 0.3em;
	padding: 0.2em 0.2em 0 0.2em;
	background: #ccc;
	text-align: center;
	text-decoration: none;
	border-style: solid;
	border-color: #999;
	border-width: 0.14em 0.14em 0 0.14em;
}

a.icon:hover {
	float: right;
	display: block;
	width: auto;
	height: auto;
	margin-right: 0.3em;
	padding: 0.2em 0.2em 0 0.2em;
	background: #fff;
	text-align: center;
	text-decoration: none;
	border-style: solid;
	border-color: #999;
	border-width: 0.14em 0.14em 0 0.14em;
}

a.sitemapL1:link,a.sitemapL1:visited {
	display: block;
	width: 200px;
	height: auto;
	text-decoration: none;
	background-color: #999;
	padding: 5px;
	margin: 2px 0;
	color: #000;
}

a.sitemapL1:hover {
	display: block;
	width: 200px;
	height: auto;
	text-decoration: none;
	background-color: #009;
	padding: 5px;
	margin: 2px 0;
	color: #000;
}

a.sitemapL2:link,a.sitemapL2:visited {
	display: block;
	width: 150px;
	height: auto;
	text-decoration: none;
	background-color: #999;
	padding: 5px;
	margin: 2px 0;
	color: #000;
}

a.sitemapL2:hover {
	display: block;
	width: 150px;
	height: auto;
	text-decoration: none;
	background-color: #009;
	padding: 5px;
	margin: 2px 0;
	color: #000;
}

a.sitemapL3:link,a.sitemapL3:visited {
	display: block;
	width: 100px;
	height: auto;
	text-decoration: none;
	background-color: #999;
	padding: 5px;
	margin: 2px 0;
	color: #000;
}

a.sitemapL3:hover {
	display: block;
	width: 100px;
	height: auto;
	text-decoration: none;
	background-color: #009;
	padding: 5px;
	margin: 2px 0;
	color: #000;
}

a.calendarday:link,a.calendarday:visited {
	position: relative;
	float: left;
	display: block;
	width: 95px;
	height: 95px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #009;
	font-size: 0.8em;
	text-align: left;
	padding: 1px;
	z-index: 10;
	text-decoration: none;
	color: #000;
	z-index: 5;
	cursor: auto;
}

a.calendarday:hover {
	float: left;
	display: block;
	width: 95px;
	height: 95px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #009;
	font-size: 0.8em;
	text-align: left;
	padding: 1px;
	z-index: 10;
	text-decoration: none;
	color: #000;
	z-index: 10;
	cursor: auto;
}

a.calendardaymini:link,a.calendardaymini:visited {
	position: relative;
	float: left;
	display: block;
	width: 25px;
	height: 20px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #009;
	font-size: 7pt;
	text-align: left;
	padding: 1px;
	z-index: 10;
	text-decoration: none;
	color: #000;
	z-index: 5;
	cursor: auto;
}

a.calendardaymini:hover {
	float: left;
	display: block;
	width: 25px;
	height: 20px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #009;
	font-size: 7pt;
	text-align: left;
	padding: 1px;
	z-index: 10;
	text-decoration: none;
	color: #000;
	z-index: 10;
	cursor: auto;
}

a.calendarday:link span.calendarday,a.calendarday:visited span.calendarday
	{
	display: none;
}

a.calendarday:hover span.calendarday {
	display: block;
	position: absolute;
	left: 97px;
	padding: 3px;
	width: 189px;
	height: auto;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffd;
	text-align: left;
	z-index: 20;
	border: 1px solid #009;
	cursor: auto;
}

a.calendarday:hover span.left {
	left: -197px;
}

a.calendardaymini b {
	font-size: 10pt;
	color: #009;
}

a.calendardaymini:link span.calendardaymini,a.calendardaymini:visited span.calendardaymini
	{
	display: none;
}

a.calendardaymini:hover span.calendardaymini {
	display: block;
	position: absolute;
	left: -197px;
	top: -1px;
	padding: 3px;
	width: 189px;
	height: auto;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffd;
	text-align: left;
	z-index: 20;
	border: 1px solid #009;
}

a.calendardaymini:hover span.left {
	left: -197px;
}

a.calendarday.sunday:link,a.calendarday.sunday:visited {
	background-color: #fc9;
}

a.calendarday.sunday:hover {
	background-color: #fa5;
}

a.calendarday.suntoday:link,a.calendarday.suntoday:visited {
	background-color: #fa5;
}

a.calendarday.suntoday:hover {
	background-color: #fa5;
}

a.calendarday.weekday:link,a.calendarday.weekday:visited {
	background-color: #fff;
}

a.calendarday.weekday:hover {
	background-color: #ffd;
}

a.calendarday.weektoday:link,a.calendarday.weektoday:visited {
	background-color: #ff6;
}

a.calendarday.weektoday:hover {
	background-color: #ffd;
}

a.calendarday.inactive:link,a.calendarday.inactive:visited {
	background-color: #bdbdbd;
}

a.calendarday.inactive:hover {
	background-color: #ddd;
}

a.calendardaymini.sunday:link,a.calendardaymini.sunday:visited {
	background-color: #fc9;
}

a.calendardaymini.sunday:hover {
	background-color: #fa5;
}

a.calendardaymini.suntoday:link,a.calendardaymini.suntoday:visited {
	background-color: #fa5;
}

a.calendardaymini.suntoday:hover {
	background-color: #fa5;
}

a.calendardaymini.weekday:link,a.calendardaymini.weekday:visited {
	background-color: #fff;
}

a.calendardaymini.weekday:hover {
	background-color: #ffd;
}

a.calendardaymini.weektoday:link,a.calendardaymini.weektoday:visited {
	background-color: #ff6;
}

a.calendardaymini.weektoday:hover {
	background-color: #ffd;
}

a.calendardaymini.inactive:link,a.calendardaymini.inactive:visited {
	background-color: #bdbdbd;
}

a.calendardaymini.inactive:hover {
	background-color: #ddd;
}

h2 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 1em;
	margin: 0;
}

h5 {
	font-size: 0.8em;
	margin: 0;
}

ul {
	margin-bottom: 0;
}

img {
	border: none;
}

img.news {
	float: right;
	padding: 0;
	margin: 0 0 3px 3px;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
}

img.freeview {
	padding: 0;
	margin: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
}

img.galerie {
	border-style: solid;
	border-width: 2px;
	border-color: #000;
}

form {
	margin: 0;
	padding: 0;
}

input.datum {
	width: 65px;
	height: auto;
}

input.termin {
	width: 98%;
	background-color: #009;
	border: none;
	color: #fff;
	cursor: hand;
	cursor: pointer;
	margin-top: 1px;
}

input.login {
	width: 170px;
	height: auto;
}

input.zeit {
	width: 35px;
	height: auto;
}

input.longtext {
	width: 300px;
	height: auto;
}

input.button {
	width: 150px;
	height: auto;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	margin-right: 15px;
	border-color: #999;
	border-style: solid;
	border-width: 2px;
}

input.smallButton {
	width: 80px;
	height: auto;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	margin-right: 15px;
	border-color: #999;
	border-style: solid;
	border-width: 2px;
}

input.smallButtonHighlighted {
	width: 80px;
	height: auto;
	background-color: #bdbdbd;
	color: #000;
	cursor: pointer;
	margin-right: 15px;
	border-color: #999;
	border-style: solid;
	border-width: 2px;
}

input.smilieButton {
	width: 90%;
	height: auto;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	text-align: center;
	margin: 2px;
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	background-position: 5px 1px;
	background-repeat: no-repeat;
}

input.numberButton {
	width: 40px;
	height: auto;
	background-color: #fff;
	color: #000;
	cursor: hand;
	cursor: pointer;
	margin-right: 5px;
	border-color: #999;
	border-style: solid;
	border-width: 2px;
	text-align: center;
}

input.numberButtonHighlighted {
	width: 40px;
	height: auto;
	background-color: #bdbdbd;
	color: #000;
	cursor: hand;
	cursor: pointer;
	margin-right: 5px;
	border-color: #999;
	border-style: solid;
	border-width: 2px;
}

textarea.longtext {
	width: 300px;
	height: 150px;
	line-height: 1.2em;
}

div.hintergrundrahmen {
	width: 997px;
	height: auto;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
	border-style: solid;
	border-color: #999;
	border-width: 0 3px;
}

div.header {
	width: 100%;
	height: 100px;
	color: #fff;
	background-color: #009;
	border-style: solid;
	border-color: #999;
	border-width: 0 0 3px 0;
}

div.shortlinks {
	width: 100%;
	height: 1.3em;
	border-color: #999;
	border-width: 0 0 3px 0;
	border-style: solid;
	font-size: 0.8em;
}

div.shortlinks ul {
	float: left;
	list-style-type: none;
	margin: 0 3px;
	padding: 0;
}

div.shortlinks li,div.fastmenutop li,div.fastmenubottom li {
	display: inline;
}

div.shortlinks a:link,div.shortlinks a:visited {
	color: #000;
	text-decoration: none;
}

div.shortlinks a:hover {
	color: #f00;
	text-decoration: underline;
}

div.fastmenutop {
	clear: left;
	width: 100%;
	height: 2.5em;
	text-align: right;
	width: 100%;
}

div.fastmenutop .nolink {
	float: right;
	height: auto;
	padding: 2px;
	border-style: solid;
	border-color: #999;
	border-width: 0 2px 2px 2px;
}

div.fastmenutop ul {
	float: right;
	list-style-type: none;
	margin: 0 0 0.4em 0;
	padding: 0;
}

div.fastmenutop .abstand {
	margin-right: 50px;
}

div.fastmenutop a:link,div.fastmenutop a:visited {
	float: left;
	background: #ccc;
	padding: 0.2em 0.4em;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-style: solid;
	border-color: #999;
	border-width: 0 0 2px 2px;
}

div.fastmenutop a:hover {
	float: left;
	background: #fff;
	padding: 0.2em 0.4em;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-style: solid;
	border-color: #999;
	border-width: 0 0 2px 2px;
}

div.fastmenubottom {
	clear: both;
	padding-top: 2em;
	width: 100%;
	text-align: right;
}

div.fastmenubottom ul {
	float: right;
	list-style-type: none;
	margin: 0.4em 0 0 0;
	padding: 0;
}

div.fastmenubottom .abstand {
	margin-right: 10px;
}

div.fastmenubottom a:link,div.fastmenubottom a:visited {
	float: left;
	background: #ccc;
	padding: 0.2em 0.4em;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-style: solid;
	border-color: #999;
	border-width: 0.15em 0.15em 0 0.15em;
}

div.fastmenubottom a:hover {
	float: left;
	background: #fff;
	padding: 0.2em 0.4em;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-style: solid;
	border-color: #999;
	border-width: 0.15em 0.15em 0 0.15em;
}

div.body {
	clear: both;
	width: 100%;
}

div.menu {
	float: left;
	width: 210px;
	height: auto;
	padding: 0.5em 0 0.5em 0.2em;
	border-style: double;
	border-color: #999;
	border-width: 0.4em;
	background: #ccc;
}

div.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0.3em;
	border: none;
}

div.menu a:link,div.menu a:visited {
	display: block;
	width: 160px;
	height: auto;
	margin-top: 5px;
	padding: 3px 3px 3px 25px;
	background: #009;
	text-decoration: none;
	color: #fff;
	border-style: double;
	border-width: 6px;
	border-color: #ccc;
}

div.menu a:hover {
	display: block;
	width: 160px;
	height: auto;
	margin-top: 5px;
	padding: 3px 3px 3px 25px;
	background: #009 url(body/nav.gif) center left no-repeat;
	text-decoration: none;
	color: #fff;
	border-style: double;
	border-width: 6px;
	border-color: #ccc;
}

div.menu a.glow:link,div.menu a.glow:visited,div.menu a.glow:hover {
	background: #009 url(body/nav.gif) center left no-repeat;
}

div.menu li span {
	display: block;
	width: 196px;
	height: 3px;
	margin: 5px 0 0 2px;
	background: #999;
	text-decoration: none;
}

div.menu .sub a:link,div.menu .sub a:visited {
	display: block;
	width: 160px;
	height: auto;
	margin: 5px 0 0 28px;
	padding: 3px;
	background: #fff;
	text-decoration: none;
	color: #000;
	border-style: solid;
	border-color: #009;
	border-width: 2px;
}

div.menu .sub a:hover {
	display: block;
	width: 160px;
	height: auto;
	margin: 5px 0 0 28px;
	padding: 3px;
	background: #009;
	text-decoration: none;
	color: #fff;
	border-style: solid;
	border-color: #009;
	border-width: 2px;
}

div.menu .sub a.glow:link,div.menu .sub a.glow:visited,div.menu .sub a.glow:hover
	{
	background: #009;
	color: #fff;
}

div.menu .sub span {
	display: block;
	width: 170px;
	height: 3px;
	margin: 5px 0 0 28px;
	background: #009;
	text-decoration: none;
}

div.menu .subsub a:link,div.menu .subsub a:visited {
	display: block;
	width: 132px;
	height: auto;
	margin: 5px 0 0 56px;
	padding: 3px;
	background: #fff;
	text-decoration: none;
	color: #000;
	border-style: solid;
	border-color: #009;
	border-width: 2px;
}

div.menu .subsub a:hover {
	display: block;
	width: 132px;
	height: auto;
	margin: 5px 0 0 56px;
	padding: 3px;
	background: #009;
	text-decoration: none;
	color: #fff;
	border-style: solid;
	border-color: #009;
	border-width: 2px;
}

div.menu .subsub a.glow:link,div.menu .subsub a.glow:visited,div.menu .subsub a.glow:hover
	{
	background: #009;
	color: #fff;
}

div.menu .subsub span {
	display: block;
	width: 142px;
	height: 3px;
	margin: 5px 0 0 56px;
	background: #009;
	text-decoration: none;
}

div.zahnrad {
	width: 100%;
	height: 500px;
	background: url(body/zahnrad_leer.gif) center no-repeat;
}

div.zahnrad .mitte {
	position: relative;
	top: 90px;
	left: 185px;
	width: 310px;
	height: 310px;
	padding: 5px;
	text-align: center;
}

div.counter {
	float: left;
	width: auto;
	height: auto;
	padding: 0.3em 0.3em 0 0.3em;
	border-style: solid;
	border-color: #999;
	border-width: 0.15em 0.15em 0 0.15em;
}

div.footer {
	clear: both;
	width: 100%;
	height: auto;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	background-color: #009;
	border-style: solid;
	border-color: #999;
	border-width: 3px 0 3px 0;
}
