body {
    background-color: #b8bab7;
    margin:0;
    padding:0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    line-height: 140%;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

#form-status {
    border: 1px solid #ee3224;
    padding: 1em;
}
#intro {
    position:absolute;
    top:0px;
    left:0px;
    width: 903px;
    height:550px;
    background-color: #ee3224;
    z-index:100;
}
#intro #continue {
    float:right;
    width: 100px;
}

#intro #continue a {
    color: #fff;
    text-decoration: none;
}
a {
    color: #ee3224;
}

img {
    border: none;
}

input {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight:normal;
}

input.action, #content input.action, #content-page input.action {
    width:auto;
    border:1px solid #ee3224;
    padding: 2px 2px 2px 22px;
    background-color: #fff;
    color: #ee3224;
    background-image: url(../images/pfeil_rot.gif);
    background-repeat:no-repeat;
    background-position: 5px center;
}

input.action:hover, #content input.action:hover, #content-page input.action:hover {
    width:auto;
    border:1px solid #ee3224;
    padding: 2px 2px 2px 22px;
    background-color: #ee3224;
    color: #fff;
    background-image: url(../images/pfeil_weiss.gif);
    background-repeat:no-repeat;
    background-position: 5px center;
    cursor: pointer;
}


h1 {
    font-size: 1.1em;
}

h2 {
    font-size: 1em;
}

h3 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
}

hr {
    background-color: #999;
    border: none;
    height: 1px;
}
#overall {
    width: 903px;
    margin: 32px auto;
    height: 1%; /* HOLLY HACK */
}

#head {
    position:relative;
    height: 137px;  
    background-color: #ee3224;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
}

#head #logo {
    position:relative;
    top: 24px;
    left: 11px;
}

#head #logo #logo-addition {
    position:relative;
    top:-8px;
    left: 16px;
}

#head a {
    color: #fff;
    text-decoration:none;
}

#head ul {
    list-style: none;    
}

#head ul li a{
    background-repeat: no-repeat;
    background-position: center;
}

#head ul li {
    float:left;
}

ul#mainnav {
    position:absolute;
    left: 205px;
	_left: 165px;
    top: 94px;
    width: 685px;
    padding: 0 0 0 0;
    margin-top:9px;
}

ul#mainnav li {
    width: 124px;
    text-align:center;
    height: 55px;
}

ul#mainnav li a {
    display:block;
    width: 137px;
    height: 54px;
}

ul#mainnav li a:hover{
    /*background-color: #fff;*/
}


ul#secnav {
    position:absolute;
    right: 0px;
    top: -11px;
	_top: 0px;
	*top: 0px;
}

ul#secnav li {
    padding-top: 5px;
    text-align:center;
    margin-left: 30px;
	padding-left: 25px;
}

ul#secnav li a {
    padding-bottom: 3px;
}

ul#secnav li.active a{
    display:block;
    border-bottom: 2px solid #fff;
}

ul#secnav li a:hover{
    display:block;
    border-bottom: 2px solid #fff;
}

ul#secnav li.searchform {
    width: 132px;
    height: 25px;
}

ul#secnav li form {
}

ul#secnav li form div.label{
    display:block;
    float:left;
    width: 55px;
}

ul#secnav li form fieldset{
    display:block;
    float:left;
    margin-top:-5px;
	margin-right: 10px;
    width: 100px;
    height: 13px;
    background-image:url(../images/suchfeld.gif);
	background-repeat: no-repeat;
    position:relative; 
	border: 0px;
}

ul#secnav li form fieldset input{
    float:left;
    width: 100px;
	_position: relative;
	_top: -11px;
    background-color: #fff;
    border: none;
    padding-left:4px;
    font-weight: bold;
    color: #C2C00F;
}

#SearchForm_SearchForm_action_results {
	margin-top: 5px;
}

ul#secnav li form fieldset input.action{
    width: 20px;
	height: 21px;
    border: none;
    background-color: #fff;
    color: #ee3224;
    background-image: url(../images/lupe.gif);
    background-repeat: no-repeat;
    position:absolute;
    right:10px;
	top: -5px;
	_top: -3px;
    float: left;
}
ul#secnav li#login{
    margin-right: 15px;
}

#main {
    margin-top: 9px;
    background-color: #fff;
    float: left;
    width: 893px;
    min-height:410px;
    height: 1%; /* HOLLY HACK */
    position:relative;
	overflow:hidden;
}

