/**
 * Name: booNavigation.css
 * Date:Sun 16 Feb 2014
 * Author: Noemi Losada Estrella <info@noemilosada.com>
 * Creative Commons License <http://creativecommons.org/licenses/by-sa/3.0/>
 */

/** General
================================================== */
* {
	margin: 0;
	padding: 0;
}

#rahmen {
	border-left: 1px solid #B9B9B9;
}

#suche {
	float: right;
	margin-right:5px;
}

#suche form .suchwort {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	width: 173px;
	border-style: none;
	padding: 3px;
}

/*body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
    color: #333;
}*/

.wrapper {
    margin: 50px auto;
    width: 1000px;
}

ul li {
    list-style-type: none;
	white-space: nowrap;
}

a {
    color: #333;
    text-decoration: none;
}

/** Navigation theme
================================================== */
.booNavigation {
    position: relative;
}

.booNavigation li.navItem {
	font-family: 'Roboto', Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
    color: #ffffff;
    padding: 7px 20px;
    float: left;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.booNavigation li.navItem:hover {
	background-color: #192139;
	/*background-color: #4d5a81;*/
	border-color: #000;
	font-size: 16px;    /*cursor: pointer;*/
}

/*.booNavigation li.navItem a:hover {
    color: #2e3d69;
}*/

.booNavigation li.navItem > a {
    color: #ffffff;
}

.booNavigation li.navItem .navContent {
	/*background-color: #2e3d69;*/
	background-color: #192139;
	left: 0;
	position: absolute;
	top: 32px;
	width: 100%;
	z-index: 999;
	border-top: 1px solid #FEFEFE;
}

.booNavigation .navContent > li {
    color: #fff;
    float: left;
    padding: 10px;
    width: 25%;
}

.booNavigation .navContent ul li a {
	color: #fff;
	display: block;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	cursor: pointer;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: normal;
    color: #ffffff;
}

.booNavigation .navContent ul li a:hover {
    background-color: #4d5a81;
    /*padding-left: 15px;*/
}

.menue_header {
	/*background-color: #555;*/
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
	font-style: italic;
	}

/** Navigation examples
================================================== */
.nav-example {
    clear: left;
}
