/***************************************************
* CSS MPI-T3PROJECTS
* Open Source Web Design by tri-star web design (http://www.tristarwebdesign.co.uk/)
* adapted by Gina Steiner (steiner@akea.de),
* Last Modified: 05.03.2007
****************************************************/
.navcontainer {
	width: 200px;
}
 
.navcontainer {
	margin-left: 0;
	margin-top: 0;
	
}
.level1 {
        margin-left: 5px;
	margin-top: 0;
	padding-left: 0;
	list-style-type: none
	

}
.level1 li {
border-bottom: 1px dashed #999;		
}
.level2   {
        margin-left: 0px;
	margin-top: 0px;
	padding-left: 20px;
	list-style-type: none;
	border:#f00 0px solid;
	
}
level2 li {
  border-bottom:0;
}

.navcontainer a {
	width:100%;
	background-color: 555;			     		/*ANPASSEN*/
	padding: 3px 15px 3px 15px;		    		                        /*ANPASSEN*/
	color: #fff !important;			    		/*ANPASSEN*/
	text-decoration: none !important;
}

.navcontainer a:link, .navlist a:visited {
	color: #EEE;				    		/*ANPASSEN*/
	text-decoration: none;
}

.navcontainer a:hover {
	background-color: #444;			   		/*ANPASSEN*/
	color: #fff;				   		/*ANPASSEN*/
}

.navcontainer a.act {
	background-color: #444;			   		/*ANPASSEN*/
	color: #fff;				   		/*ANPASSEN*/
}

#topmenu {
	border-top: 1px dashed #999;
}

#breadcrumb a {
       color: #999;
       font-size: 75%;
       text-decoration: none;
}

#print a {
       text-decoration: none;
}

#print {
       width: 540px;
       text-align: right;
       margin-top: -25px;
}

#logout_typo3 {

	padding:10px;
	background-color:#f00;
	color:#fff;
}


.editpanel_logout {

        margin-top:80px;
	padding:0px;
	
	color:#fff;
        width:181px;
        text-align:center;
        font-weight:bold;
        font-size:16px;
}


.logout_typo3 {

        margin-top:80px;
	padding:10px 30px 10px 30px;
	background-color:#f00;
	color:#fff;
        text-align:center;
        font-weight:bold;
        font-size:16px;
}
.editpanel_logout a {color:#fff;}