/*
	Screen-Styles for UMITS Ltd
	written 2008 by Tim Adler
	www.tim-adler.com
*/
/* INCLUDES */


/* @group TAG REDEFINITIONS */

* {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	outline: none;
	border: 0;
}

html {
	background-color: #27242a;
}
body { 
	font-size: 68.75%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.3em;
	color: #767479;
	width: 803px;
	margin: auto;
	padding: 30px 0;
} /* IE */
html > body   { 
	font-size: 11px;
}  /* Other browsers */


p {
	margin-bottom: 1em;
}

label		{ font-weight: bold; display: block;}
input, textarea, select	{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
	background-color: #fff;
	border: 1px solid #757278;
	padding: 3px;
	color: #56515b;
}
textarea {
	font-size: 0.95em;
}
fieldset {
	border-top: 1px solid #e2e7de;
	margin: 1.5em 0;
	padding: 0.5em 0;
}
ol, ul {
	margin-bottom: 1em;
}
ol li, ul li {
	margin-left: 20px;
}
h1 { 
	font-size: 2em; 
	color: #b6aebe;
	margin-bottom: 0.5em
}
h2 { 
	font-size: 1.6em; 
	color: #b6aebe;
	margin-bottom: 0.4em;
}
h3 { 
	font-size: 1.4em; 
	color: #b6aebe;
	margin-bottom: 0.3em
}
h4 { 
	font-size: 1.2em; 
	color: #b6aebe;
	margin-bottom: 0.2em	
}
h5 {
	font-size: 1em; 
	font-weight:bold; 
	color: #b6aebe;
	margin-bottom: 0.1em	
}
h6 { 
	font-size: 1em;
	color: #b6aebe;	
}
a {
	color: #009200;
	font-weight: bold;
}
a:hover {
	color: #5dcf51;
}
button {
	background-color: #003f7f;
	padding: 1px 5px;
	color: white;
	border: 2px outset #003f7f;
	font-size: 1em;
}
img {
	border: 1px solid #ddeeff;
}
strong {
	color: #b6aebe;
}
cite {
	display: block;
	color: #003f7f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1.2em;
	margin-bottom: 1em;
}
/* @end */

