/*********************************************************************************/
/*** Navigation CSS for Bestos IT Website ****************************************/
/*** Web:       http://www.bestos-it.de   ****************************************/
/*** Author:    Maxim Zdarsky             ****************************************/
/*** Copyright: 2010 by Bestos IT         ****************************************/
/*** License:   GNU GPL v.3               ****************************************/
/*********************************************************************************/

/*** Navi Top ********************************************************************/
/* --- CONTAINER --- */
.container_navi_top {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* --- GRID --- */
.c0, .c1, .c2, .c3 {
	display: inline;
	float: left;
	margin: 0 5px;
}

.c0 img, .c1 img, .c2 img, .c3 img {
	vertical-align: top;
}

/* --- GRID 3 Columns --- */
.container_navi_top .c0 {
	width: 453px;
	margin-left: 0px;
}

.container_navi_top .c1 {
	width: 171px;
}

.container_navi_top .c2 {
	width: 145px;
}

.container_navi_top .c3 {
	width: 139px;
	margin-right: 0px;
}

#topLevel {
	margin: 30px 10px 0;
}

#logoAndMenu {
	margin: 0 10px;
	background-color: #441d8c;
}

/* --- Main Menu --- */
.menuP ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	color: white;
	
}
.menuP li {
	padding: 0;
	margin: 0;
}
.menuP li a {
	color: white;
	text-decoration: none;
	margin-left: 17px;
	padding-right: 3px;
	display: block;
}

.menuP li .act a {
	background: #441d8c url(../img/bullet.jpg) no-repeat;
	margin-left: 0;
	padding-left: 17px;
	color: white;
}

.menuP li a:hover {
	background: white url(../img/bullet.jpg) no-repeat;
	margin-left: 0;
	padding-left: 17px;
	color: #441d8c;
}