html {
	height: 100%;	
}
body {
	font: normal 11px Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	background-color: #ecb152;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
table {
	color:#666;
	font-size: 11px;	
}


#container {   /*  Hauptcontainer für die Site - BREITE und POSITION */
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
}


#kopf {   /*  Header mit Logo - BILDER überblenden */
	position: relative;
	height: 325px;
	width: 760px;
	background-image: url(../images/kopf1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 0px;
	margin-top: 25px;
	z-index: 10;
	background-color: #fffcef;
}


#container_sprache {   /*  SPRACHENMENÜ */
	position: absolute;
	right: 15px;
	top: 15px;
	background-color: #fffacd;
	color: #666;
	padding: 5px;
	text-align: right;
	z-index: 20;
}
a.sprache:link, a.sprache:visited, a.sprache:active {   /*  LINKS FÜRS SPRACHMENÜ */
	text-decoration: none;
	color: #666;
}
a.sprache:hover {   /*  LINKS FÜRS SPRACHMENÜ */
	text-decoration: overline;
	color: #004660;
}


#container_logo {   /*  LOGO */
	position: absolute;
	width: 453px;
	height: 103px;
	background-image:url(../../de/images/logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	bottom: 5px;
	left: 155px;
	z-index:30;
}
#container_logo_it {   /*  LOGO */
	position: absolute;
	width: 453px;
	height: 103px;
	background-image:url(../../it/images/logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	bottom: 5px;
	left: 155px;
	z-index:30;
}


/*  Nur für den Explorer Version 6, der die PNGs nicht transparent anzeigt  */

* html #container_logo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../de/images/logo.png', sizingMethod='scale');
background:none;
}
* html #container_logo_it {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../it/images/logo.png', sizingMethod='scale');
background:none;
}







#container_menu {   /*  Container für das MENÜ unter & über dem Bild */
	position: relative;
	width: 760px;
	height: 36px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;	
	background-color: #004660;
}
#menu {
	margin-left: 15px;
}
#menu ul {
   list-style-type: none;
   margin:0;
   padding: 0;
   }
#menu li {
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
   }
#menu li.bg_linie_menu {
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:36px;
}
#menu a {            /*  LINKS FÜRS MENÜ */
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	display:block; /* important for IE */
}
#menu a:hover {            /*  LINKS FÜRS MENÜ */
	color: #ccc4c5;
}
.menu_aktiv {   /*  FARBE FÜRS MENÜ WENN AKTIV */
	color: #e9b14c;
	font-size: 12px;
}
.titel{
	color: #e6a140;
	font-size: 16px;
	font-weight: bold;
}
.textbold {
	font-weight:bold;
}
#container_content {   /*  Container für das weisse CONTENTFELD über dem Bild */
	position: relative;
	min-height:300px;
	height:auto !important;
    height:300px;
	width: 760px;
	background-color: #ffffff;

}

#content_links {
	position: relative;
	width: 600px !important;
	width: 640px;
	color: #666;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content_rechts {
	position: absolute;
	width: 100px !important;
	width: 120px;
	color: #666;
	right: 0px;
	top: 30px;
	text-align:center;
	background-image: url(../images/bg_content_rechts.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	height: 90%;
}

.bild {
	float:left;
	position:relative;
	width: 250px;
}


#container_content_ende {   /*  Container für das weisse CONTENTFELD über dem Bild */
	width: 760px;
	height: 25px;
	left: 0px;
	background-image: url(../images/bg_content_unten.gif);
	background-repeat: no-repeat;
	background-position: top;
		clear:both;

}

#adresse {
	position: relative;
	width: 760px;
	bottom: 0px;
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
}
a.impressum:link, a.impressum:visited {   /*  LINKS FÜRS IMPRESSUM */
	text-decoration: none;
	color: #FFFFFF;
}
a.impressum:hover {   /*  LINKS FÜRS IMPRESSUM */
	text-decoration: underline;
	color: #FFFFFF;
}
.impressum_activ {   /*  LINKS FÜRS IMPRESSUM */
	color: #FFFFFF;
	font-weight: bold;
}

a.hidden_link:link, a.hidden_link:visited, a.hidden_link:active {   /*  LINKS FÜRS IMPRESSUM */
	text-decoration: none;
	color: #666;
}
a.hidden_link:hover {   /*  LINKS FÜRS IMPRESSUM */
	text-decoration: underline;
	color: #666;
}
	
	/*  -------------------------------------------------------------- FORMULAR  */

.feld1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #524139;
	height: 18px;
	width: 220px;
	background-color: #FFFFFF;
	border: 1px solid #ecb152;
	text-indent: 2px;
}
.feld2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #524139;
	height: 100px;
	width: 350px;
	background-color: #FFFFFF;
	border: 1px solid #ecb152;
	text-indent: 2px;
}
.senden {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #ecb152;
	width: 80px;
}