/* START-PAGE */

.startImage {
   float: left;
   width: 900px;
   height: 351px;
   margin-left: 4px;
}
* html .startImage {
   margin-left: 2px;
   margin-bottom: -2px;
}



.startMenu  {
   float: left;
   width: 580px;
   height: 82px;
   background-image: url('/static/assets/img/startmenu.png');
   background-repeat: no-repeat;
   background-position: top left;   
   margin-left: 4px;
   margin-top: -1px;
   padding-left: 319px;
}
* html .startMenu {
   margin-left: 2px;
}

.startContent {
   float: left;
   width: 874px;
   height: 200px;
   margin-left: 4px;   
   margin-top: 30px;
   background-image: url('/static/assets/img/start-boxes.png');
   background-repeat: no-repeat;
   background-position: top right;   
   padding-top: 20px;
   padding-left: 25px;
   
   font-family: Tahoma;
   font-size: 0.85em;  
}

* html .startContent {
   margin-left: 2px;
}

.startContent .leftBox {
   float: left;
   width: 292px;
   height: 110px;
}


.startContent .box {
   float: left;
   width: 130px;
   height: 123px;
   padding-left: 10px;
   padding-right: 4px;
   color: #fff;
   overflow: hidden;
}

.startContent .box h1{
   font-size: 12px;
   font-family: Tahoma;
   font-weight: bold;
   color: #fff;
   background-image: none;
   margin: 0px;
   padding: 7px 0px 7px 0px;
}


img {
    border: 0;
}

html {
	height: 100%;
    overflow: scroll;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: #999998;
    background-image: url(/static/assets/img/bg.png);
    background-repeat: repeat-x;
    background-position: top left;
    font-family: tahoma, sans-serif;
    font-size: 0.8em;
    color: #343434;
    z-index: 1;
}

