*:focus{ outline: none; }
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
form { margin: 0px; }
.sehrklein { font-size: 10px; }
.klein { font-size: 11px; }
.alignright { text-align: right; }
.alignleft, td.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.blocksatz { text-align: justify; }
.right { float: right; }
.left { float: left; }
.paddingtop { padding-top: 1em; }
.paddingright { padding-right: 1em; }
.paddingbottom { padding-bottom: 1em; }
.paddingleft { padding-left: 1em; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }

/* TEMPLATE */
h1, h2, h3, h4 { text-align: left; }
h1 { font: 25px Tahoma, serif; }
h2 {
	font: 18px Tahoma, serif;
	margin: 15px 0 5px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	margin-bottom: 0px;
	text-indent: 15px;
}
h4, .tabelle th {
	font-weight: bold;
	color: white;
}
div.suche {
	padding: 0;
	margin: 20px 0 0 5px;
}
.sucheinput {
	font-size: 11px;
	height: 19px;
	padding: 2px;
	width: 160px;
	margin-right: 3px;
	float: left;
}
.sucheinputaktiv {
	background-color: white;
	font-size: 13px;
	padding: 2px;
	width: 160px;
	margin-right: 3px;
	color: black;
	float: left;
	border: 0;
}
.suchebutton {
	margin-top: 2px;
	float: left;
	cursor: pointer;
}
/* FONT SIZES */
#content, #content table {
	font-size: 14px;
	line-height: 135%;
}
#submenu ul li.activ a, #showcase, #showcase table, h4 { font-size: 12px; } /* , .tabelle th, dl.template dd * */
/* LAYOUT */
#wrapper {
	width: 992px;
	background-color: white;
	height: 100%;
}
#showcase { width: 230px; }
#wrapper td { vertical-align: top; }
#topleft, #topright, #panorama, #nav { height: 144px; }
#topleft {
	width: 195px;
	overflow: hidden;
}
#topright { width: 230px; }
#topright div {
	margin: auto auto 5px 7px;
	display: block;
	width: 80px;
	height: 60px;
	text-indent: 100px;
	overflow: hidden;
	background: transparent url(/grafik/template/sprites_trans.png) no-repeat -220px top;
}
#topright div.default { background-position: -220px 0; }
#topright div.pilolycom { background-position: -220px -100px; }
#topright div.leistungen { background-position: -220px -200px; }
#topright div.projekte { background-position: -220px -300px; }
#topright div.kontakt { background-position: -220px -400px; }
#topright div.kundenbereich { background-position: -220px -500px; }

#footer td, #footer td a {
	font: normal 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height: 12px;
}
#footer td a { text-decoration: none; }
td#topright, #footer td { vertical-align: bottom; }
/* PANORAMA */
#panorama { width: 560px!important; }
#panorama .panorama { z-index: 0; }
#panorama .logo {
	position: absolute;
	z-index: 1;
}

/* NAV */
#nav { overflow: hidden; }
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li, #nav ul li a {
	width: 195px!important;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: 200px;
}
#nav ul li a { background: url(/grafik/template/sprites_trans.png) no-repeat 0 0; }
#nav ul li.pilolycom a { background-position: 0 0; }
#nav ul li.leistungen a { background-position: 0 -29px; }
#nav ul li.projekte a { background-position: 0 -58px; }
#nav ul li.kontakt a { background-position: 0 -87px; }
#nav ul li.kundenbereich a { background-position: 0 -116px; }

