/* ######################## */
/* ##### CSS Document ##### */
/* ##### style orange ##### */
/* ######################## */

div.navigation_top {
	margin-top:10px;
	padding: 0;
	height: 21px;
	background-color: #de5f32;
	border-bottom: 1px solid #ffffff; 
}

.topnav_item {
	padding: 4px 7px 4px 7px;
	float: right;
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
	font-size: 11px;
	background-color: #de5f32;
	border-left: 1px solid #ffffff;
}

.topnav_item:hover {
	color: #f7aa28;
}

a.topnav_item_aktiv {
	padding: 4px 12px 4px 12px;
	float: right;
	color: #ffffff;
	font-weight: bolder;
	text-decoration: none;
	font-size: 11px;
	background-color: #f7aa28;
	border-left: 1px solid #ffffff;
}

div.bgimage {
	width: 980px;
	height: 410px;
	padding: 20px 20px 0 0;
	margin: 0;
	float: left;
	background-color: #de5f32;
	background-image:  url(../img/bg_factoryoutlet2011.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.content {
	margin: 0;
	padding: 0;
	position: relative;
	left: 330px; top: 0px; width: 650px; height: 390px;
	background-image:  url(../img/bg_factoryoutlet2011_content.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.content_left {
	width: 405px;
	height: 360px;
	padding: 15px;
	float: left;
}

div.content_pict {
	width: 200px;
	height: 390px;
	float: right;
	background-color: #f7aa28;
}

.pict_item {
	margin-bottom: 1px; 
	background-color: #000000;
	text-align: center;
}

.pict_text {
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	padding: 6px 10px 6px 10px;
}

div.content_link {
	position: absolute;
	left: 358px; top: 568px; width: 400px;/* height: 390px;*/
}

div.link_item {
	padding: 1px 5px 1px 5px;
	margin-left: 5px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #de5f32;
	float: right;
}

a.link_item {
	padding: 1px 5px 1px 5px;
	margin-left: 4px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #f7aa28;
	float: right;
}

div.content_kontakt {
	width: 200px;
	height: 390px;
	float: right;
	background-color: #f7aa28;
}

.item_kontakt {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 35px;	 
	color: #FFFFFF;
}

.item_kontakt h1 {
  font-size:11px;
	color: #FFFFFF;
}

.item_kontakt a {
	color: #FFFFFF;
  font-weight: bold;
}

div.arrow_left {
	width: 9px;
	height: 18px;
	margin-right: 5px;
	float: right;
}

div.arrow_right {
	width: 9px;
	height: 18px;
	margin-left: 10px;
	float: right;
}

div.footer_left {
	width: 780px;
	height: 160px;
	border-top: 1px solid #ffffff;
	float: left;
	background-color: #de5f32;
}

div.footer_center {
	width: 48px;
	height: 160px;
	border: 1px solid #ffffff;
	float: left;
	background-color: #de5f32;
}

div.footer_right {
	width: 170px;
	height: 100px;
	padding-top: 60px;
	margin: 0;
	text-align: center;
	border-top: 1px solid #ffffff;
	float: right;
	background-color: #de5f32;
}

