/*
 *	light background: #f7fbfd
 *	dark blue : #6090c0
 *	light blue	: #afc7df
 *	dark gray : #474947
 *	dark yellow : #ffd522 
 *	light yellow	: #fceca5
 */
 
/*** Standard elements ***/

html {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height:18px;
	color: #474947;
	background: #f7fbfd url("../gfx/bg.png") top center repeat-x;
}

.container {
}

.header {
	margin: 0;
	height:150px;
	background: transparent url("../gfx/header.jpg") no-repeat;
}
.header a {
	display:inline-block;
	height:150px;
	width:100%;
}
.header span {
	display: none;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 18px 0;
	letter-spacing:0 !important;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 16px 0;
	letter-spacing:0 !important;
}
h3, h4, h5, h6 {
	font-size: 12px;
	margin: 0 0 12px 0;
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing:1px;
}
p {
	margin: 10px 0;
}
a {
	color:#474947;
}
a:hover {
	color:#6090c0;
}

input.button,
a.readmore{
	float:right;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-right:15px;
	margin: 13px 0 0 5px;
	background: url("../gfx/arrow_more.gif") no-repeat right center;
	font-size:11px;
}
input:hover.button,
a:hover.readmore{
	color:#6090c0;
	text-decoration:underline;
}
input:hover.button{
	cursor:pointer;
}
input.button{
	border:none;
	color: #474947;
	font-family: Tahoma, Arial, sans-serif;
	_padding: 0 5px 0 0;
}
p a.readmore {
	float:none;
}
div.sep{
	height:5px;
	border:0;
	margin:15px 0;
	background: url("../gfx/bg_sep.gif") repeat-x top left;
}

.hide { display:none }
.float-right { float: right }
.float-left { float: left }
.clear { clear: both }
.clear-left { clear: left }
.clear-right { clear: right }

/*** Global containers ***/

.navigation {
	z-index:1;
}

.main_content
{
	clear: left;
	overflow: hidden;
	background: url("../gfx/bg_content.png") bottom left no-repeat;
}

.primary
{
	min-height:250px;
	overflow:auto;
}

.primary_content {
	padding: 20px;
}

.sidebar {
	margin-top: 20px;
}

/*** Top-level menu ***/

#menu, #menu ul {
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;
	height:29px;
	font-size: 12px;
	line-height: 29px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#menu ul {
	text-transform:none;
	letter-spacing: 0;
}
#menu li {
	margin-bottom:1px;
	float: left;
	border-left: 1px solid #fff;
}
#menu li.active, #menu li:hover, #menu li.hover {
	margin-bottom:0;
	height:30px;
	background-color: #f7fbfd;
}
#menu li.active a, #menu li:hover a, #menu li.hover a {
	color: #6090c0;
}
#menu a {
	padding: 0 10px 0 10px;
	display: block;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
#menu li a.submenu{
	padding-right: 20px;
	margin-right: 10px;
	background: url("../gfx/arrow.gif") no-repeat right center
}
#menu li.active a.submenu,
#menu li:hover a.submenu,
#menu li.hover a.submenu{
	background: url("../gfx/arrow_sel.gif") no-repeat right center
}
#menu li.last{
	border-right: 1px solid white;
}

/*** 1st-level menu ***/

#menu li ul {
	position: absolute;
	margin: 0 0 0 -1px;
	width: 150px;
	left: -9999px;
	text-align: left;
	border:1px solid #474947;
	border-bottom:none;
	background: white;
	height:auto;
}
#menu li ul li, #menu li ul li a {
	font-weight: normal;
	background: none;
	margin:0;
	height:auto !important;
}
#menu li:hover ul, #menu li.hover ul {
	left: auto;
}
#menu li ul li {
	width: 150px;
	border: none;
	border-bottom: 1px solid #000;
}
#menu li ul li:hover, #menu li ul li.hover {
	background: #fceca5 url("../gfx/bg_col.gif") repeat-x top left;
	border-bottom: 1px solid #474947;
}
#menu li ul li a {
	width: 128px;
	color: #474947 !important;
}
#menu li.multi a {
	background-image: url("../gfx/arrow_sub.gif");
	background-position: center right;
	background-repeat: no-repeat;
}
#menu li.multi ul li a {
	background-image: none;
}