#navigation {
    float: left;
    width: 205px;
    padding: 5px;
    /*position:absolute;
    left:20px;
    _left: -20px;
    *left: -20px;
    top:10px;
    height:300px;
    width: 209px;
    z-index:100;
    */
}
#navigation ul {
    margin:1em 0;
}
#navigation ul ul {
	margin:0;
}
/*
#main > #navigation {
  left: -219px;
}*/

#content {
    float:left;
    position: relative;
    padding: 5px;
    padding-right:25px;
    width:380px;
}
#content-page {
    float:left;
    position: relative;
    padding: 5px;
    padding-right:25px;
    width:640px;
}

/*#main {
    margin-top: 9px;
    background-color: #fff;
    float: left;
    width: 410px;
    padding-left: 219px;
    padding-right: 274px;
    min-height:410px;
    height: 1%;
    position:relative;
	overflow:hidden;
}

#navigation {
    margin:0;
    padding:0;
    position:absolute;
    left:20px;
	_left: -20px;
	*left: -20px;
    top:10px;
    height:300px;
    width: 209px;
}

#content {
    float:left;
    position: relative;
    padding: 5px;
    padding-right:25px;
    width:380px;
}
#content-page {
    float:left;
    position: relative;
    padding: 5px;
    padding-right:25px;
    width:640px;
}
*/
#contentmain {
	overflow:visible;
    /*min-height:200px;*/    
}

#additionalinfo {
    float: left;
    position: relative;
    width: 274px;
    margin-right: -274px;
    text-align:right;    
}

#footer {
    clear:both;
    width:100%;
}

ul#subnav, 
ul#subnav ul, 
ul#subnav ul ul 
 {
    list-style: none;
}

ul#subnav {
    padding-left: 0.5em;
    font-size: 0.9em;
}

ul#subnav ul, 
ul#subnav ul ul 
{
    padding-left: 0em;
    margin-left: 0em;
    font-size: 1em;
}
ul#subnav ul ul 
{
    padding-left: 1em;
    margin-left: 0em;    
}
ul#subnav li.current, ul#subnav li.current a {
    color: #ee3224;
}

ul#subnav li.current li.link a {
    color: #8a8a8a;
}
ul#subnav ul a {
    padding-left: 0.5em;
}

ul#subnav, ul#subnav a {
    text-decoration:none;
    color: #8a8a8a;
    font-weight: bold;
    line-height: 1.6em;
}
ul#subnav ul, ul#subnav ul a {
    font-weight: normal;
}
ul#subnav a:hover {
    text-decoration:underline;
}

#head ul li a span {
	position: relative;
	top: 15px;
}
#head ul li a:hover span, #head ul li.current a span, #head ul li.section a span {
	color: #EE3224;
}

#Unternehmen a{
    background-image: url(../images/kronos_menu_1.gif);
}
#Unternehmen a:hover{
    background-image: url(../images/kronos_menu_1_hi.gif);
}
#Unternehmen.current a, #Unternehmen.section a{
    background-image: url(../images/kronos_menu_1_hi.gif);
}

#Aktuell a{
    background-image: url(../images/kronos_menu_2.gif);
}
#Aktuell a:hover{
    background-image: url(../images/kronos_menu_2_hi.gif);
}
#Aktuell.current a, #Aktuell.section a{
    background-image: url(../images/kronos_menu_2_hi.gif);
}


#Ueberuns a{
    background-image: url(../images/kronos_menu_3.gif);
}
#Ueberuns a:hover{
    background-image: url(../images/kronos_menu_3_hi.gif);
}
#Ueberuns.current a, #Ueberuns.section a{
    background-image: url(../images/kronos_menu_3_hi.gif);
}


#mainnav-3 a{
    background-image: url(../images/kronos_menu_4.gif);
}
#mainnav-3 a:hover{
    background-image: url(../images/kronos_menu_4_hi.gif);
}
.active#mainnav-3 a{
    background-image: url(../images/kronos_menu_4_hi.gif);
}

#mainnav-4 a{
    background-image: url(../images/kronos_menu_5.gif);
}
#mainnav-4 a:hover{
    background-image: url(../images/kronos_menu_5_hi.gif);
}
.active#mainnav-4 a{
    background-image: url(../images/kronos_menu_5_hi.gif);
}

