@charset "utf-8";
/*
// +----------------------------------------------------------------------+
// | Project:  DO-International                                           |
// | URL:      http://www.do-international.de                             |
// | File:     css/navigation.css                                         |
// +----------------------------------------------------------------------+
// | Navigation-Style-Sheet der Site                                      |
// +----------------------------------------------------------------------+
// | Copyright (c) Alfred Schmidt                                         |
// | Authors:  Alfred Schmidt http://www.schmidtalfred.de                 |
// | Date:     21.07.2009                                                 |
// +----------------------------------------------------------------------+
*/
 * {
	margin: 0;
	padding: 0;
}

/* - - - - navi Links beginnt hier - - - */

#m_left ul {
	list-style-type: none;
	width: 150px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#m_left li {
	width: 10em;
}
#m_left li a {
	width: 160px;
	_width: 132px;/*wichtig fuer explorer*/
	display: block;
	background-color: #DDE2EA;
	color:#557799;
	text-decoration:none;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: -2px;
	text-indent: 5px;
	height: 20px;
	font-size: 90%;
	font-weight: normal;
	border: 1px dotted #FFFFFF;
}
#m_left li a:hover{
	background-color:  #FFFFFF;
	color: #333333;
}
#m_left li ul {
	position: absolute;
	width: 200px;
	left: -999em;/*so aus dem browserfenster*/
	float: left;
}
#m_left li ul a {
	width:250px;
}
#m_left li:hover ul, li.sfhover ul {
	left: auto;
	margin-left: 160px;
	_margin-left: 103px;/*wichtig fuer explorer*/
	margin-top: -24px;
	width: 250px;
	
}
#m_left li:hover ul li:first-child {
	margin-top: -2px;
}
#m_left ul li {
	vertical-align: bottom;  /*Bugfix für IE6-Listenelement-Lücke */
}
#m_left li a.sonne {
	background-color: #0079B8;
	width: 135px;
	_width: 132px;/*wichtig fuer explorer*/
	display: block;
	color:#ffffff;
	border: 1px #FFFFFF solid;
	text-decoration:none;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: -2px;
	text-indent: 1px;
	height: 30px;
	background-image: url(../_img/logo.png);
	background-repeat: no-repeat;
}
#m_left li a.sonne:hover {
	background-color: #0079B8;
	width: 132px;
	_width: 132px;/*wichtig fuer explorer*/
	display: block;
	color:#ffffff;
	border: 1px #FFFFFF solid;
	text-decoration:none;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: -2px;
	text-indent: 1px;
	height: 30px;
	background-image: url(../_img/logo_hover.png);
	background-repeat: no-repeat;
}
.naviTitel{
	width: 132px;
	_width: 132px;/*wichtig fuer explorer*/
	display: block;
	background-color: #164472;
	color:#FFFFFF;
	border: 1px #FFFFFF solid;
	text-decoration:none;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: -2px;
	text-indent: 5px;
	height: 20px;
	font-size: 95%;
	font-weight: bold;
	letter-spacing: 3pt;
}
/*  - - - - navi links endet hier - - - - */
/* welche seite aktiv*/
#downloads .a4, #start .a5, #mission .a1, #projects .a2, #links .a3 , #partners .a21 {
	color: #FFFFFF;
	background-color: #11406F;
}
/*ende*/

