html {
    height:100%;
}

body {    
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 100%;
    font-family : arial, helvetica, sans-serif;
}

A:link {font-family : arial, helvetica, sans-serif; color : #DA9C3E; background : transparent; text-decoration : none;}
A:visited {font-family : arial, helvetica, sans-serif; color: #DA9C3E; text-decoration:none}
A:hover {font-family : arial, helvetica, sans-serif; color : #DA9C3E; background : transparent; text-decoration : none;}
A:active {font-family : arial, helvetica, sans-serif; color : #DA9C3E; background : transparent; text-decoration : none;}

#container {
    position: absolute;
    width: 1250px;
    height: 840px;
    visibility: hidden;
}

#logo { 
    position: absolute;
    left: 14px;
    top: 10px;
    width: 90px;
    height: 90px;
    background-image: url(../img/logo_klein.png);
    cursor: pointer;    
}

#einstieglogo { 
    position: absolute;
    left: 130px;
    top: 10px;
    width: 800px;
    height: 90px;
    color: #464646;
}

#eintiegnavigationsbox { 
    position: absolute;
    left: 220px;
    top: 100px;
    width: 800px;
    height: 600px;    
    background-image: url(../img/einstiegsnavigation.png);    
}

#suchbox  { 
    position: absolute;
    left: 1050px;
    top: 45px;
    width: 200px;
    height: 19px;
    font-size: 12px;
    text-align: right;
    vertical-align: top;
}

#suchbox input[type=text] {
    border: 1px solid #464646;
    font-size: 12px;
    color: #464646;
    margin-bottom: 4px;
}

#zusatzmenue  { 
    position: absolute;
    left: 150px;
    top: 40px;
    width: 1100px;
    height: 20px;
    font-size: 14px;
    padding-top: 5px;
}

#zusatzmenue img {    
    vertical-align: middle;
} 

#seitentitel { 
    position: absolute;
    left: 297px;
    top: 140px;
    width: 400px;
    height: 40px;    
}

#unternavigationsbereich {
    position: absolute;
    left: 0px;
    top: 200px;
    width: 195px;
    height: 400px;
    border-right: solid 1px #e6bd7e;
}
              
#aktuelleseite {
    width: 100%;
    height: 30px;    
}

#unternavigation {
    width: 100%;
    height: 100%;
    text-align: right;    
}
        
#inhaltsbereich {
    position: absolute;
    left: 270px;
    top: 200px;
    width: 945px;
    height: 300px;
}

#content {
   position: absolute;
   /*height: 1067px;*/
   font-family : arial, helvetica, sans-serif;
}

#themenbild {    
    width: 250px;
    height: 250px;
    float: right;
    margin-left: 50px;
    margin-bottom: 50px;
    background-image: url(../img/themen/rahmen.png);    
}

#themenbildImage {
	margin-top: 12px;
	margin-left: 12px;
}

#hauptnavigationsbereich {
    position: absolute;
    left: 0px;
    top: 620px;
    width: 100%;
    height: 220px;
    background-image: url(../img/navigation.png); 
    z-index: 99;    
}

#obernavigation {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1255px;
    height: 100%;
}

#einstiegnavigation {
    position: absolute;
    left: 50px;
    bottom: 0px;
    width: 620px;
    height: 450px;    
}

#einstiegexzellenzmenueBild {
    position: absolute;
    left: 10px;
    bottom: 200px;
    width: 128px;
    height: 98px;    
}

#einstiegexzellenzmenueTBild {
    position: absolute;
    left: 30px;
    bottom: 25px;
    width: 120px;
    height: 160px;    
}

#einstiegzeitmenueBild {
    position: absolute;
    left: 165px;
    bottom: 243px;
    width: 128px;
    height: 98px;
}

#einstiegzeitmenueTBild {
    position: absolute;
    left: 185px;
    bottom: 167px;
    width: 70px;
    height: 60px;
}

#einstiegwertmenueBild {
    position: absolute;
    left: 300px;
    bottom: 284px;
    width: 128px;
    height: 98px;
}

#einstiegwertmenueTBild {
    position: absolute;
    left: 330px;
    bottom: 209px;
    width: 80px;
    height: 60px;
}

#einstiegwachstummenueBild {
    position: absolute;
    left: 415px;
    bottom: 312px;
    width: 128px;
    height: 98px;    
}

#einstiegwachstummenueTBild {
    position: absolute;
    left: 450px;
    bottom: 190px;
    width: 140px;
    height: 110px;    
}

#einstiegkulturmenueBild {
    position: absolute;
    left: 524px;
    bottom: 340px;
    width: 128px;
    height: 98px;
}

#einstiegkulturmenueTBild {
    position: absolute;
    left: 547px;
    bottom: 264px;
    width: 100px;
    height: 70px;
}

#einstiegexzellenzmenue {
    position: absolute;
    left: 10px;
    bottom: 30px;
    width: 128px;
    height: 270px;
    cursor: pointer;    
}

#einstiegzeitmenue {
    position: absolute;
    left: 165px;
    bottom: 173px;
    width: 128px;
    height: 170px;
    cursor: pointer;
}

#einstiegwertmenue {
    position: absolute;
    left: 310px;
    bottom: 204px;
    width: 108px;
    height: 170px;
    cursor: pointer;    
}

#einstiegwachstummenue {
    position: absolute;
    left: 430px;
    bottom: 240px;
    width: 100px;
    height: 160px;
    cursor: pointer;    
}

#einstiegwachstummenueADD2 {
    position: absolute;
    left: 480px;
    bottom: 200px;
    width: 100px;
    height: 50px;
    cursor: pointer;    
}

#einstiegkulturmenue {
    position: absolute;
    left: 534px;
    bottom: 260px;
    width: 110px;
    height: 170px;
    cursor: pointer;    
}

#einstiegtext {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 350px;
    height: 200px;    
}

#einstiegtextTD {
    vertical-align: bottom;
    font-size: 12px;
    color: #464646;
}

div.e0 {text-align : right; font-family : arial, helvetica, sans-serif; font-weight: normal; font-size: 14px; padding-top: 10px; padding-right: 7px;}
div.e1 {text-align : right; font-family : arial, helvetica, sans-serif; font-weight: normal; font-size: 12px; padding-top: 5px; padding-right: 7px;}
div.e2 {text-align : right; font-family : arial, helvetica, sans-serif; font-weight: normal; font-size: 11px; padding-left: 15px; padding-right: 7px;}
div.e3 {text-align : right; font-family : arial, helvetica, sans-serif; font-weight: normal; font-size: 10px; padding-left: 15px; padding-right: 7px;}

#aktivunternavigation {color: #DA9C3E}

/* Scroller */

#up a, #down a {
/*  cursor:hand;*/
}