﻿/* MAIN TAG STYLES */
body, html		{ background: #666; padding: 0; margin: 0 0 0 0; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 12px; }
img				{ border: 0; }
table, td, tr	{ vertical-align: top; }

/* LINKS */
a				{ color: #004787; text-decoration: none; }
a:hover			{ text-decoration: underline; }

/* WRAPPER */
#wrapper		{ position: relative; width: 1000px; left: 50%; margin-left: -500px; border: 3px solid #004787; background: #fff; }

/* HEAD */
#head			{ width: 994px; height: 136px; }
#title			{ width: 547px; height: 35px; }

/* SMALL NAVIGATION */
#navi			{ position: relative; width: 768px; height: 27px; background: #A9A9A9; left: 27px; }
#navi ul		{ margin: 0; padding: 0 0 0 13px; list-style-type: none; }
#navi li		{ margin: 0; padding: 0 1px 0 0; float:left; }
#navi a			{ display: block; height: 27px; padding: 7px 8px; color: #fff; text-decoration:none; font-size:12px;; }
#navi a:hover 	{ text-decoration: underline; }

#content_wrapper	{ position: relative; width: 943px; left: 27px; background: url(images/content_back.gif) repeat-y; z-index: 100; }
#content_left		{ width: 768px; float: left; z-index: 110; }
#content_right		{ width: 175px; float: left; color: #fff; font-size: 9px; z-index: 110; }

#clear			{ clear: both; }

#bottom			{ position: relative; text-align: right; padding: 10px; right: 175px; z-index: 100; }

/* KLASSEN */
.listitem		{ padding-bottom: 2px; }
.big_title		{ font-size: 15px; font-weight: bold; }
.text			{ padding: 10px; }
.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; font-size: 13px; }
.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; }