/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 0;
	background: #2A2A2A url(/grafik/body_bg.gif);
}
h1 { 
	font-size: 21px;
	font-weight: normal;
	color: #CE0102;
	margin-top: 3px;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 12px;
	margin: 0.75em 0;
}
h3 { font-size: 11px; }

#maincontainer {
	width: 804px;
	min-height: 400px;
	background: url(/grafik/maincontainer_bg.gif) repeat-y center top;
	margin: 0 auto;
}
#languageselect {
	width: 100%;
	height: 49px;
	background: url(/grafik/languageselect_bg.gif) no-repeat center top;
	text-align: right;
	vertical-align: bottom;
	overflow: hidden;
}
#languageselect a {
	color: #CFCFCF;
	vertical-align: baseline;
	text-decoration: none;
	float: right;
	margin-top: 32px;
	margin-right: 15px;
	font: 11px Arial, Helvetica, sans-serif;
}
#languageselect a:hover, #copyright a:hover {
	color: #CFCFCF;
	text-decoration: underline;
}
#header {
	width: 774px;
	height: 221px;
	margin: 0 15px;
	background: url(/grafik/header.jpg) no-repeat left top;
}
/* CONTENT */
#contentcontainer {
	width: 690px;
	margin-left: 33px;
}
#contentcontainer th#submenu {
	background-color: #EFEFEF;
	width: 200px;
	padding-bottom: 20px;
}
#contentcontainer th#submenu ul { border-top: 1px solid white; }
#contentcontainer th#submenu ul, #contentcontainer th#submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contentcontainer th#submenu li a {
	display: block;
	border-bottom: 1px solid white;
	padding: 5px 5px 5px 38px;
	background: url(/grafik/submenu_ul.gif) no-repeat left center;
	text-decoration: none;
}
#contentcontainer th#submenu li a:hover {
	color: #444;
	background-color: #EBEBEB;
}
#contentcontainer th#submenu li a.activ { color: #666; }
#content {
	padding: 0 0 15px 40px;
	line-height: 140%;
	font-size: 11px;
}
/* FOOTER */
#footer {
	width: 100%;
	height: 182px;
	background: url(/grafik/footer_bg.gif) no-repeat left top;
}
#footer table { height: 167px; }
#footer blockquote {
	margin: 66px 0 0 0;
	font-size: 11px;
	padding: 0 0 0 15px;
	color: white;
}
#footer a { color: white; }

.vwbus { width: 300px; }
.suedtirol { width: 180px; }
	
/* COPYRIGHT */
#copyright {
	margin: 2px 0 0 15px;
	padding-bottom: 5px;
	color: #585858;
	font: 10px Arial, Helvetica, sans-serif;
	color: #CFCFCF;
}
#copyright a {
	color: #CFCFCF;
	text-decoration: none;
}