ul#secnav li.searchform div.formfields {
    width: 132px;
}

/*Startpage*/
#startpagecontent {
    float:left;
    position: relative;
    width:100.1%;
    height:549px;
}
#startpagecontent .info{
    display:none;
    position:absolute;
    left:150px;
    top:200px;
    width:274px;
    background-color:#ee3224;
    padding:1em;
    color: #fff;
}
#startpagecontent .info h2{
    padding:0;
    margin:0;
}
#startpagecontent .info#info-2 {
    left:550px;
    top:250px;
}
#startpagecontent .info#info-3 {
    left:550px;
    top:183px;
}
#startpagecontent .info#info-4 {
    left:550px;
    top:167px;
}
#startpagecontent .info#info-5 {
    left:150px;
    top:50px;
}
#startpagecontent .info#info-6 {
    left:400px;
    top:200px;
}
#startpagemain {
    margin-top: 9px;
    background-color: #fff;
    float: left;
    width: 903px;
    padding-left: 0px;
    padding-right: 0px;
    height: 1%; /* HOLLY HACK */
    position:relative;
}

.content-image {
    position:absolute;
    margin: 0;
    padding: 0;
}
#image-1 {
    right:0px;
}
#image-2 {
    right:0px;
    top:137px;
}
#image-3 {
    right:0px;
    top:274px;    
}
#image-4 {
    right:137px;
    top:137px;
}
#image-5 {
    right:137px;
    top:274px;
}
#image-6 {
    right:137px;
    top:411px;
}
#image-7 {
    right:274px;
    top:24px;    
}
#image-8 {
    right:274px;
    top:298px;    
}
#image-9 {
    right:411px;
    top:149px;
}
.content-label {
    position:absolute;
}
#content-ueberschrift {
    float:left;
    margin:9px;
}
#content-innovativ-und-praxi {
    right:461px;
    top:110px;
}
#content-netzwerke-fuer-nach {
    right:171px;
    top:74px;
}
#content .co, #content-page .co {
    padding-bottom: 5px;
    width:600px;
}

ul li{
    list-style-type: none;
    margin-bottom: 0px;
    background-image: url(../images/list-icon.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 1.2em;
    margin-left: -1em;
}
#head ul li {
	background: none;
	margin:0;
}
#subnav ul li {
	background: none;
}
#subnav li {
	background: none;
}

#content ul, #content-page ul, #content ul ul, #content-page ul ul, #content ul ul ul, #content-page ul ul ul {
    margin-left: -2em;
}

#contentfooter {
    margin-top:2em;
}

#contentfooter a{
    color:black;
    font-size:0.8em;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 20px;
}

#contentfooter a#printversion {
    background-image: url(../images/drucken_icon.gif);
}

#contentfooter a#toplink {
    background-image: url(../images/pfeil_oben.gif);
    padding-left: 12px;
    background-position: center left;
}

#contentfooter a#redsys {
    background-image: url(../images/pfeil_rot.gif);
    padding-left: 12px;
    color: #ee3224;
    background-position: center left;
}

#content .download strong, #content .download em, #content .download a, #content-page .download strong, #content-page .download em, #content-page .download a {
    display: block;
}

.download p {
    margin-bottom:0.5em;
}

#content a.filelink, #content-page a.filelink {
   text-decoration: none;
	padding: 0 0 0 16px;
	background-image: url(../++resource++fileco-images/filelink.gif);
   background-position: left 2px;
   background-repeat: no-repeat;
}

#content a.filelink:hover, #content-page a.filelink:hover {
   text-decoration: none;
}

#content a.filelink span.underline, #content-page a.filelink span.underline {
   text-decoration: underline
}

#content a.filelink:hover span.underline, #content-page a.filelink:hover span.underline {
   text-decoration: underline
}

/* !!!!! ACHTUNG: auch in Druckversion einbauen! !!!! */

/* document download */
#content a.filelink.doc, #content-page a.filelink.doc {
	background-image: url(../images/filelink_doc.gif);
}

/* pdf download */
#content a.filelink.pdf, #content-page a.filelink.pdf {
	background-image: url(../images/filelink_pdf.gif);
}

#content a.filelink.xls, #content-page a.filelink.xls {
	background-image: url(../images/filelink_xls.gif);
}