/* @group UTILITIES */
.hidden {
	display: none;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix { /* only show to IE */
	height: 1%;
}
img[align=left] {
	margin-right: 5px;
}
img[align=right] {
	margin-left: 5px;
}
p.nobr {
	margin-bottom: 0;
}
p.dblbr {
	margin-bottom: 2em;
}
input.clear {
	color: #343137;
}
a.arrow {
	display: inline-block;
	padding-left: 10px;
	font-weight: bold;
	color: #ff1842;
	background: url(../images/red-arrow.gif) no-repeat 0 6px;
	
}
a.arrow:hover {
	background: url(../images/red-arrow-hover.gif) no-repeat 0 6px;
}
/* @end */

/* @group IDs, CLASSes, SELECTORs */
#header {
	position: relative;
	padding-right: 20px;
	padding-left: 12px;
}
#logo {
	background-image: url(../images/logo.gif);
	width: 169px;
	height: 64px;
	overflow: hidden;
	text-indent: -999px;
}
#latest-news {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	font-size: 0.9em;
	line-height: normal;
	background: url(../images/aktuell-marker.gif) no-repeat left top;
	padding-left: 20px;
}
#latest-news a {
	color: #b6aebe;
}
#latest-news a:hover {
	color: #fafafa;
}
#menu {
	position: relative;
	margin-top: 5px;
	height: 42px;
	background: url(../images/menu-back.gif) repeat-x 0 center;
}
#menu ul {
	list-style: none;
}
#menu ul li {
	float: left;
	list-style: none;
	height: 42px;
	margin: 0;
	border-right: 4px solid #36323a;
}
#menu ul li.selected {
	height: 42px;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 12px 20px;
	color: #b6aebe;
	text-decoration: none;
	font-weight: normal;
}
#menu ul li a:hover {
	color: #fafafa;
}
#menu ul li.selected a {
	color: #fff;
	text-weight: bold;
	padding-bottom: 11px;
	border-bottom: 5px solid #168a13;	
}
#searchbox {
	position: absolute;
	right: 20px;
	top: 8px;
	background: #56515b url(../images/search-lense.gif) no-repeat 4px;
	padding-left: 20px;
}
#claim {
	width: 803px;
	height: 107px;
	background-image: url(../images/claim.gif);
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 8px;
}
#page-head {
	margin-top: 8px;
	background-color: #36323a;
	padding: 16px 20px;
}
#page-head h2 {
	font: normal 2.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0.1em;
}
#page-head h3 {
	font: normal 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0.1em;
	color: #1e1b20;
}
#keyarea {
	position: relative;
	margin-top: 8px;
	background-image: url(../images/keyarea-back.jpg);
	width: 803px;
	height: 335px;
	overflow: hidden;
}
#keyarea a.box {
	position: absolute;
	display: block;
	bottom: 0;
	background: url(../images/keyarea-links.gif) repeat;
	height: 75px;
	padding: 16px 0 16px 16px;
	text-decoration: none;
}
#keyarea a.box:hover {
	background: url(../images/keyarea-links-hover.gif) repeat;
}
#keyarea a.box h2 {
	color: white;
	text-align: center;
	overflow: hidden;
	text-indent: -999px;
	height: 25px;
}
#keyarea a.box h2.ideen {
	background: url(../images/key-head-ideen.png) no-repeat center;
}
#keyarea a.box h2.gefuehl {
	background: url(../images/key-head-gefuehl.png) no-repeat center;
}
#keyarea a.box h2.technik {
	background: url(../images/key-head-technik.png) no-repeat center;
}
#keyarea a.box p {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
div.first a.box {
	width: 248px;
}
div.second a.box {
	width: 243px;
}
div.third a.box {
	width: 248px;
}
#keyarea div.column {
	height: 335px;
}
#keyarea #extender {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 803px;
	height: 0px; /* Target-Height is 335px */
	background: #fff url(../images/keyarea-extended.gif) repeat-x;
	color: #27242a;
	line-height: 1.7em;
	z-index: 9;
}
#keyarea #extender div.item {
	position: absolute;
	top: 0;
	left: 0;
	width: 503px;
	height: 335px;
	padding-right: 300px;
	background-color: #fff;
}
#keyarea #extender div.ideen {
	background: url(../images/extended-ideen-back.gif) no-repeat right bottom;
}
#keyarea #extender div.technik {
	background: url(../images/extended-technik-back.gif) no-repeat right 64px;
}
#keyarea #extender div.gefuehl {
	background: url(../images/extended-gefuehl-back.gif) no-repeat right 64px;
}
#keyarea #extender div.gefuehl {
	left: 803px;
}
#keyarea #extender div.technik {
	left: 1606px;
}
#keyarea #extender div.content {
	padding: 30px 0 30px 30px;
}
#keyarea #extender div.one {
	background: url(../images/round-one.gif) no-repeat 30px 30px;
	padding-left: 90px;
}
#keyarea #extender div.two {
	background: url(../images/round-two.gif) no-repeat 30px 30px;
	padding-left: 90px;
}
#keyarea #extender div.three {
	background: url(../images/round-three.gif) no-repeat 30px 30px;
	padding-left: 90px;
}

