/* CdB Stylesheet: Layout */
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #cccccc;
	background-color: #661011;
	padding: 0;
	margin: 0 auto;
	width: 800px;
}

.body_homepage {
	background-color: #661011;
	margin: 0;
	width: auto;
}

/* Headbereich: Grafik */
div#head {
	width: 800px;
	height: 180px;
	background-color: #420A0B;
}

/* Linkverfolgung */
div#trace {
	text-align: right;
	padding: 0;
}

/* Homepage (zentriert) */
div#home {
	text-align: center;
	float: left;
	margin: 0px auto;
	padding: 0;
	width: 800px;
	background: #661011;
}

/* Einzige Spalte (Content) */
div#content {
	float: left;
	margin: 0;
	padding: 5px;
	width: 780px;
	background: #661011;
	margin-right: auto;
}

/* Linke Spalte (Content) */
div#leftcolumn {
	float: left;
	margin: 0;
	padding-left: 5px;
	width: 640px;
	background: #661011;
	margin-right: auto;
	padding-top: 20px;
}

/* Rechte Spalte (Subnavi) */
div#rightcolumn {
	float: right;
	width: 140px;
	background: #661011;
	margin: 15px 0px;
}

/* Linktracing */
#linktracing {
	font-size: 0.65em;
	padding: 4px 6px;
	border: none;
}

/* Navi - Ebene 1 */
ul#navigation {
	width: 800px;
	margin: 0;
	padding: 0;
	font-size: 0.82em;
	line-height: 1.9em;
	background-color: #420A0B;
}

ul#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

ul#navigation a { /* Navi 1 - default */
	margin: 0;
	padding: 0.5em 0.8em;
	border: none;
}

ul#navigation a:hover { /* Navi 1 - rollover */
	background-color: #523A3A;
}

ul#navigation a.active { /* Navi 1 - aktiv */
	margin: 0;
	padding: 0.5em 0.8em;
	border: none;
	background-color: #523A3A;
}

/* Navi - Ebene 2 */
ul#navigation2 {
	float: left;
	width: 800px;
	margin: 0;
	padding: 0;
	line-height: 1.9em;
	font-size: 0.75em;
	background-color: #321A1B;
}

ul#navigation2 li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

ul#navigation2 a {
	padding: 0.5em 0.8em;
	margin: 0;
	border: none;
}

ul#navigation2 a:hover {
	background-color: #452627;
}

ul#navigation2 a.active { /* Navi 1 - aktiv */
	padding: 0.5em 0.8em;
	margin: 0;
	background-color: #452627;
}

/* Navigation - Ebene 3 */
ul#navigation3 {
	text-align: right;
	margin: 0;
	padding: 3px;
	font-size: 0.8em;
	line-height: 1.6em;
}

ul#navigation3 li {
	list-style: none;
}

ul#navigation3 a {
	display: block;
	border-bottom-color: gray;
	border-bottom-size: 1px;
	border-bottom-style: dotted;
}

ul#navigation3 input {
	text-align: right;
	display: block;
	margin: 3px 0px;
	width: 130px;
}

ul#navigation3 a.active {
	display: block;
	border-bottom-color: gray;
	border-bottom-size: 1px;
	border-bottom-style: dotted;
	background-color: #555555;
}

ul#navigation3 a:hover {
	background-color: #555555;
	margin: 0;
}

/* Navigation - Ebene 4 */
ul#navigation4 {
	text-align: right;
	margin: 0;
	padding: 2px;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul#navigation4 li {
	list-style: none;
}

ul#navigation4 a {
	display: block;
	border-bottom-color: gray;
	border-bottom-size: 1px;
	border-bottom-style: dotted;
}

ul#navigation4 a.active {
	display: block;
	border-bottom-color: gray;
	border-bottom-size: 1px;
	border-bottom-style: dotted;
	background-color: #444444;
}

ul#navigation4 a:hover {
	background-color: #444444;
	margin: 0;
}

