/*
#
## START main navigation in head
#
*/

#navigation {
    width: 860px;
	padding: 0 40px;
}

#navigation ul {
    margin: 0;
	border: 0;
	padding: 1px 0 3px 0;
	background: url(../img/samedaylogistics.de__background_navigation.jpg) repeat-x;
}

#navigation ul li {
	padding: 0 1em;
 	list-style-type: none;
	border-right: 1px dotted #335f9c;
	display: inline;
	color: #335f9c;
	font-size: 80%;
}

#navigation ul li a {
	color: #335f9c;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation ul li #active a {
	font-weight: 600;
}
/*
#
## END main navigation in head
#
*/

/*
#
## START containers in right column
#
*/

.contextcontainer {
	width: 185px;
	margin: 0 0 20px 0;
	padding: 8px 8px 8px 13px;
	border-left: 1px dotted #b8b8b8;
    background-color: #eaeaea;
}

.contextcontainer h2 {
    margin: 0 0 0.2em 0;

    color: #0a3a74;

	font-weight: 600;
	font-size: 110%;

	text-transform: uppercase;
}

.contextcontainer h3 {
    margin: 0 0 1em 0;
	
    color: #b8ae72;

	font-weight: 600;
	font-size: 95%;

	text-transform: uppercase; 
	letter-spacing: 0;
}

.contextcontainer p {
    font-size: 80%;
	line-height: 1.4em;
}

.contextcontainer a {
	color: #000000;
	text-decoration: none;
}

/*
#
## END containers in right column
#
*/


