/* CSS Document */
body {
	background: #FFE49A url(/grafik/homepage/body_bg.gif) repeat-y center top;
	text-align: center;
	margin: 0 auto!important; /* x firefox */
	padding: 0; /* x opera */
	color: #B75E00;
}

h1 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #C30;
	font-weight: lighter;
	font-size: 180%;
	z-index: 100;
}
h2 {
	font-size: 100%;
	font-weight: bold;
}

/* LAYOUT */
#header, #container, #subcontainer, #images {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER */
#header { height: 74px; }

/* CONTAINER */
#container {
	height: 400px;
	border-bottom: 1px solid #FFF;
}

/* INTRO / SWF */
#intro { position: absolute; }

/* IMAGES */
.images {
	height: 400px!important; /* x IE */
	visibility: hidden;
	overflow: hidden;
}
.images table td { 
	width: 235px;
	height: 200px;
}

/* LANGUAGESELECT */
#languageselect { text-align: center; }
#languageselect a { 
	text-decoration: none;
	font-weight: bold;
	color: #A64F14;
}
#languageselect a:hover { text-decoration: underline; }

#languageselect h1 {
	color: #A64F14;
	font-size: 16px;
	font-weight: bold;
	margin: 1em auto;
}
#languageselect a.de,
#languageselect a.it,
#languageselect a.en {
	padding-left: 25px;
	margin-right: 15px;
}
#languageselect a.de { background: url(/grafik/homepage/flagge_de.gif) no-repeat left 50%; }
#languageselect a.it { background: url(/grafik/homepage/flagge_it.gif) no-repeat left 50%; }
#languageselect a.en { background: url(/grafik/homepage/flagge_en.gif) no-repeat left 50%; }

/* SUBCONTAINER */
#subcontainer { margin: 2em auto; }
#subcontainer td { 
	vertical-align: middle;
	color: #A64F14;
}

/* QUICKLINKS */
#quicklinks ul {
	margin: 0 0 0 15px;
	padding: 0;
	font: bold 11px/21px Verdana, Arial, Helvetica, sans-serif;
	color: #A64F14;
	list-style: none;
}
#quicklinks ul li a {
	color: #A64F14;
	text-decoration: none;
	background: url(/grafik/homepage/quicklinks_ul.gif) no-repeat left center;
	padding-left: 15px;
}
#quicklinks ul li a:hover { color: #C30; }

#quicklinks ul li.lastminute a {
	color: #C30;
	background: url(/grafik/homepage/quicklinks_ul_red.gif) no-repeat left center;
}

/* ADRESSE */
#adresse { font-size: 11px; }
#adresse a { color: #A64F14; }

/* COPYRIGHT */
#copyright {
/*	width: 930px;
	margin: 20px auto 4px auto;
	clear: both;
	text-align: left;
*/
	font: 10px Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	padding-bottom: 4px;
}
#copyright, #copyright a { color: #A64F14; }
#copyright a { text-decoration: none; }
#copyright a:hover { text-decoration: underline; }
