/*
	www.bierbrodt.net
*/

* {
	margin: 0;
	padding: 0;
}

/* Korrektur: Das Zuruecksetzen der Abstaende verursacht zu kleine Selectboxen */
option {
	padding-left: 0.4em;
}

/* Globale Korrektur des Italics Bugs des IE 5.x und IE 6 */
* html body * {
	overflow: visible;
}

/* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
html {
	height: 100%;
	margin-bottom: 1px;
}

/* Rahmen fuer <fieldset> und <img> Elemente loeschen */
fieldset, img {
	border: 0 solid;
}
 
/* Neue Standardwerte fuer Listen und Zitate */
ul, ol, dl {
	margin: 0;
}

body {
	margin: 0px auto;
	font-family: Arial, sans-serif;
	color: #30467e;
	text-align: center;
	font-size: 12px;
}

/* ---- Hauptrahmen --- */

div#mainframe {
	width: 100%;
}

div#contentframe {
	margin: 0px auto 2px auto;
	width: 900px;
}

/* ---- Misc --- */

p, td, input, ol, ul, li, select, option, textarea, .content {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #30467E;
}

ul {
	margin-left: 16px;
}

input, textarea {
	padding: 2px 4px;
}

.form-fields {
	border: solid 1px #bbb;
}

p {
	margin-bottom: 16px;
}

a {
	text-decoration: underline;
	color: #4F4F4F;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
	color: #8d394b;
	font-size: 12px;
}

h1 {
	margin-bottom: 18px;
}

h2, h3, h4 {
	margin-bottom: 2px;
	font-weight: normal;
}

table#history_frame {
	height: 28px;
}

table#history {
	position: relative;
	top: 6px;
	left: 20px;
}

.headline {
	margin-top: -10px;
}

#maintext {
	margin-left: 20px;
	margin-top: 12px;
	width: 630px;
	margin-bottom: 20px;
}

.mainlink a {
	font-size: 11px;
}


td.bottom_text {
	color: #fff;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	width: 184px;
	background: #8d394b;
	text-align: center;
}

:root td.bottom_text {
  /* Hack: gilt nicht fuer IE und Opera */
  padding-bottom: 2px;
}


/* ---- Ueberschriften ---- */

.headline {
	color: #8D394B;
	font-size: 18px;
}

.headline-bold {
	color: #8D394B;
	font-size: 18px;
}

.subline {
	color: #8D394B;
	font-size: 14px;
}

.faq span.headline-bold {
	color: #8D394B;
	font-size: 13px;
}

.faq2 {
	color: #ee3535;
	font-size: 14px;
}

.faq {
	color: #00206f;
	font-size: 14px;
	text-decoration: none;
}

.half-headline {
	color: #8D394B;
	font-size: 14px;
}

.half-subline {
	color: #8D394B;
	font-size: 12px;
}

/* ------------------------------------ */

#head {
	width: 900px;
	border-bottom: solid 4px #8d394b;
	overflow: hidden;
	height: 113px;
}

* html body #head {
	/* Hack: Gilt nur fuer IE<7 */
	height: 117px;
}

#leftnav {
	border-right: solid 4px #fff;
	width: 180px;
	height: 400px;
	background: #314676;
	text-align: left;
	padding-top: 44px;
}

table.navbar {
	margin: 4px 0px 4px 20px;
}

.menu-1-1,
.menu-1-2 {
	font-size: 13px;
}

.menu-1-1:hover,
.menu-1-2:hover {
	font-size: 13px;
}

.menu-1-1:hover {
	color: #8990b1;
}

div.subnav {
	background: #acb0ca;
	width: 180px;
	line-height: 24px;
	margin-bottom: 1px;	
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
}

html>body div.subnav {
	width: 155px;
}

a.subnav-1 {
	color: #314676;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
}

a.subnav-1:hover,
a.subnav-2,
a.subnav-2:hover {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
}

div.subnav2 {
	background: #C5C8D8;
	width: 180px;
	line-height: 24px;
	margin-bottom: 1px;	
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	overflow: hidden;
}

html>body div.subnav2 {
	width: 177px;
}

a.subnav2-1 {
	padding-left: 30px;
	color: #314676;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
}

a.subnav2-1:hover,
a.subnav2-2,
a.subnav2-2:hover {
	padding-left: 30px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
}

/* --- Inhalt --- */

.content {
	background: #e9ebed;
	padding-left: 30px;
	height: 400px;
}

.content td {
	line-height: 18px;
	font-size: 12px;
}

html>body .content {
	/* Hack: Gilt nicht fuer IE<7 */
	height: auto;
	min-height: 400px;
}

.td-left {
	padding-right: 14px;
}

.td-right {
	padding-left: 14px;
}

/* --- mainlinks --- */

#mainlinks {
	width: 900px;
	height: 24px;
}

.main-links a {
	text-transform: none;
	font-size: 11px;
}

a.main-1 {
	text-transform: none;
}

a.main-2 {
	text-transform: none;
}