#content a.filelink.zip, #content-page a.filelink.zip {
	background-image: url(../images/filelink_zip.gif);
}

#content a.filelink.ppt, #content-page a.filelink.ppt {
	background-image: url(../images/filelink_ppt.gif);
}

#content a.filelink.img, #content-page a.filelink.img {
	background-image: url(../images/filelink_img.gif);
}


/* filedownloads visited */
#content a.filelink:visited, #content a.docfilelink:visited, #content a.pdffilelink:visited, #content-page a.filelink:visited, #content-page a.docfilelink:visited, #content-page a.pdffilelink:visited {
	color: #9E002D;
}

/*form stuff*/
#content form, #content-page form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: 411px; 
}

#content form .buttons, #content-page form .buttons {
    clear:both;
}
#content form .buttons *, #content-page form .buttons *{
    margin:0;
}

#content form fieldset, #content-page form fieldset {
  border-style: none;
  padding: 0;
  margin: 0;
}

#content form label, #content-page form label { 
	display: block;  
	float: left; 
	width: 110px; 
	padding: 0; 
	margin: 5px 0 0; 
	text-align: left;
    font-weight:normal; 
}

#content form fieldset legend, #content-page form fieldset legend {
    display:none;
}

#content form input, #content form textarea, #content form span, #content-page form input, #content-page form textarea, #content-page form span {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#content form input#reset, #content-page form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

#content textarea, #content-page textarea { overflow: auto;}

#content form small, #content-page form small {
	display: block;
	margin: 0 0 5px 127px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#content form .required, #content-page form .required{font-weight:normal;} /* uses class instead of div, more efficient */

#content form br, #content-page form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#content form input, #content form textarea, #content form select, #content-page form input, #content-page form textarea, #content-page form select {
 width: 274px;    
 background-color: #eeeeee;
 border: 1px solid #999;
}

#content form input#MemberLoginForm_LoginForm_Remember {
    width: 20px;
    background-color: #fff;
    border: none;
}

form#MemberLoginForm_LoginForm {
    margin-top: 15px;
}

p#ForgotPassword{ 
margin-top: 10px;
    
}

div.Actions {
    margin-top: 30px;

    padding:0px;
}
div.Actions input#MemberLoginForm_LoginForm_action_dologin {

    margin: 0px;    
}


#content form div.value, #content-page form div.value {
    width:auto;
    float:left;
    padding-top:5px;
    padding-left:10px;
}

#content form strong.error, #content-page form strong.error {
	display: block;
	margin: 0 0 5px 127px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
    color: #ee3224;
}

#content form .form-status, #content-page form .form-status {
    border: 1px solid #ee3224;
    padding: 5px;
    margin-bottom: 10px;
}

h2.section {
    background-color: #fff;
    padding: 0.8em 1em 0em 0.5em;
    border: 1px solid #8a8a8a;
}
h2.section a {
    color: #000;
    font-weight: normal;
    background-repeat: no-repeat;
    background-image: url(../images/pfeil_oben.gif);
    background-position: left center;
    padding-left: 10px;
}
.tagcloud {
    line-height: 150%;
	text-align:center;
}
.tagcloud a {
    color: #000;
    text-decoration: none;
	vertical-align: middle;
	white-space:nowrap;
}
.tagcloud a:hover {
    text-decoration: underline;
}
.tagcloud .not-popular {
    font-size: 1.0em;
}
.tagcloud .popular {
    font-size: 1.2em;
}
.tagcloud .very-popular {
    font-size: 1.5em
}
.tagcloud .very-very-popular {
    color: #EE3224;
    font-size: 1.8em;
}

#main-intra {
	margin-top: 9px;
    float: left;
    width: 410px;
    padding-left: 219px;
    padding-right: 274px;
    min-height:410px;
    height: 1%; /* HOLLY HACK */
    position:relative;
	overflow:hidden;
	background-color: #F3F1D1;
	background-image: url(../images/intranet.gif);
	background-position: 32px 0;
	background-repeat: no-repeat;
}
#main-intra #navigation {
	padding-top:34px;
}


#SearchResults li {
	padding-bottom: 20px;
	border-bottom: 1px dotted #EE3224;
}

#contentmain .tree li.open ul {
	margin-left: 0em;
}

#sitemap {
	padding-left: 30px;
}