/* Fusszeile */
p#foot {
	clear: both;
	font-size: 0.8em;
	margin-right: auto;
	margin-top: 10px;
	padding: 0.3em;
	background-color: #333333;
	width: 800px;
}

p#foot a {
	border: none;
}

/* Links */
a {
	color: #ffffff;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom-style: dotted;
	border-bottom-color: gray;
	border-bottom-width: 1px;
}

a:visited {
	color: #ffffff;
}

a:hover {
	background: #777777;
}

a:active {
	color: #ffffff;
}

/* Absatz */
p {
	font-size: 0.9em;
	text-align: justify;
}

/* Listen */
ul {
	list-style: square;
}

li {
	font-size: 0.9em;
}

/* �berschriften */
h1,h2,h3 {
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	padding: 6px;
	margin: 6px 0;
	font-weight: bold;
}

h1 {
	font-size: 1.1em;
}

h2 {
	font-size: 1.05em;
}

h3 {
	border-style: none;
	font-size: 1.0em;
}

h2.centered {
	margin: 0;
	font-size: 1.05em;
	text-align: center;
}

/* Tabelle */
table {
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
	background-color: silver;
	color: black;
}

table.quiz {
	font-size: 0.9em !important;
	padding: 0px;
	margin: 0px;
	background-color: #661011 !important;
	color: #cccccc !important;
	text-align: left !important;
}
table.quiz td {
	text-align: left !important;
}

tr.subline {
	font-weight: normal;
}

th {
	padding: 5px;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	font-weight: normal;
	text-align: right;
}

th.wein {
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	text-align: left;
	font-weight: normal;
	background-color: #d5d5d5;
}

th.bewertung {
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	text-align: right;
	font-weight: normal;
	background-color: #d5d5d5;
}

th.link {
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	text-align: left;
	font-weight: normal;
}

td {
	padding: 5px;
	margin: 0;
	text-align: right;
}

td.wein {
	text-align: left !important;
	background-color: #d5d5d5;
}

td.quiz {
	text-align: left !important;
	background-color: #661011 !important;
}

td.bewertung {
	text-align: right;
	background-color: #d5d5d5;
}

td.link {
	text-align: left;
}

.td2 {
	background-color: #555555;
	text-align: right;
	color: white;
}

/* Links */
a.grey {
	color: #333333;
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
}

a.grey:active {
	color: #333333;
}

a.grey:visited {
	color: #333333;
}

/* Logo */
.centered_logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 50%;
	margin: auto;
}

/* Formulare */
form {
	padding: 2px;
}

label {
	font-size: 0.7em;
	text-align: right;
}

select {
	text-align: center;
	width: 80px;
	margin: 0px;
}

.select2 {
	text-align: center;
	width: 200px;
	margin: 0px;
}

input,textarea,textbox {
	width: 450px;
	background-color: #888888;
	color: white;
	border: #777777 1px solid;
	display: block;
}

input:focus,textbox:focus,textarea:focus,select:focus {
	background: #999999;
}

input.quiz {
	width: auto !important;	
}

input [type=hidden] {
	border: none;
}

/* Quiz */
ol li {
	padding-bottom: 8px;
}

/* Text-formatierung */
p.block {
	text-align: justify;
}

p.subline {
	text-align: left;
	font-size: 12px;
	padding-top: 0px;
	margin-top: 2px;
}

p.head {
	padding: 2px 0;
	font-weight: bold;
}

p.centered {
	margin: 10px 160px;
}

p.homepage_content {
	text-align: justify;
}

p.homepage_content_head {
	text-align: justify;
	font-size: 0.95em;
	font-weight: bold;
}

p.logo {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

p.error {
	background-color: #cccccc;
	color: #000000;
	padding: 2px;
}

/* Positionierung */
.labelf {
	vertical-align: top;
}

div.spacer {
	height: 20px;
}

.indent1 {
	left: 10px;
	position: relative;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

/* Alternative Textformatierung */
.smalltxt {
	font-size: smaller;
}
