html, body, div, dl, dt, dd, pre, form, fieldset, p, blockquote, th, td, img, a, #footer ul, #footer li {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #333;
	font: normal 14px "Trebuchet MS","Lucida Grande",Helvetica,Arial,sans-serif
}
a { outline: none; }
a:active { outline: none; }
:focus { -moz-outline-style: none; }
h1, h2, h3, h4 { margin: 0.5em 0; }
h1 { font-size: 26px; }
h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 a { text-decoration: none; }
h3 {
	font-size: 16px;
	font-weight: bold;
}
a {
	color: #B00;
	text-decoration: underline;
	outline: none;
}
a:hover { color: #F03; }

html, body, #bg, #bg table, #bg td, #layout {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#bg div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
}
#bg td {
	vertical-align: middle;
	text-align: center;
}
#bg img {
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
	display: block;
}

/* TEMPLATE */
body#template {
	padding: 0;
	margin: 0;
	height: 562px;
	background-color: #0550a2;
}
#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -281px;
	z-index: 1;
	width: 962px;
	height: 562px;
	background: transparent url(/grafic/template/wrapper_bg_trans.png) no-repeat left top;
}
#topcontainer {
	height: 414px;
	margin-top: 7px;
}
#homelink, #panorama, #articlecontainer, #article, #nav { float: left; }
#homelink a {
	width: 16px;
	height: 412px;
	overflow: hidden;
	text-indent: 20px;
	display: block;
	background: url(/grafic/template/homepage_bg_trans.png) no-repeat 0 0;
}
#homelink a:hover { background-position: -16px 0; }
#homelink a.active { background-position: -32px 0; }
#articlecontainer {	width: 610px; }
#article h1 {
	font-weight: normal;
	color: #C00;
	margin-bottom: 0.5em;
	margin-top: 0;
}
#article {
	margin: 20px 0 0 25px;
	padding-right: 20px;
	height: 380px;
	width: 455px;
	overflow: auto;
	font-size: 110%;
	text-align: justify;
}
#article hr {
	border: 1px solid white;
	border-bottom: 1px dotted #CCC;
}
/*#article ul, #article ul li { padding: 0; }
#article ul { margin: 10px;  }
#article ul li { margin-left: 6px; list-style: url(/grafic/template/article_ul.gif) outside; }*/
#article table {
	margin: 0.4em auto;
	border: 1px dotted #CCC;
	width: 94%;
}
#article table th, #article table td {
	padding: 2px 4px;
	text-align: left;
}
#article table th { background-color: #d2dbe2; }
#article table td { background-color: #e4e9ed; }
#article a.extern {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #DDD;
}
#article a.extern:hover {
	border-color: #999;
	color: #09C;
}
#article a.anker {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #09C;
}

#panoramatemplate {
	position: absolute;
	z-index: 1000;
}
#panorama { width: 335px; }
a#panoramatemplate {
	z-index: 2;
	width: 335px;
	height: 412px;
	position: absolute;
	display: block;
	background: url(/grafic/template/panorama_logo_trans.png) no-repeat left top;
	overflow: hidden;
}
a#panoramatemplate, #panoramatemplate strong { text-decoration: none; }
#panoramatemplate strong {
	margin-left: 400px;
	white-space: nowrap;
}
a#panoramatemplate:hover { background-position: -335px 0; }

/* MENU */
#nav {
	width: 100px;
	margin: 40px 0 0 0;
	text-align:center;
}
#nav a {
	width: 80px;
	height: 80px;
	display: block;
	margin-left: 10px;
	line-height: 80px;
	color: white;
	text-decoration: none;
	font-size: 11px;
	text-transform: lowercase;
}
#nav a strong { font-weight: bold; }
#nav a { background: url(/grafic/template/menu_bg_trans.png) no-repeat 0 0; }
#nav a:hover { background: url(/grafic/template/menu_bg_trans.png) no-repeat -80px 0; }
#nav a.active { background: url(/grafic/template/menu_bg_trans.png) no-repeat -160px 0; }
#nav a.active:hover { background: url(/grafic/template/menu_bg_trans.png) no-repeat -240px 0; }

#footer {
	text-align: left;
	clear: both;
	margin: 0 20px;
	font-size: 12px;
	height: 134px;
}
#footer, #footer a:hover { color: #818181; }
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
#footer div {
	width: 160px;
	height: 120px;
	float: left;
	margin-right: 20px;
	overflow: auto;
}
#footer h2 { margin-top: 4px; }
#footer ul {
	border-top: 2px solid #A2AFB6;
	list-style: none;
	margin-bottom: 0;
}
#footer ul li a {
	border-bottom: 2px solid #A2AFB6;
	display: block;
	padding-left: 12px;
	background: url(/grafic/template/footer_ul_trans.png) no-repeat left 5px;
}
#footer ul li a:hover {
	text-decoration: none;
	color: white;
	background-image: url(/grafic/template/footer_ul_over_trans.png);
}

#copyright {
	color: white;
	font: 10px Arial, Helvetica, sans-serif;
	padding-left: 15px;
}
#copyright a {
	color: #0456a8;
	padding: 0 2px;
}
#copyright a:hover {
	text-decoration: none;
	background: transparent url(/grafic/template/copyright_a_trans.png) repeat;
	color: #0066FF;
}

