#leistungsbereiche ul li {float:left; width:30%}

/* DEFAULTS */
/* ===================================================*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: 'Lato', Century Gothic, Arial, sans-serif;	
	
	
	height: 100%;
	background-color: #dcae3f;
	/*background: url(../images/bg.jpg) no-repeat center center fixed;*/
	background-position: 50% 0%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

header, main, nav, footer
{
	display: block;
}

h1,h2,h3
{
	margin: 0px;
	padding: 0px;
}

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

img
{
	border: none;
}

p
{
	margin: 0px;
	padding: 0px;
}

.clear
{
	clear: both;	
}

/* LAYOUT */
/* ===================================================*/

#body_outer
{
	background: url(../images/banner_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 27px;
	min-width: 1200px;
}

#body_inner
{
	width: 1200px;
	margin: 0 auto;
	
}

#header
{
	height: 150px;
}

#navigation
{
	width: 195px;
	float: right;
	margin-top: 60px;
	min-height: 400px;
	background-image: url(../images/navi_bg.png);
	background-repeat: repeat;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

#content
{
	width: 1000px;
	float: right;
	margin-top: 25px;
	min-height: 520px;
	background-image: url(../images/content_bg.png);
	background-repeat: repeat;
	
	border: 1px solid #fafc59;
	border-radius: 25px;
	box-shadow: 0px 5px 18px #666;
}

#footer
{
	padding-left: 195px;
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #eee;
	margin-bottom: 50px;
}


/* LAYOUT SUPPORTING STYLES*/
/* ===================================================*/

#header img
{
	padding-top: 10px;
}

#header h1
{
	float: right;
	margin: 43px 0px 0px 0px;
	padding: 0px;
	font-size: 34px;
	color: #434344;
    text-shadow:  1px  1px 1px #fff,
                  1px -1px 1px #fff,
                 -1px  1px 1px #fff,
                 -1px -1px 1px #fff;
}


/* 1st level */
#navigation ul
{
	list-style-type: none;
	margin: 40px 0px 40px 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
}

#navigation ul li
{
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#navigation ul a, #navigation ul a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	display: block;
	padding: 0px 25px 0px 0px;
	text-align: right;
	margin-bottom: 9px;
}

/* 2nd level */
#navigation ul li ul
{
	list-style-type: none;
	margin: 13px 0px 13px 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
}

#navigation ul li ul li
{
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#navigation ul li ul a, #navigation ul li ul a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 0px 25px 0px 0px;
	text-align: right;
}


/* highlight current */
#navigation ul li.current > a
{
	font-weight: bold;
	background-image: url(../images/navi_highlight.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;

}



/* CONTENT STYLES */
/* ===================================================*/

#content h2
{
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 40px;
	font-weight:bold;	
	text-shadow:  1px  1px 1px #eee,
				  1px -1px 1px #eee,
				 -1px  1px 1px #eee,
				 -1px -1px 1px #eee;
}

#content .item-page
{
	padding: 50px 60px 50px 60px;
	font-size: 15px;
	text-align: justify;
	line-height: 25px;
	color: #333;
}

#content ul
{
	margin: 7px 0px 7px 0px;
	padding: 0px 0px 0px 20px;
}

#content a:hover
{
	color: #b39916;
}

.extrabold
{
	font-weight: 900;
}

.icon_right
{
	float: right;
	margin-top: -103px;
}

.image_left
{
	float: left;
	width: 400px;
	margin: 5px 80px 20px 0px;
	border-width: 4px 4px 4px 4px;
	border-style: solid;
    border-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 3px 8px #777;
}

.image_right
{
	float: right;
	width: 400px;
	margin: 5px 0px 20px 80px;
	border-width: 4px 4px 4px 4px;
	border-style: solid;
    border-color: #fff;
	border-radius: 15px;
	box-shadow: 0px 3px 8px #777;
}



/* MISC */
/* ===================================================*/

#system-message-container
{
	margin: 0px !important;
	padding: 0px !important;
}

.background_taxi_color
{
	background-color: #fce879 !important;
}

.background_kurier_color
{
	background-color: #dad8d8 !important;
}