/* SUBMENU */
#submenu, #submenu ul li.activ a, #submenu ul li ul li.activ a  { color: #777; }
#submenu ul li a, #submenu ul ul li a, #submenu ul li.activ ul li a { color: #999; }
#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#submenu ul li.activ a { font-weight: bold; }
#submenu ul li { border-bottom: 1px solid #F0F0F0; }
#submenu ul li:last-child { border: none; }
#submenu ul ul { border-top: 1px solid #F0F0F0; }
#submenu ul li a {
	padding-left: 20px;
	text-decoration: none;
	font: bold 11px/23px Arial, Helvetica, sans-serif;
	display: block;
	background: white url(/grafik/template/sprites_trans.png) no-repeat 0 -150px;
	vertical-align: middle;
}
#submenu ul li a:hover { background-color: #F9F9F9; }
#submenu ul ul li a, #submenu ul li.activ ul li a {
	padding-left: 30px;
	font-size: 10px;
	line-height: 21px;
	background-color: white;
	background-position: 0 -190px;
}
#submenu ul li ul li.activ a {
	font-weight: bold;
	font-size: 11px;
}
#submenu ul ul ul li a {
	padding-left: 40px;
	background-position: 0 -230px;
}
/* SHOWCASES */
#showcase blockquote {
	margin: 0 0 5px 0;
	padding: 10px;
	background: transparent url(/grafik/template/showcase_bg_trans.png) no-repeat right bottom;
}
#showcase a { font-weight: bold; }
#showcase h2 {
	margin-top: 0;
	padding-top: 0;
	text-align: left;
}
/* CONTENT */
#content {
	margin: 0.5em 10px;
	text-align: justify;
	width: 540px;
}
#content a { font-weight: bold; }
#content a.prlink {
	cursor: text;
	font-weight: normal;
	text-decoration: none;
}
#content a.prlink:hover { text-decoration: none; }
#content h2 a { font-weight: normal; text-decoration: none; }
#content h4 {
	line-height: 24px;
	background-position: 0 center;
}
#content dl dt {
	text-align: left;
	padding: 2px 4px;
	font-weight: bold;
}
#content dl.template dt { color: white; }
#content dl dd {
	text-align: left;
	padding: 4px;
	margin: 0;
}
#content dl th, #content dl td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
#content dl th {
	text-align: right;
	padding-right: 4px;
}
#content pre {
	white-space: pre-wrap; /*CSS 3*/
	word-wrap: break-word; /*IE 5.5+*/
}

#sitemap {
	margin: 10px 10px 0 10px;
	padding-left: 12px;
	font-size: 11px;
	line-height: 11px;
	background: url(/grafik/template/sprites_trans.png) no-repeat -200px 0;
}
#sitemap.default { background-position: -200px 0; }
#sitemap.pilolycom { background-position: -200px -10px; }
#sitemap.leistungen { background-position: -200px -20px; }
#sitemap.projekte { background-position: -200px -30px; }
#sitemap.kontakt { background-position: -200px -40px; }
#sitemap.kundenbereich { background-position: -200px -50px; }

#sitemap a {
	font-weight: normal;
	text-decoration: none;
}
#sitemap a.sitemap { font-weight: bold; }

/* LAYOUT */
#submenu, #topright, #contentcontainer, #showcase { background: url(/grafik/template/corner_right_bottom_trans.png) no-repeat right bottom; }
#submenu, #showcase, #contentcontainer { padding-bottom: 10px; }
#suedtirollogo {
	position: absolute;
	left: 2px;
	margin-top: 30px;
}

/* KLASSEN */
.tabelle { width: 100%; }
.tabelle th {
	line-height: 25px;
	vertical-align: middle;
	padding: 0 4px;
}
.tabelle td { padding: 2px; }
.tabelle th, .pfeil {
	color: white;
	font-weight: bold;
}
.pfeil { background: url(/grafik/template/pfeil.gif) no-repeat 0 center; }
.pfeil, #content dl dt.pfeil { padding-left: 20px; }


div.button { text-align: right; }
div.button a, a.button {
	padding: 5px 10px;
	background-color: #<?=$cfg_color[3];?>;
	text-decoration: none;
	border: 1px solid #<?=$cfg_color[0];?>;
	color: #<?=$cfg_color[5];?>;
}
div.button a:hover, a.button:hover {
	color: white;
	background-color: #<?=$cfg_color[0];?>;
}