/* 1.0 | hannes | 2005-03-14 | sonne.it */

/* STANDARD HTML TAGS */
body {
	margin: 0;
	padding: 0;
	background: #F7D76E url(/grafik/body_bg.gif) repeat-y center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333; /*7F8758*/
	text-align: center;
	width: 100%;
	text-align: center;
}

/* HEADER */
#header,
#maincontainer {
	width: 858px;
	margin: 0 auto;
	padding: 0;
}
#header {
	height: 184px;
	text-align: center;
}
#langselect {
	width: 420px;
	text-align: right;
	position: absolute;
	left: 50%;
	padding: 4px;
}
#langselect img { margin-left: 1em; }
/* TEMPLATE */
#maincontainer { text-align: left; }
#content {
	font-size: 100%;
	line-height: 140%;
	padding: 0 15px 15px 15px;
}
#content h1 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #870028;
	font-size: 160%;
	font-weight: 500;
}
#content h2 { font-size: 120%; }
#content h3 { font-size: 110%; }
#bild {
	float: right;
	padding: 0 0 20px 20px;
	width: 190px;
	text-align: right;
}
#bild img { margin: 0 0 1px 0; }
#sitemap, #sitemap a {
	color: #333;
	font-size: 10px;
}
#sitemap a { text-decoration: none; }
#sitemap a:hover { text-decoration: underline; }
#left {
	float: left;
	padding: 20px 0 20px 20px;
	color: #333;
}
#left td { /* für IE 5 */
	font-size: 12px;
	color: #333;
}
#left td a { text-decoration: underline; color: #333; }
#left a { text-decoration: none; }

#contentcontainer {
	float: right;
	width: 612px;
	text-align: left;
}
#suedtirollogo {
	text-align: center;
	padding: 1em 0;
}
/* MENU */
div#menu a {
	width: 100px;
	height: 104px;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #FFF;
	font-size: 9px;
	cursor: hand;
	text-decoration: none;
	overflow: hidden; /* absicherung für IE 5 */
}
div#menu a:hover { color: #FFFFCC; }
div#menu a strong {
	padding: 6px 0;
	width: 100%;
	display: block;
	text-indent: 3px;
	background: url(/grafik/menu/menu_a_span_bg.gif) repeat-x;
	border-bottom: 1px solid #FFF;
}
div#menu a:hover strong {
	background: url(/grafik/menu/menu_ahover_span_bg.gif) repeat-x;
}
div#menu a:hover img,
.menuaktiv {
	color: #FFFFCC;
	filter: Alpha(Opacity=65);
}
/* SUBMENU */
#submenu {
	width: 200px;
	padding-top: 25px;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#submenu ul li a {
	width: inherit;
	display: block;
	padding: 6px 0;
	border-bottom: 1px dashed #EFF2CE;
	font-weight: bold;
}
#submenu ul ul li a {
	display: block;
	font-weight: normal;
	text-indent: 20px;
}
/* FUSSZEILE */
#fusszeile {
	width: 840px;
	margin: 0 auto;
	padding: 0.5em 0;
	clear: both;
	font: 10px Arial, Helvetica, sans-serif;
}
#adresse {
	width: 500px;
	text-align: left;
	margin-left: 1em;
	float: left;
}
#impressum { float: left; }
#copyright {
	float: right;
	text-align: right;
	color: #870028;
}
#fusszeile a { text-decoration: none; }

/* TABELLE */
.tabelle th, .tabelle td { padding: 2px 4px; }
.tabelle th { background-color: #FDF1C2; font-weight: normal; }
.tabelle td { background-color: #FDF5CF; }