/*** 2nd-level menu ***/

#menu li ul ul {
	margin: -30px 0 0 150px;
}
#menu li:hover ul ul, #menu li.hover ul ul {
	left: -9999px;
}
#menu li:hover ul, #menu li li:hover ul, #menu li.hover ul, #menu li li.hover ul {
	left: auto;
}

/*** Sidebar and sections ***/

.sidebar img {
	margin-bottom:20px;
	width:100%;
}
.section {
	background: #fceca5 url("../gfx/bg_col.gif") repeat-x top left;
	border: 1px solid #ffd522;
	margin-bottom: 20px;
	padding: 15px;
	overflow:hidden;
	-moz-border-radius:5px;
	border-radius:5px;
}
.section img {
	border: 1px solid #ffd522;
}

/*** Tables ***/

table {
	width: 100%;
}
table thead td {
	font-weight:bold;
}
table thead td {
	text-transform: uppercase;
}
table tbody td {
	padding-left:30px;
	padding:2px;
	margin:0;
}
table tbody td.title {
	text-decoration:underline;
	font-weight:bold;
}
table tbody td.time,
table tbody td.timespan,
table tbody td.date {
	font-weight:bold;
}
table tbody td.time {
	width:45px;
}
table tbody td.timespan {
	width:100px;
}
table tbody td.date {
	width:120px;
}
table tbody td.category {
	width:85px;
}
table tbody td.text {
	width:208px;
}

ul {
	margin:0;
	padding:0;
}
ul.arrow li{
	padding-left: 15px;
	background: url("../gfx/arrow_more.gif") no-repeat left center
}
ul.news {
	list-style: none;
}
ul.news li{
	border-bottom: 1px solid #afc7df;
}
ul.news li.first{
	border-top: 1px solid #afc7df;
}
ul.news li a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	padding: 5px 0;
}
ul.news li span.info{
	display:block;
	width:70px;
	float:left;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}
ul.news li span.data{
	display:block;
	margin-left:80px;
}
ul.news li span.date{
	width:50px;
	font-weight:bold;
	float:left;
}
.section ul.news li.first{
	border-top: 1px solid #ffd522;
}
.section ul.news li{
	border-bottom: 1px solid #ffd522;
}

div#pib img {
	float:left;
	width: 100px;
	margin: 5px 15px 0 0;
}

form label{
	float: left;
	clear: left;
	width: 85px;
	margin-right:15px;
}
form p {
	margin-bottom: 2px;
}
form p input{
	width:228px;
}

span.pdf {
	background: url("../gfx/pdf.gif") no-repeat left center;
	padding: 3px 0 1px 22px;
}

/*** Contents ***/

.article,
.friend {
	overflow: hidden;
	margin-bottom:13px;
}
.article a.readmore,
.friend a.readmore {
	margin:0 0 0 5px;
}

.gallery a {
	display:block;
	width:100px;
	height:100px;
	line-height:100px;
	float:left;
	margin:0 17px 17px 0;
	overflow:hidden;
	text-align:center;
	padding:0;
}
.gallery a.last {
	margin-right: 0;
}
.gallery a img {
	float:none;
	vertical-align:middle;
	padding:0;
	margin:0;
	border:none;
}

/* weg
div#content p.data{
	font-style:italic;
	text-align:right;
}
div#content img
{
	float: right;
	border: 1px solid #4b637e;
	margin: 0 0 5px 5px;
}
*/

/*** Footer **/
.footer .navigation {
	height:28px;
	background:#f7fbfd url("../gfx/bg_foot.gif") top center repeat-x;
	text-align:center;
}
.footer .navigation ul {
	margin:0;
	padding:0;
	line-height:28px;
}
.footer .navigation li {
	display:inline;
}
.footer .navigation li a{
	padding: 0 20px;
	text-decoration:none;
	color:#404040;
	border-right:1px solid #f7fbfd;
}
.footer .navigation li a:hover{
	color:#f7fbfd;
}
.footer .navigation li.last a{
	border-right:none;
}

.copyright {
	font-size: 10px;
	letter-spacing:1px;
	text-align: center;
	color: #808080;
	margin:10px;
	padding:10px;
}
.copyright a{
	text-decoration:none;
	color: #808080;
}
.copyright a:hover{
	text-decoration:underline;
}
