@CHARSET "utf-8";

@font-face {
	font-family: "avantgarde";
	src: url("../fonts/avgardn.ttf") format("truetype");
	/*font-style: all;
	font-weight: normal;*/
}

html, body {
	background: #E0CFA1 url(../images/bg_body.jpg) no-repeat center top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Arial",Verdana,sans-serif ! important;
	font-size: 12px ! important;
	line-height: 14px;
	color: #2A272A;
	height: 100%;
}

.layout {
	width: 860px;
}


.layout_inhalte {
	background: transparent url(../images/bg_inhalte.png) no-repeat;
	width: 860px;
	height: 600px;
	margin: 130px 0px 0px 0px;
}
.layout_inhalt {
	padding: 50px 0px 0px 60px;
}
.layout_inhalt_startseite {
	padding: 10px 0px 0px 60px;
}

.layout_navigation {
	padding: 87px 0px 0px 0px;
}
.layout_navigation_inhalt {
	width: 800px;
	height: 20px;
	padding: 0px 0px 0px 65px;
}


/* NAVIGATION */
.navi_items {
	
}

.navi_item_wichtig, .navi_item_wichtig a {
	width: 180px;
	height: 20px;
	font: normal 18pt/18pt "avantgarde",Arial, Helvetica, sans-serif;
	text-shadow: #000000 2px 2px 2px;
}

.navi_item, .navi_item a {
	height: 20px;
	font: bold 14pt/14pt "avantgarde",Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #57301D;
	display: block;
}


.layout_slideshow {
	padding: 23px 0px 0px 10px;
}
.slideshow_div {
	width: 800px;
	height: 180px;
}
.slideshow_pic {
	width: 800px;
	height: 180px;
	position: absolute;
	z-index:1;
}

.hinweis {
	background: transparent url(../images/bg_hinweis.png) no-repeat right;
	width: 800px;
	height: 180px;
	display: block;
	position: absolute;
	z-index:2;
	margin: 0px 0px 0px 25px;
}

/* LINKS */
a {
	color: #2A272A;
	text-decoration: underline;
}

/* UNIVERSAL */
a:focus { 
	outline: 0; 
	border: none;
	border-style: none;
}

img, div { behavior: url(http://www.ilmercato-italiano.de/a_layout/css/iepngfix.htc); }

img {
	border: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
.margin_auto {
	margin: 0 auto;
}
.block {
	display: block;
}
.display_none {
	display: none;
}
.display_inline {
	display: inline;
}
.pointer {
	cursor: pointer;
}
.help {
	cursor: help;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.breite_60 {
	width: 60px;
}
.breite_70 {
	width: 70px;
}
.breite_80 {
	width: 80px;
}
.breite_95 {
	width: 95px;
}
.breite_135 {
	width: 135px;
}
.breite_155 {
	width: 155px;
}
.breite_175 {
	width: 175px;
}
.breite_205 {
	width: 205px;
}


/* CMS ! */
.contentheading, .componentheading, .heading_fett {
	/*font: normal 16pt/16pt "avantgarde",Arial, Helvetica, sans-serif; */
	height: 35px;
	font: normal 30pt/30pt "avantgarde",Arial, Helvetica, sans-serif;
	/*text-shadow: #000000 2px 2px 2px;*/
	color: #363134;
}
.contentpaneopen {
	width: 750px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}
.content_image {
	float: left;
	padding: 0px 10px 0px 0px; 
}
.content_image_border {
	padding: 2px;
	border: 1px solid #212121;
}
.contentpaneopen img.mit_rahmen {
	padding: 2px;
	border: 1px solid #93725C;
}