#keyarea #extender h2, div.content h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 2.5em;
	line-height: normal;
	color: #27242a;
}
#keyarea #extender h2 span, div.content h2 span {
	padding: 3px;
	background-color: #1e1b20;
	color: #8f8397;
}
#keyarea #extender h2 span.focus, div.content h2 span.focus {
	color: #ff1842;
	background-color: transparent;	
}
#keyarea #extender a {
	color: #ff1842;
}
#keyarea #extender a:hover {
	color: #ff6682;
}
#keyarea #extender #dock {
	position: absolute;
	bottom: 0;
	height: 0px; /* Target-Height is 40px */
	width: 803px;
	background: url(../images/extender-dock-back.gif) repeat;
	z-index: 99;
}
#keyarea #extender #dock ul {
	list-style: none;
}
#keyarea #extender #dock ul li {
	float: left;
	list-style: none;
	margin: 0 8px 0 0;
}
#keyarea #extender #dock ul li a {
	display: block;
	float: left;
	width: 264px;
	text-align: center;
	font-size: 2em;
	text-decoration: none;
	color: #ccffc1;
	padding: 8px 0;
}
#keyarea #extender #dock ul li.middle a {
	width: 259px;
}
#keyarea #extender #dock ul li.last {
	margin: 0;
}
#keyarea #extender #dock ul li a:hover, #keyarea #extender #dock ul li.selected a {
	color: #178e14;
	border-bottom: 6px solid #178e14;	
}
#positioner {
	position: relative;
}
#back-link, #next-link {
	position: absolute;
	top: 160px;
	left: -50px;
	display: none;
	height: 33px;
	width: 33px;
	background: url(../images/back-arrow.gif) no-repeat;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
}
#next-link {
	left: auto;
	right: -50px;
	background: url(../images/next-arrow.gif) no-repeat;
}
#back-link:hover {
	background: url(../images/back-arrow-hover.gif) no-repeat;
}
#next-link:hover {
	background: url(../images/next-arrow-hover.gif) no-repeat;
}
div.column {
	position: relative;
	float: left;
	margin-right: 8px;
}
div.first {
	width: 264px;
}
div.second {
	width: 259px;
}
div.third {
	width: 264px;
	margin-right: 0;
}
div.main {
	width: 531px;
}
div.marginals {
	width: 264px;
	margin: 0;
}
div.segment {
	margin-top: 8px;
}
div.teasers {
	background: url(../images/segment-teasers.gif) repeat-y;
}
div.content {
	background: url(../images/segment-content.gif) repeat-y;
}
div.segment div.marginals, div.segment div.third {
	margin: 0;
}
div.segment div.main div.element {
	padding: 16px 8px 16px 20px;
}
div.segment div.marginals div.element {
	padding: 16px 8px 16px 20px;
}
div.segment div.element {
	line-height: 1.6em;
}
div.segment div.element h4 {
	font-weight: normal;
	margin-bottom: 0.8em;
}
div.segment div.element h5 {
	margin-bottom: 0.8em;
}
div.segment div.speech-bubble {
	background: url(../images/speech-bubble.gif) no-repeat 16px 16px;
}
div.segment div.speech-bubble div.element {
	margin-left: 76px;
}
div.main a {
	font-weight: normal;
}
div.main a.arrow {
	font-weight: bold;
}
div.marginals ul.item-list {
	list-style: none;
}
div.marginals ul.item-list li {
	margin: 0 0 8px 0;
	list-style: none;
	line-height: normal;
	clear: both;
}
div.marginals ul.item-list li {
	margin: 0 0 1em 0;
	list-style: none;
}
div.marginals ul.item-list li a.item-link {
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 8px 8px 0;
}
div.marginals ul.item-list li h5 {
	margin-top: 4px;
}
div.marginals ul.item-list li span {
	font-size: 0.9em;
}
div.marginals ul.item-list li span.subline {
	font-weight: bold;
	color: #7b787e;
}
div.marginals ul.item-list li span.description {
	color: #56515b;
}

div.marginals ul.item-list li.selected {
	left: 30px;
}
div.marginals ul.item-list li.selected a.item-link {
	width: 226px;
	height: 86px;
	padding-left: 53px;
	background-image: url(../images/item-list-selected.png);
	margin-left: -53px;
}
div.marginals ul.item-list li.selected a.item-link h5 {
	color: #0e560e;
}
div.marginals ul.item-list li.selected span.subline {
	color: #187f16;
}
div.marginals ul.item-list li.selected span.description {
	color: #fff;
}
ul.pagination {
	list-style: none;
}
ul.pagination li {
	float: left;
	margin: 0 4px 0 0;
	list-style: none;
}
ul.pagination li a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	background-color: #443f49;
	padding: 0 5px;
}
ul.pagination li a:hover {
	background-color: #868686;
}
ul.pagination li.selected a {
	background-color: #fa0037;
}
div.slider {
	border: 4px solid #cfcfcf;
	overflow: hidden;
	height: 88px;

}
div.main div.slider {
	margin-right: 13px;
}

#footer {
	position: relative;
	margin-top: 8px;
	height: 10px;
	background: url(../images/footer-back.gif) repeat-x;
	color: #56515b;
	padding: 16px;
	overflow: hidden;
}
#footer ul {
	position: absolute;
	right: 0;
	top:  0;
	list-style: none;
}
#footer ul li {
	float: left;
	list-style: none;
	height: 42px;
	margin: 0;
	border-left: 4px solid #36323a;
}
#footer ul li a {
	display: block;
	float: left;
	padding: 16px 20px;
	color: #56515b;
	text-decoration: none;
	font-weight: normal;
}
#footer ul li a:hover {
	color: #979797;
}
#footer ul li.selected {
	height: 42px;
}
#footer ul li.selected a {
	color: #fff;
	text-weight: bold;
	padding-top: 11px;
	border-top: 5px solid #168a13;	
}

ul.errorlist {
	list-style: none;
}
ul.errorlist li {
	margin-left: 0px;
	color: #ab2427;
	padding: 3px 3px 3px 30px;
	font-weight: bold;

}

/* @end */
