body {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    color: #333;
    background-color:#2D333B;
    margin:0px;
    width: 800px;
}

div {
    margin-bottom: 2px;
    font-size:12px;
}


a { 
    color:#885500;
    font-weight:bold;
}

ul {
    list-style-image: url("bullet.gif");
    padding-left: 20px;
}

li {
    vertical-align: baseline; 
    padding-top: 0px; 
    line-height: 1.4em;
    font-size: 12px;
}

#middle-td, #left-td {
    vertical-align: top;
    padding-top: 0px;
    padding-left: 40px;
}
    
#top {
    padding-left:40px;
    padding-top:10px;
    padding-bottom:10px;
}


#header, #sub-top {
    border-bottom: 2px solid #960;
    background-image: url("menu-bg.gif");
    background-repeat: repeat-x;
    background-position: bottom;
    background-color:#FED77C;
    line-height:18px;
    font-size: 12px;  
    padding: 0px;
    margin: 0px;    
}

#sub-top {
    float: left;
    width: 100%;    
}

#middle {
    width: 550px;    
}

#sub-top a {
    color: #000;
    text-decoration: none;
    border-right:1px solid #D95100;
    padding-right: 6px;
    padding-left: 6px;
    float:left;
}

#sub-top a:hover {
    background-image:url(menu-bg-over.gif);
}


#middle {
    background-color:#2D333B;

}


#left {
    width:200px;
    vertical-align: top;
    background-color:#fff;
}


#center {
    vertical-align: top;
    background-color:#fff;
/*    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;*/
width:550px;
}

#bottom {
    color: aaa;
}

.title {    
    font-weight: bold;
    font-size: 18px;

    margin-bottom: 20px;
    vertical-align: bottom;
}

.sub-title {    
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px; 
    margin-top: 10px; 
    margin-left: 2px;
}

.new {
   /* background-image: url("neu.gif");*/
    background-repeat: no-repeat;
    background-position: left top;
}

.important {
/*    background-image: url("neu.gif");*/
    background-repeat: no-repeat;
    background-position: left top;
}

.new, .announcement, .important {
    padding-left: 0px;
    margin-bottom: 20px;
    vertical-align: top;
    font-size:12px;
}


.projekt-table {
    border-top:1px solid #999966;    
    border-collapse:collapse;
    table-layout:auto;   
}

.projekt-details-header-row {
    font-size:12px;
    background-color:#fff0c1;
    padding-left:6px;
    padding-right:6px;
}



.projekt-details-th {
    text-align: left;
}
.projekt-details-row, .projekt-details-row-1 {
    border:1px solid #EEEEEE;
    border-top: 1px solid #eee;
}

.projekt-details-row {
    background-color:#fffaea;
}

.projekt-details {
    font-size: 12px;
    padding-left:6px;
    padding-right:6px;
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: top;
    
}



.box-title {
    font-size: 12px;
    width:100%;
    font-weight: bold;
}

.box {
    padding:20px;
    clear: both;
}



.project-title {
    width:100%;
    font-weight: bold;
    margin-bottom: 20px;
}

.project-sub-title {
    width:100%;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 14px;
}

.project-enum {
	padding-left:10px;
	width:500px;
    margin-bottom: 4px;
    margin-top: 2px;
}