/* ****************************************************************************
Main style sheet for lebenswandel-wth.de
Version 1.0
August 2008
**************************************************************************** */
* {
	margin: 0;
	padding: 0;
	xborder: 1px solid gray;
	xmargin: -1px;
}

html {
	overflow-x: hidden;
}

body {
	color: #000;
	font-family: "Arial Narrow", "Arial-Narrow", "Helvetica Condensed", "Helvetica-Narrow", Arial, Helvetica, "Microsoft Sans Serif", sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #d9e6d8;
}

a:link,
a:visited,
a:focus,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

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

img { border: 0 none; }
/* ************************************************************************* */
#stripe {
	position: absolute;
	top: 13em;
	left: 0;
	height: 11em;
	width: 100%;
	background-color: #cedacd;
}

#wrapper {
	text-align: left;
	position: relative;
	width: 78em;
	margin: 0 auto;
	background-color: #cedacd;
	background-image: url(wth_bg-right.png);
	background-repeat: repeat-y;
	background-position: right;
}

.lc {
	position: relative;
	top: 0;
	left: 0;
	width: 75em;
	padding-bottom: 4em;
	background-image: url(wth_bg-left.png);
	background-repeat: repeat-y;
}

.tlc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 36px;
	background-image: url(wth_bg-top.png);
	background-repeat: no-repeat;
}

.trc {
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	background-image: url(wth_bg-tr.png);
	background-repeat: no-repeat;
}

.blc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	background-image: url(wth_bg-bottom.png);
	background-repeat: no-repeat;
}

.brc {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 36px;
	height: 36px;
	background-image: url(wth_bg-br.png);
	background-repeat: no-repeat;
}

.nlc {
	position: absolute;
	left: 0;
	top: 13em;
	height: 11em;
	width: 36px;
	background-image: url(wth_bg-navl.png);
	background-repeat: repeat-y;
	float: left;
}

.nrc {
	position: absolute;
	right: 0;
	top: 13em;
	height: 11em;
	width: 36px;
	background-image: url(wth_bg-navr.png);
	background-repeat: repeat-y;
}

#container {
	position: relative;
	top: 36px;
	left: 36px;
	width: 72em;
	background-color: #FFF;
}

#header {
	position: relative;
	height: 10em;
}

#navigation {
	position: relative;
	height: 11em;
	background-color: #cedacd;
	background-image: url(wth_bg-nav.png);
	background-repeat: repeat-x;
}

#content {
	position: relative;
	min-height: 24em;
	height: auto !important;
	height: 24em;
	border: 0 none;
	display: block;
	xoverflow: auto;
}

#lcol {
	position: relative;
	top: 0;
	left: 0;
	width: 19%;
	padding-top: 5em;
	float: left;
}

#rcol {
	position: relative;
	top: 0;
	width: 80%;
	margin-bottom: 3em;
	float: right;
}

#footer {
	position: relative;
	height: 4em;
	float: none;
	clear: both;
}

/* ************************************************************************* */
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 2em;
	left: 4.5em;
	border: 0 none;
}

#navigation li {
	font-size: 1.3em;
	list-style-type: none;
	position: relative;
	width: 7em;
	float: left;
}

#navigation li ul {
	font-size: 0.7em;
	position: absolute;
	top: 2em;
	left: 0;
	display: none;
}

#navigation li>ul {
	top: auto;
	left: auto;
}

#navigation li:hover ul, #navigation li.over ul { /* lists nested under hovered list items */
	display: block;
}

#navigation a {
	color: #fff;
	height: 1.6em;
	padding-left: 0.5em;
	padding-top: 0.1em;
	display: block;
}

#navigation li:hover a,
#navigation li.here a {
	color: #283667;
	text-decoration: none;
	background-color: #cad2c9;
}

#navigation li ul a,
#navigation li:hover ul a,
#navigation li.here ul a {
	color: #283667;
	height: 1.3em;
	background-color: transparent;
}

#navigation li.here ul li.active a,
#navigation li:hover ul a:hover {
	color: #a80048;
	background-color: transparent;
}

#navigation li.here ul,
#navigation li:hover ul {
	width: auto;
	display: block;
}
/* ************************************************************************* */
.lebenswandel {
	position: relative;
	top: 1em;
	left: 49em;
	width: 21em;
}

h1 {
	font-size: 1.4em;
	position: relative;
	top: 4em;
	left: 3.5em;
	width: 24em;
}

h2 {
	color: #a80048;
	font-size: 1.6em;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
}

h3 {
	color: #a80048;
	font-size: 1.3em;
	font-weight: normal;
	margin: 1em 0 0.5em 0;
}

h4 {
	color: #FFF;
	font-size: 1.4em;
	font-weight: normal;
	background-color: #283667;
	width: 79%;
	margin: 1em 0 0.5em 0;
	padding: 0.2em;
}

p {
	color: #283667;
	font-size: 1.3em;
	line-height: 1.4em;
	width: 36em;
	margin: 0 0 0.5em 0;
}

#content a:link,
#content a:visited,
#content a:focus,
#content a:hover,
#content a:active {
	color: #283667;
	text-decoration: underline;
}

#content a:visited { color: #939ab3; }

hr {
	height: 1px;
	width: 80%;
	xmargin: 1em 0;
	border: 0 none;
	background-color: #283667;
}

.backtop {
	position: relative;
	left: 20%;
}

#footer a:link,
#footer a:visited,
#footer a:focus,
#footer a:hover,
#footer a:active {
	color: #a80048;
	text-decoration: none;
}

.copyright {
	color: #bec2d1;
	letter-spacing: 0.1em;
	position: relative;
	left: 35%;
	width: auto;
}

.clear {
	float: none;
	clear: both;
}
/* ************************************************************************* */
table {
	table-layout: auto;
	border-collapse: collapse;
	width: 80%;
	margin: 0;
	margin-bottom: 2em;
	padding: 0;
	border-width: 1px 0 0 1px;
	border-color: #BEC2D1;
	border-style: solid;
}

tr {
	margin: 0;
	padding: 0;
}

th, td {
	color: #283667;
	font-weight: normal;
	font-size: 1.2em !important;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	border-right: 1px #bec2d1 solid;
	border-bottom: 1px #bec2d1 solid;
	margin: 0;
	padding: 1px 5px;
}

td p {
	color: #283667;
	font-weight: normal;
	font-size: 1em;
	width: auto;
}

.w25 {
	width: 25%;
}

.w50 {
	width: 50%;
}
/* ************************************************************************* */
.formblock {
	display: block;
	margin: 0.2em 0;
	clear: both;
}

label {
	color: #283667;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 8em;
	display: block;
	float: left;
	clear: left;
}

.formtext {
	font-size: 1.2em;
	line-height: 1.4em;
	width: 28em;
}

.formtextfield {
	font-size: 1.2em;
	line-height: 1.4em;
	width: 28em;
}

.forminfo {
	color: #a80048;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 28em;
}
/* ************************************************************************* */
.blue {
	color: #283667;
}

.red {
	color: #a80048;
}

.regular {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.hidden {
	visibility: hidden;
	display: none;
}
