
a:link { 
   color:               #34749A;
   font-weight:         normal;
   text-decoration:     underline; 
}

a:visited { 
   color:               #34749A;
   font-weight:         normal;
   text-decoration:     underline; 
}

a:hover { 
   color:               #aa0000; 
   font-weight:         normal;
   text-decoration:     underline;
}

body {   
   color:               #888888; 
   font-family:         Arial, "Times New Roman", Times; 
   background-color:    #e5e5e5; 
   text-align:          center;
}

div.headline {
   font-weight:         bold;
   font-family:         Arial, "Times New Roman", Times; 
   font-size:           16pt;
}

div.headline_small {
   font-weight:         bold;
   font-family:         Arial, "Times New Roman", Times; 
   font-size:           12pt;
   padding-bottom:      5px;
}

div.box { 
   width:               580px;
   max-width:           580px;
   overflow:            hidden;
   color:               #888888;
   text-align: 			left;
   background-color:    #ffffff;
   border-width:        1px;
   border-color:        #aaaaaa;
   border-style:        solid;
   border-collapse:     collapse;
   margin-left:         auto;   
   margin-right:        auto;
   margin-bottom:       15px;
   padding:             10px;
   -moz-border-radius:  8px;
   position:            relative;
   top:                 0px;
}

div.project_head {
   color:               #ffffff;
   font-weight:         bold;
   background-color:    #34749A;
   border-width:        1px;
   border-color:        #34749A;
   border-style:        solid;
   border-collapse:     collapse;
   padding:             2px 5px 2px 5px;
   -moz-border-radius:  8px;
   position:            relative;
   top:                 10px; 
}

div.project { 
   color:               #888888;
   background-color:    #D6E9F3;
   border-width:        1px;
   border-color:        #34749A;
   border-style:        solid;
   border-collapse:     collapse;
   padding:             15px 10px 10px 10px;
   text-align:          left;
   -moz-border-radius:  8px;
}

/* Menü */

div.menu {
   width:               596px;
   max-width:           596px;
   overflow:            hidden;
   background-color:    #34749A;
   border-color:        #34749A;
   padding:             2px;
   margin-top:          10px;
   margin-left:         auto;   
   margin-right:        auto;
   margin-bottom:       20px;
   -moz-border-radius:  8px;   
}

div.menu_inside {
   width:               100%;
   min-height:          25px;
   background-color:    #D6E9F3;
   border-color:        #D6E9F3;
   -moz-border-radius:  8px;   
}

/* Bilder */

div.images {
   padding:             3px;
   background-color:    #34749A;
   border-color:        #cccccc;
   border-width:        0px;
   border-style:        solid;
   border-collapse:     collapse;
   min-height:          144px;
   max-height:          150px;
}

div.imgtext {
   padding-left:        225px;
}

/* One-Stat - Statistic */

span.stat {
   position:            absolute;
   top:                 -200px;
}

td.menuitem, td.menuitemover {
   width:               16.66%;
   cursor:              pointer;   
   background-color:    #D6E9F3;
   text-align:          center;
   border-width:        0px;
   border-color:        #34749A;
   border-style:        solid;
   border-collapse:     collapse;
   margin-left:         5px;
   margin-right:        5px;
   -moz-border-radius:  8px;   
}

td.menuitem {
   color:               #34749A;
   background-color:    #D6E9F3;
}

td.menuitemover {
   color:               #aa0000;
   background-color:    #BBDBEC;
}

/* Fuß */

div.foot {
   width:               33.3%;
   float:               left;
   text-align:          center;
}