/* General
------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif; /* Verdana, Lucida */
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background: #ffffff;
	color: #666666;
}
.noshow {
	display: none;
}
.clear {
	clear: both;
	font-size: 0; /* IE */
}
img {
	border: none;
}
form {
	display: inline;
}
table, tr, td{
	font-size: inherit;
}
td {
	text-align: left;
	vertical-align: top;
}

/* Seitenlayout
------------------------------------------------- */

#header, .header { /* Höhe Header */
	height: 204px;
}
.header, #main, .footer { /* Breite Content */
	width: 792px;
	
}

#header {
	background: transparent url(../img/bg-top.gif) repeat-x top left;
}
.header {
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
	background: transparent url(../img/bg-top-mid.gif) repeat-x top left;
}
.header a.logo {
	display: block;
	padding: 50px 0 0 26px;
}
#navigation { /* ul */
	position: absolute;
	left: 0;
	bottom: 3px;
	height: 29px;
	list-style: none;
	overflow: hidden;
}
#navigation li {
	float: left;
	display: inline;
}
#navigation li.sep {
	display: block;
	padding: 7px 0;	
	color: #336633;
	font-weight: bold;
}
#navigation li a {
	display: block;
	padding: 7px 12px;
	color: #336633;
	font-weight: bold;
	font-size: 1em;	
	text-decoration: none;
}
#navigation li a:hover {
	text-decoration: none;
	color: #99cc33;
}
#navigation li a.act {
	background: #336633;
	color: #FFFFFF;
}
#navigation li a.act:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#hantel {
	position: absolute;
	left: 545px;
	top: 20px;
	overflow: hidden;
}
#hantel a {
	display: block;
	width: 250px;
	height: 221px;
	cursor: pointer;
	background: transparent url(../img/hanteln_tremo_shadow_sm.png) no-repeat center center;
}
* html #hantel a {
	position: static; /* No position allowed, otherwise the links wont't work in IE6! */
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/hanteln_tremo_shadow_sm.png,sizingMethod='scale');	
}
#hantel a span {
	display: none;
}

#main {
	margin: 0 auto;
	background: #ffffff url(../img/sunflowers.gif) no-repeat top center;
	padding-top: 150px;
}
#content {
	float: left;
	display: inline;
	width: 525px;
	padding-bottom: 1em;
}

#right {
	float: right;
	display: inline;
	width: 210px;
}
#footer, .footer { /* Höhe Footer */
	height: 35px;
	font-size: 0.9em;
}
#footer {
	clear: both;
	display: block;
	background: transparent url(../img/bg-bottom.gif) repeat top left;
}
.footer {
	margin: 0 auto;
	background: transparent url(../img/bg-bottom-mid.gif) repeat top left;
}

/* Inline
------------------------------------------------- */

h2 {
	color: #336633;
	font-size: 1.5em;
	font-weight: normal;
}
h1 {
	color: #99cc33;
	font-size: 1.3em;
}

h3 {
	color: #99cc33;
	font-size: 0.8em;
	font-weight: normal;
	margin: -1px 0 22px 0;
}

h4 { /* Footer */
	color: #ffffff;
	font-size: 1em;
	padding-top: 10px;
	text-align: center;
	font-weight: normal;
}

p, blockquote {
	margin: 1em 0;
}
a, a:link, a:active, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FAFAFA;
}
a:hover {
	text-decoration: none;
	color: #cccccc;
}


/* Formulare
------------------------------------------------- */
fieldset {
	border: none;
}
.frmLabel {
	color: inherit;
}
.frmLabelErr {
	color: red;
	font-weight: bold;
}
.frmField {
	border: 1px solid #595959;
	padding: 1px;
	background: #EAE8E8;
	color: #000000;
}
.frmFieldErr {
	border: 1px solid #666666;
	padding: 1px;
	background: #EAE8E8;
	color: #000000;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.frmButton, .frmSubmitButton {
	border: 1px solid #000000;
	padding: 2px 10px;
	font-weight: bold;
	background: #EAE8E8;
	color: #111111;
}

.frmFieldErrorMsg {
	font-style: italic;
	color: red;
}

.frmErrMsg, .frmSuccessMsg {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	border-left: 3px solid transparent;
	padding-left: 6px;
}
div.frmErrMsg {
	color: red;
	border-left-color: red;
}
div.frmSuccessMsg {
	color: green;
	border-left-color: green;
}


/* Quotes
------------------------------------------------- */
blockquote {
	color: #457625;
	font-weight: bold;
	background: transparent url(../img/quote-start.gif) no-repeat top left;
}
blockquote div.quote {
	padding: 0 26px;
	background: transparent url(../img/quote-end.gif) no-repeat bottom right;
}

/* Box
------------------------------------------------- */
.box {
	margin-bottom: 12px;
}
.box .content {
	margin: 0;
	padding: 6px 8px;	
}
.box h3 {
	margin: 0;
	padding: 0 0 6px 0;
	color: #5b5b5b;
	font-size: 1em;
	text-transform: uppercase;
}
.box p {
	margin: 0 0 0.5em 0;
}

.box .bg_tm {
	height: 4px;
	font-size: 0; /* IE6 */
	background: transparent url(../img/box_t.gif) repeat-x top center;
}
.box .bg_tl {
	height: 4px;
	background: transparent url(../img/box_tl.gif) no-repeat top left;
}
.box .bg_tr {
	height: 4px;
	background: transparent url(../img/box_tr.gif) no-repeat top right;
}
.box .bg_ml {
	background: transparent url(../img/box_l.gif) repeat-y center left;
}
.box .bg_mr {
	background: transparent url(../img/box_r.gif) repeat-y center right;
}
.box .bg_mm {
	margin: 0 4px;
	background: #eae8e8;
}
.box .bg_bm {
	height: 4px;
	font-size: 0; /* IE6 */
	background: transparent url(../img/box_b.gif) repeat-x bottom center;
}
.box .bg_bl {
	height: 4px;
	background: transparent url(../img/box_bl.gif) no-repeat bottom left;
}
.box .bg_br {
	height: 4px;
	background: transparent url(../img/box_br.gif) no-repeat bottom right;
}

/* Documents (innerhalb Box)
------------------------------------------------- */
ul.documents {
	list-style: none;
}
ul.documents li {
	margin-bottom: 0.5em;
}
a.document, a.document:hover {
	display: block;
	padding: 3px 3px 3px 40px;
	color: #457625;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
a.document span.info {
	color: #868787;
	font-weight: normal;
}
a.document:hover {
	text-decoration: none;
	color: #99cc33;
}
a.pdf {
	background: transparent url(../img/icon-pdf.gif) no-repeat 0 3px;
}
a.ppt {
	background: transparent url(../img/icon-ppt.gif) no-repeat 0 3px;
}

/* Wärmebilder (lightbox)
------------------------------------------------- */
.waermebilder {
	margin: 20px 0 0 12px;
}
.waermebilder a {
	display: block;
	margin-bottom: 1em;
	text-decoration: none;
	color: #666666;
}
.waermebilder a img {
	display: block;
}
.waermebilder a span {
	display: block;
}

#content ol, #content li {
float:none;
clear:both;
}

#content ul, #content li, {
float:none;
clear:both;
}

