﻿/* MAIN TAG STYLES */
body, html		{ background: url(images/page_back.png) repeat-x top #d9d9d9; padding: 0; margin: 0 0 0 0; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 13px; }
img				{ border: 0; }
table, td, tr	{ padding: 0; margin: 0; }

/* LINKS */
a				{ color: #810A0A; text-decoration: none; }
a:hover			{ color: #454545; text-decoration: underline; }
a.cms_links		{ color: #fff; font-weight: bold; padding: 10px; }

/* WRAPPER */
#wrapper		{ position: relative; width: 100%; }

#page			{ width: 98%; background: #fff; border: 5px solid #e8e7e7; margin: 5px auto; }
#page_pad		{ padding: 5px; }

/* HEAD */
#head			{ width: 100%; background: #558247; }
#logo			{  }

#head_navi		{ text-align: right; color: #fff; padding: 10px 20px; }
#head_navi a	{ color: #fff; }
#head_navi a:hover	{ text-decoration: underline; }

/* SMALL NAVIGATION */
#navi			{ position: absolute; top: 275px; left: -114px; width: 161px; background: url(images/navi_back.gif) repeat-y; }
#navi ul		{ margin: 0; padding-left: 10px; list-style-type: none; }
#navi li		{ margin: 0; padding: 0 0 0 0; float:left; }
#navi a			{ display: block; width: 148px; height: 16px; padding: 7px 0 0 5px; color: #702911; font-size:10px; font-weight: bold; }
#navi a:hover 	{ background: #fff; }
li.subitem		{ padding-left: 20px; }
.subitem		{ padding-left: 20px; }

/* CONTENT */
#content_box	{ width: 100%; margin: 5px 0px; }
#content_left	{ width: 192px; background: url(images/left_text_back.png) repeat-x #fff; float: left; min-height: 432px; }
* html #content_left	{ height: 432px; }
#content_right	{ width: 73%; float: left; }

#content_bottom_left	{ float: left; }
#content_bottom_right	{ float: right; }
 
/* BOTTOM */
#bottom			{ width: 100%; height: 28px; background:url(images/bottom_back.png) repeat-x; }
#bottom_text	{ float: right; padding: 9px; color: #787878; font-size: 10px; }

#bottom_logos	{ position: relative; bottom: 50px; text-align: center; width: 500px; margin: 0 auto; }

#table			{ width: 680px; text-align: right; margin: 30px auto; }
#table table	{ width: 680px; }
#table th		{ background: #558247; font-weight: bold; color: #fff; padding: 5px; text-align: left; }
#table td		{ padding: 5px; text-align: left; }
#table a		{ color: #000; }
#td1 td			{ background: #e7e9e6; }
#td2 td			{ background: #dddedc; }

#cityChoose		{ font-size: 17px; }

.clear			{ clear: both; }

.left_content_padding	{ padding: 10px; }
.content_padding	{ padding: 20px; }

/* KLASSEN */
.maintitle		{ font-size: 20px; }
.selected		{ text-decoration: underline; }
.bold			{ font-weight: bold; }
.error			{ padding: 10px 0; font-weight: bold; color: #ff0000; }
.success		{ padding: 10px 0; font-weight: bold; color: #007700; }
.list			{ list-style-image:url(images/dot.gif); }
.list_item		{ padding: 0 5px 0 5px; font-weight: bold; }
.title			{ font-weight: bold; color: #558247; font-size: 14px; }
.copyright		{ color: #979696; text-decoration: none; }
a.copyright:hover { color: #fff; }
.box			{ width: 169px; height: 70px; background: url(images/box.gif) no-repeat; text-align: center; color: #FFFFFF; padding: 10px 0; }
.transparent	{ color: #999; }
.highlight		{ font-style: italic; color: #4F1B0D; }
.small_title	{ font-weight: bold; color: #4F1B0D; }
