* {
	margin: 0;
	padding: 0;
	font: 12px Arial, Verdana, sans-serif;
}

body {
	background-color: #c8c8c8;
}

i {
	font-style: italic;
}

/*
structure
*/
#navigation {
	background-color: #f49f01;
	height: 100px;
	margin-top: 70px;
	width: 100%;
}

#content {
	background-color: #fff;
	height: 425px;
	width: 100%;
}

#sub_content {
	background-color: #c8c8c8;
	margin: 20px auto 0 auto;
	width: 720px;
}

.start { text-align:center;}
.start a { font-size:12px; font-weight:bold;}

.box {
	margin: 0 auto;
	width: 780px;
}

#navigation img {
	border: 0;
	float: left;
	margin-top: 12px;
}

#navigation li {
	float: left;
	list-style-type: none;
	margin: 45px 0 0 22px;
}

#navigation li a {
	color: #ad001c;
	font: bold 14px Arial, sans-serif;
	letter-spacing: -0.1px;
	text-decoration: none;
}

#navigation li a.current {
	color: #fff;
}



#content .box img {
	float: left;
}

#content .box ul {
	float: left;
	left: 40px;
	list-style-type: none;
	position: relative;
	top: 34px;
}

#content .box ul li a {
	background: url('/wp-content/themes/einkaufen-bezau/images/bgList.png') no-repeat 0px 5px;
	color: #151417;
	text-decoration: none;
	padding: 0 5px 0 20px;
}

#content .box ul li.active a {
	background: url('/wp-content/themes/einkaufen-bezau/images/bgListActive.png') no-repeat 0px 5px;
}

#content .box ul li a .descr {
	color: #f59712;
	padding-left: 20px;
}

#content .box ul li.active a .descr {
	color: #ad001c;
}


#content .box #text {
	float: left;
	margin: 30px 20px 10px 5px;
}

#content .page {
	left: 40px;
	position: relative;
	top: 40px;
}

#text p {
	padding-bottom: 4px;
}

#content .start {
	color: #ad001c;
	left: 0;
	position: relative;
	top: 0;
}

#content .start h2 {
	font-size: 16px;
	padding: 40px 0 8px 0;
}

#content .start div {
	letter-spacing: 1px;
	line-height: 17px;
}


a {
	color: #000;
}

strong, b {
	font-weight: bold;
}

.clear {
	clear: both;
}