h1 {
    color: #760000;
    font-family: tahoma, sans-serif;
    font-size: 1.3em;

    background-image: url(/static/assets/img/arrow-right.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 14px;
}

a:link, a:visited, a:active {
	text-decoration: none;	
	font-weight: bold;
	color: #760000;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #760000;
}


.wrapper {
		position: absolute;    
    clear: both;
    width: 909px;
    left: 50%;
    margin-left: -460px;
    min-height: 100%;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/assets/img/bg-main.png');
    background-position: top left;
    background-repeat: repeat-y;
    border: 0px solid green;
    z-index: 2;
}

* html .wrapper {
    height: 100%;
}

.wrapper[class] {
	
    background-image: url(/static/assets/img/bg-main.png);
}


.top {
    float: left;
    margin-bottom: -22px;
    width: 100%;
    height: 68px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/assets/img/bg-top.png');
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 5;
}
.top[class] {
    background-image: url(/static/assets/img/bg-top.png);
}


/********************************************
        LEFT
*********************************************/
.left {
    float: left;
    clear: both;
    width: 465px;
    margin-bottom: 70px;
    min-height: 615px;
    z-index: 3;
}

* html .left {
    height: 655px;
}


/*  Bubbles  */
.newsButton {
    cursor: pointer;
    position: absolute;
    width: 68px;
    height: 69px;
    left: 50%;
    margin-left: -479px;
    top: 30px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/assets/img/btn-news.png');
    z-index: 220;
    border: 0px solid green;
}
.newsButton[class] {
    background-image: url(/static/assets/img/btn-news.png);
}

.newsButtonOn {
    cursor: pointer;
    position: absolute;
    width: 68px;
    height: 69px;
    left: 50%;
    margin-left: -479px;
    top: 30px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/assets/img/btn-news-on.png');
    z-index: 10;
}
.newsButtonOn[class] {
    background-image: url(/static/assets/img/btn-news-on.png);
}


/* newButton BIG */
.newsButtonBig {
    cursor: pointer;
    position: absolute;
    width: 99px;
    height: 100px;
    left: 50%;
    margin-left: -479px;
    top: 30px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/assets/img/btn-big-news.png');
    z-index: 220;
    border: 0px solid green;
}
.newsButtonBig[class] {
    background-image: url(/static/assets/img/btn-big-news.png);
}

.newsButtonBigOn {
    cursor: pointer;
    position: absolute;
    width: 99px;
    height: 100px;
    left: 50%;
    margin-left: -479px;
    top: 30px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/assets/img/btn-big-news-on.png');
    z-index: 10;
}
.newsButtonBigOn[class] {
    background-image: url(/static/assets/img/btn-big-news-on.png);
}




.contactButton {
    cursor: pointer;
    position: absolute;
    width: 55px;
    height: 56px;
    left: 50%;
    margin-left: -403px;
    top: 24px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/assets/img/btn-contact.png');
    z-index: 10;
}
.contactButton[class] {
    background-image: url(/static/assets/img/btn-contact.png);
}

.contactButtonOn {
    cursor: pointer;
    position: absolute;
    width: 55px;
    height: 56px;
    left: 50%;
    margin-left: -403px;
    top: 24px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/assets/img/btn-contact-on.png');
    z-index: 10;
}
.contactButtonOn[class] {
    background-image: url(/static/assets/img/btn-contact-on.png);
}

/* contact button big */
.contactButtonBig {
    cursor: pointer;
    position: absolute;
    width: 80px;
    height: 79px;
    left: 50%;
    margin-left: -363px;
    top: 24px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/assets/img/btn-big-contact.png');
    z-index: 10;
}
.contactButtonBig[class] {
    background-image: url(/static/assets/img/btn-big-contact.png);
}

.contactButtonBigOn {
    cursor: pointer;
    position: absolute;
    width: 80px;
    height: 79px;
    left: 50%;
    margin-left: -363px;
    top: 24px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/assets/img/btn-big-contact-on.png');
    z-index: 10;
}
.contactButtonBigOn[class] {
    background-image: url(/static/assets/img/btn-big-contact-on.png);
}



/*  Main Menu  */
.menuContainer {
    float: left;
    width: 461px;
    height: 45px;
    margin-left: 4px;
    border: 0px solid green;
    background-image: url(/static/assets/img/bg-main-nav.png);
    background-repeat: no-repeat;
    background-position: top left;    

}
* html .menuContainer {
    margin-left: 2px;
}

.mainImage {    
    margin-left: 4px;
    margin-top: 4px;
    margin-bottom: -3px;
    background-image: url(/static/assets/img/bg-nav.png);
    background-repeat: no-repeat;
    background-position: top left;    
}

.menuContainer .mainMenu {
    position: relative;
    width: 458px;
    height: 40px;
    z-index: 10;
}



/* SUB NAVIGATION */
.subNavigation {
    float: left;
    margin-left: 4px;
    margin-top: -6px;
    width: 465px;
    height: 46px;
    background-image: url(/static/assets/img/bg-sub-nav.png);
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
    
    z-index: 20;
}
* html .subNavigation {
    margin-left: 2px;    
    height: 80px;
}

 .subnav {
    height: 40px;
    width: 120px;
    background: url('/static/assets/img/subnav-bg.png') no-repeat top left;
    cursor: pointer;
    overflow: hidden;
    float: left;
 }
 .subnavOn {
    height: 40px;
    width: 120px;
    background: url('/static/assets/img/subnav-bg-on.png') no-repeat top left;
    cursor: pointer;
    overflow: hidden;
    float: left;
 }
 
 .subnav .right {
    height: 40px;
    width: 8px;
    background: url('/static/assets/img/subnav-right.png') no-repeat top right;
    float: right;    
 }
 
 .subnavOn .rightOn {
    height: 40px;
    width: 8px;
    background: url('/static/assets/img/subnav-right-on.png') no-repeat top right;
    float: right;
 }
 
 .subNavText {
    color: #fff;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 0.75em;    
 }
 
 
 
 /* SUB NAVIGATION FOR AUSSCHREIBUNG */
 .subNavigationAusschreibung {
    float: left;
    margin-left: 4px;
    margin-top: -6px;
    width: 465px;
    overflow: hidden;
    
    z-index: 20;
}
* html .subNavigationAusschreibung {
    margin-left: 2px;    
    height: 80px;
}

 .subnavAus {
    height: 40px;
    width: 114px;
    background: url('/static/assets/img/subnav-bg.png') no-repeat top left;
    cursor: pointer;
    overflow: hidden;
    float: left;
 }
 .subnavAusOn {
    height: 40px;
    width: 114px;
    background: url('/static/assets/img/subnav-bg-on.png') no-repeat top left;
    cursor: pointer;
    overflow: hidden;
    float: left;
 }
 
 .subnavAus .rightAus {
    height: 40px;
    width: 8px;
    background: url('/static/assets/img/subnav-right.png') no-repeat top right;
    float: right;    
 }
 
 .subnavAusOn .rightAusOn {
    height: 40px;
    width: 8px;
    background: url('/static/assets/img/subnav-right-on.png') no-repeat top right;
    float: right;
 }
 
 .subNavAusText {
    color: #fff;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 0.75em;    
 } 






/*  Reference Pictures  */
.refPics {
    float: left;
    margin-left: 4px;
    margin-top: 35px;
    padding-left: 3px;
    width: 458px;
}
* html .refPics {
	margin-left: 2px;
	margin-bottom: 20px;
   padding-bottom: 20px;
}

.refPic {
    float: left;
    width: 155px;
    height: 146px;
    padding: 1px 0px 0px 1px;
    margin:  0px 0px -9px -4px;
    background-image: url(/static/assets/img/bg-ref-pic.png);
    background-repeat: no-repeat;
    background-position: left top;
}

* html .refPic {
    margin:  0px 0px -40px -3px;    
}

.refPic .pic {
    float: left;
    width: 151px;
    height: 98px;
}
* html .refPic .pic {
    margin-bottom: -3px;
}


.refPic .description {
    float: left;
    width: 151px;
    height: 40px;
}

.refPic .descText a:link, .refPic .descText a:visited, .refPic .description a:active, .refPic .descText a:hover {
	text-decoration: none;	
	font-weight: normal;
	color: #fff;
}


.refPic .descText {
    position: relative;
    cursor: pointer;
    visibility: visible;
    float: left;
    height: 26px;
    width: 130px;
    top: -40px;
    left: 0px;

    padding: 7px 2px 5px 15px;
    overflow: hidden;
    font-size: 0.85em;
    color: #fff;
    border: 0px solid black;
}
* html .refPic .descText {
    padding-top: 4px;
}

/********************************************
        RIGHT
*********************************************/
.right {
    float: right;
    width: 425px;
    margin-bottom: 40px;
    z-index: 3;
    border: 0px solid blue;
}

/*  Logo  */
.logo {
    float: right;
    width: 222px;
    height: 47px;
    margin: 25px 35px 0px 0px;
    border: 0px solid green;
}
* html .logo {
    margin: 25px 15px 0px 0px;
}


/*  Content  */
.text {
    float: right;
    width: 380px;
    height: 191px;
    margin: 75px 26px 0px 0px;
    line-height: 1.3em;
    overflow: hidden;
    border: 0px solid green;
}

* html .text {
    margin: 73px 12px 0px 0px;
}


.textPicture {
    float: right;
    width: 402px;
    height: 261px;

    margin: 30px 3px 0px 0px;
    padding: 0px 0px 0px 4px;
    background-image: url(/static/assets/img/bg-big-pic.png);
    background-repeat: no-repeat;
    background-position: left top;
}
* html .textPicture {
    margin: 30px 1px 0px 0px;
}


/*  InfoBox  */
.infoBox {
    float: left;
    width: 303px;
    margin-top: -30px;

    color: #fff;
    font-size: 0.85em;
    border: 0px solid orange;
}

.infoBox .infoBoxHeader {
    float: left;
    width: 270px;
    height: 20px;
    color: #fff;
    background: none;
    font-size: 1.3em;
    font-weight: bold;
    padding: 25px 15px 0px 18px;

    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/assets/img/bg-infobox-header.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.infoBoxHeader[class] {
    background-image: url(/static/assets/img/bg-infobox-header.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.infoBox .infoBoxContent {
    float: left;
    clear: both;
    min-height: 70px;
    width: 270px;
    padding: 10px 15px 5px 18px;

    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/assets/img/bg-infobox-content.png');
    background-repeat: repeat-y;
    background-position: left top;
}
* html .infoBox .infoBoxContent {
    height: 70px;
}

.infoBoxContent[class] {
    background-image: url(/static/assets/img/bg-infobox-content.png);
}

.infoBox .infoBoxFooter {
    float: left;
    width: 303px;
    height: 21px;
    margin-bottom: 30px;

    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/static/assets/img/bg-infobox-footer.png');
    background-repeat: no-repeat;
    background-position: left top;    
}

.infoBoxFooter[class] {
    background-image: url(/static/assets/img/bg-infobox-footer.png);
}

/* EDIT */

.edit{
    float: right;
    width: 380px;
    margin: 20px 26px 0px 0px;
    line-height: 1.3em;
    overflow: hidden;
    border: 0px solid green;
}

.edit textarea {
    width: 350px;
    height: 200px;
    border: 1px solid #9da1a6;
    margin-bottom: 10px;
}

.edit input {
    width: 350px;
    border: 1px solid #9da1a6;
    margin-bottom: 10px;
}





/********************************************
        FOOTER
*********************************************/
.footer {
    position: absolute;
    width: 888px;
    height: 30px;
    
    top: 100%;
    left: 50%;
    
    margin-left: -445px;
    margin-top: -35px;
    z-index: 100;
    
    border: 0px solid green;
    font-size: 0.8em;
}

* html .footer {
	margin-top: -40px;
}

.footer hr {
    border: 1px solid white;
    height: 5px;
    background-image: url(/static/assets/img/bg-hr.png);
    background-position: left top;
    background-repeat: repeat-x;
}

.footer .address {
    float: left;
}

.footer .link {
    float: right;
}
