/* Standard-CSS for update24.lu */



/* global definitions and 0-spaces */

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Geneva, Arial, Helvetica, sans-serif;
}

html, body {
   background: #ffffff url(../navi/background.gif); 
   background-repeat: repeat-x;
   font-size: 14px; 
   text-align: center;
}



/* global formating */

p, td {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px; 
color: #888888;
}

a:link {
   color: #586783;
   text-decoration: none;
   font-weight: bold;
}

a:visited {
   color: #586783;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
   color: #586783;
   text-decoration: underline;
   font-weight: bold;
}

a:active {
   color: #586783;
   text-decoration: none;
   font-weight: bold;
}

strong {
   font-weight: bold;
}

img {
   border: 0;
}


/* H1, H2, H3 Headers */
h1 {
   font-size: 18px;
   font-weight: bold; 
   font-style: italic;
   color: #586783;
}

h2 {
   font-size: 14px;
   font-weight: bold; 
   font-style: italic;
   color: #586783;
}

h3 {
   font-size: 12px;
   font-weight: bold; 
   font-style: italic;
   color: #586783;
}


/* formating sections (Header, Navi, Content,..) */

/* BEGIN Header */
#header {
   margin: 0px auto;
   width: 800px;
   height: 100px;
   text-align: left;
   background-image: url(../navi/header.jpg);
   background-repeat: no-repeat;
}
/* END Header */

/* BEGIN Topnav */
#topnav {
   position: relative;
   float: left;
   left: 496px;
   top: 1px;
   margin: 0px;
   padding: 0px;
   width: 318px;
   height: 14px;
   text-align: left;
}
/* END Header */

/* BEGIN Navi */
#navi_begin {
   float: left;
   margin : 0px auto;
   margin-left: 0;
   width: 32px;
   height: 40px;
   background-image: url(../navi/navi_left.jpg);
   background-repeat: repeat-x;
}

#navi_button_end {
   float: left;
   margin : 0px auto;
   margin-left: 0;
   width: 191px;
   height: 40px;
   background-image: url(../navi/navi_bg.jpg);
   background-repeat: repeat-x;
   text-align: left;
}  

#navi {
   float: left;
   margin : 0px auto;
   width: 552px;
   height: 40px;
   text-align: left;
   background-image: url(../navi/navi_bg.jpg);
   background-repeat: repeat-x;
}

#navi_end {
   float: left;
   margin : 0px auto;
   width: 25px;
   height: 40px;
   text-align: left;
   background-image: url(../navi/navi_bg.jpg);
   background-repeat: repeat-x;
}
/* END Navi */


/* BEGIN Breadcrumb */
.breadcrumb {
   padding-top: 0px;
   float: left;
   margin : 0px auto;
   width: 800px;
   height: 40px;
   text-align: left;
   vertical-align: middle;
   font-size: 10px;
   color: #CCCCCC;
   background-image: url(../navi/breadcrumb_bg.png);
   background-repeat: repeat-x;
}

/* definitions for displaying links in the breadcrumb-menu*/
.breadcrumb a:link {
   color: #CCCCCC;
   text-decoration: none;
}

.breadcrumb a:visited {
   color: #CCCCCC;
   text-decoration: none;
}

.breadcrumb a:hover {
   color: #CCCCCC;
   text-decoration: none;
}

.breadcrumb a:active {
   color: #CCCCCC;
   text-decoration: none;
}
/* END Breadcrumb */


/* BEGIN Content */
#title {
   float: left;
   margin : 0px auto;
   padding-top: 5px;
   width: 335px;
   height: 30px;
   text-align: left;
}

#title_sitemap {
   margin : 0px;
   padding-top: 5px;
   width: 335px;
   height: 30px;
   text-align: left;
}

#browse {
   float: left;
   margin : 0px auto;
   padding-top : 10px;
   width: 35px;
   height: 30px;
   text-align: right;
}

#content {
   background-color: #ffffff; 
   float: left;
   margin : 0px auto;
   width: 800px;
   height: 360px;
   text-align: left;
}

#content_border_left {
   float: left;
   width: 8px;
   height: 340px;
   text-align: left;
   padding-left: 15px;
   background-image: url(../navi/content_bg_left.png);
   background-position: top right;
   background-repeat: no-repeat;
} 

#content_left {
   float: left;
   padding: 10px 0 0 10px;
   width: 370px;
   height: 340px;
   text-align: left;
   border-top: 1px solid #CCCCCC;
   background-image: url(../navi/title_bg.gif);
   background-position: top left;
   background-repeat: repeat-x;
}

#content_left_index {
   float: left;
   padding: 10px 0 0 10px;
   width: 370px;
   height: 340px;
   text-align: left;
   border-top: 1px solid #CCCCCC;
}
#content_sitemap {
   padding: 5px 0 0 15px;
   width: 750px;
   height: 340px;
   text-align: left;
   border-top: 1px solid #CCCCCC;
   background-image: url(../navi/title_bg.gif);
   background-attachment: scroll;
   background-position: top left;
   background-repeat: no-repeat;
   overflow: auto;
}

#content_right {
   float: left;
   padding: 42px 0 0 10px;
   width: 371px;
   height: 297px;
   text-align: left;
   border-top: 1px solid #CCCCCC;
}
/* END Content */


/* BEGIN Footer */
#footer {
   float: left;
   padding-top: 16px;
   width: 800px;
   height: 25px;
   text-align: right;
   background-image:url(../navi/bottom_new.png);
   background-repeat: repeat-x;
}
/* END Footer */


/* BEGIN OUTER LAYOUT (border with shadow)*/
.main {
   margin : 0px auto;
   margin-top: 20px;
   height: 550px;
   width: 814px;  
}

.left {
   float:left;
   height: 550px;
   width: 7px;
   background-image: url(../navi/left_new.png);
   background-repeat: no-repeat;
}

.middle {
   float:left;
   height: 550px;
   width: 800px;
}

.right {
   float:left;
   height: 550px;
   width: 7px;
   background-image: url(../navi/right_new.png);
   background-repeat: no-repeat;
}
/* END OUTER LAYOUT */

#sitemap_2 {
   float: left;
   width: 33%;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px; 

}

#sitemap_3 {
   float: left;
   width: 33%;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px; 

}

/* BEGIN FORM LAYOUT */

textarea, input {
   font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* BEGIN FORM LAYOUT */
