#edp .navbar-inner {
    background-color: #FFFFFF;
    border-bottom: 5px solid #0464b4;
    
    background-image: -webkit-linear-gradient(#FFFFFF 0%, #FFFFFF 100%); 
	background-image: -moz-linear-gradient(#FFFFFF 0%, #FFFFFF 100%); 
	background-image: -o-linear-gradient(#FFFFFF 0%, #FFFFFF 100%); 
	background-image: linear-gradient(#FFFFFF 0%, #FFFFFF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF',GradientType=0)
    
}

#edp .btn-primary {
    background-color: #aaa;
    background-image: -webkit-linear-gradient(#aaa 0%, #666 100%); 
	background-image: -moz-linear-gradient(#aaa 0%, #666 100%); 
	background-image: -o-linear-gradient(#aaa 0%, #666 100%); 
	background-image: linear-gradient(#aaa 0%, #666 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa',endColorstr='#666',GradientType=0)
}

#edp .footer-row {
    background: none repeat scroll 0 0 #0464b4;
    border-radius: 5px 5px 0 0;
}

#edp .footer-row>a {
    color: #FFFFFF;
    margin-left:10px;
    float:left
}


@media(min-width:844px) {
	#edp .footer-row .mitte {
        display: block;
        text-align: center;
        width: 78%
	}


    #edp .footer-row .rechts {
        display: block;
        text-align: right;
        width: 100%
    }

}


@media(max-width:843px) {
	#edp .footer-row .mitte {
        display: block;
        text-align: center;
        width: 100%
    }
    
        #edp .footer-row .rechts {
        display: block;
        text-align: right;
        width: 100%
    }
    
}


#edp .footer-row .mitte a {
    color: #FFFFFF; 
}

#edp .footer-row .rechts a {
    color: #FFFFFF;
}

#edp h1.red, #edp h2.red {
    border-bottom:2px solid #cc0033;
}

#edp h1.blue, #edp h2.blue {
    border-bottom:2px solid #0464b4;
}

#edp h1.green, #edp h2.green {
    border-bottom:2px solid #679966;
}

#edp h1.gray, #edp h2.gray {
    border-bottom: 1px solid #0464b4;
}

#edp .notes-yellow .note-block .note-header {
	color:#679966;
	font-weight:bold;
}

#edp .notes-yellow .note-block a {
	color:#679966;
}

.notes-yellow .note-answers {
	border-top: 1px solid #679966;
}

#edp .dropdown-menu {
    background-color: #FFFFFF;
}

body#edp img.iconset {
    opacity: 0.85;
    filter: alpha(opacity=85);
    
    -webkit-filter: saturate(7) hue-rotate(340deg) brightness(33%);
    filter: saturate(7) hue-rotate(340deg) brightness(33%);
    

}

#edp .navbar-inner #user-data {
    color: #666 !important;
}

#edp .scroll .buttons {
	display:none !important;
}


#edp #element-activity-stream .niveau1.asse-type-obj {
    border-top: 10px solid white;
}

#edp .activity-stream-element {
	border-top: 0px solid white;
}

body#edp > .container.activity-stream {
    border-right: 0px solid white;
    border-left: 0px solid white;
    border-top: 8px solid white;
    background: white;
}

body#edp.activity-stream-body {
	background: white;
}
