@charset "utf-8";


body {
	background: #004d84 url("../pic/layout/bg_body.gif") repeat-y center top;
}

a {
	color: black;
	text-decoration: none;
}


/**
 * view
 */
#view {
	overflow: hidden;
	width: 750px;
	margin: 0 auto;
	border-left: 2px solid yellow;
	border-right: 2px solid yellow;
	background: #d6d7d6 url("../pic/layout/bg_view.gif") repeat-x left top;
}

#main {
	min-height: 100px;
}


/**
 * header
 */
#header {
	height: 130px;
	margin: 0 15px 0 15px;
	background: url("../pic/layout/bg_header.gif") repeat-x 12pt 25px;
}

#header h1 {
	height: 23px;
	margin: 0;
	padding: 50px 0 0 0;
height: 48px;
padding-top: 45px;
	color: #fc0;
	font-size: 26pt;
	font-weight: normal;
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#header h1 strong {
	font-size: 31pt;
}

#header ul {
	float: right;
	width: 153px;
	margin: 0;
	padding: 0 0 3px 0;
	list-style-type: none;
}

#header ul li {
	padding: 0 5px 0 0;
	color: gray;
	font-size: 0.9em;
	line-height: 11px;
	text-align: right;
}

#header ul li a {
	color: silver;
	border-bottom: 1px solid #ffeb00;
	text-transform: uppercase;
}

#header ul li a:hover {
	color: #004d84;
	background-color: #e9e9e9;
	border-bottom: 2px solid #ffeb00;
	text-decoration: none;
}

#header #path {
	height: 22px;
	margin: 0;
	padding: 0;
	color: gray;
	color: #fc0;
	font-size: 0.9em;
	line-height: 16px;
	text-transform: uppercase;
	vertical-align: middle;
}

#header #path a {
	color: gray;
	color: #fc0;
}

#header #path a:hover {
	color: silver;
}

/* rss */
#header ul li.rss {
	padding-right: 0;
	margin-bottom: 15px;
}

#header ul li .rss a {
	color: black;
}

#header ul li .rss img {
	float: right;
	margin-left: 5px;
}

/* logo */
#logo {
	margin-top: 10px;
}

#logo img {
}



/**
 * menu
 */
.menubar {
	clear: both;
	float: left;
	width: 172px;
}

.election {
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.election li {
	text-transform: none;
	letter-spacing: normal;
}

#header .menubar {
	margin-left: -15px;
	padding: 0;
}

#menu {
	width: 139px;
	margin: 0 0 0 15px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	width: 139px;
	height: 22px;
	margin: 0;
	padding: 0 0 7pt 0;
	font-size: 1em;
	font-weight: bold;
	font-family: cursive;
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 22px;
}

/* if menu build with image text */
#menu ul li img {
	width: 139px;
	height: 22px;
	background: #ffeb00;
}

#menu ul li a {
	display: block;
	width: 119px;
	height: 22px;
	padding-left: 20px;
	background: #ffeb00 url("../pic/layout/bullet_off.gif") no-repeat 5px center;
}

#menu ul li a:hover {
	color: white;
	background-color: #004d84;
	background-image: url("../pic/layout/bullet_on.gif");
}

#menu ul li.active {
	height: auto;
}

/* if menu build with image text */
#menu ul li.active img {
	background: #004d84;
}

#menu ul li.active a {
	color: white;
	background-color: #004d84;
	background-image: url("../pic/layout/bullet_on.gif");
}

#menu ul li.active ul {
	margin: 0;
	padding: 0;
}

#menu ul li.active ul li {
	width: 139px;
	height: 22px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d6d7d6;
	cursor: pointer;
	line-height: 22px;
	font-size: 7pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

#menu ul li.active ul li a {
	height: 22px;
	margin: 0;
	padding: 0 0 0 20px;
	color: black;
	background: white url("../pic/layout/bullet_off.gif") no-repeat 5px center;
}

#menu ul li.active ul li a:hover {
	color: white;
	background-color: #004d84;
}

#menu ul li.active ul li.active {
	font-weight: bold;
	background-color: #004d84;
}

#menu ul li.active ul li.active a {
	background-image: url("../pic/layout/bullet_on.gif");
}


/**
 * infobar
 */
#infobar {
	float: right;
	width: 152px;
	margin: 0;
	padding: 0 0 5px 0;
}

#infobar .box {
	width: 136px;
	overflow: hidden;
	margin: 0 0 10px 0pt;
	padding: 0;
	border-top: 5px solid #004d84;
	border-bottom: 2px solid #004d84;
	background: white;
}

#infobar .box.image,
#infobar .box.figure {
	padding: 3px 0;
	border: none;
	text-align: center;
}

#infobar .box.dates {
	border-top-color: #ffeb00;
	border-bottom-color: #ffeb00;
}

#infobar .box h1 {
	padding-left: 0;
}

#infobar .box .head {
	margin-top: 0px;
	font-size: 0pt;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

#infobar .box .head h1 {
	margin-top: 0;
	padding-left: 10px;
	background: #004d84;
	border-top: 2px solid white;
	font-size: 11pt;
}

#infobar .box.dates .head h1 {
	background: #ffeb00;
}

#infobar .box .head h1 a {
	color: white;
}

#infobar .box.dates .head h1 a {
	color: #004d84;
}

#infobar .box.dates .head h1 a:hover {
	color: black;
}

#infobar .box .title {
	font-weight: bold;
	padding: 5px;
	background: url("../pic/layout/bg_box.gif");
}

#infobar .box.light {
	width: 162px;
/*	width: 158px;*/
/*	padding: 5px 0 5px 5px;*/
	border: 1px solid #d6d7d6;
}

/* list */
#infobar ul {
	margin: 0;
	padding: 0;
}

#infobar ul li {
	margin: 0 0 0 20px;
	padding: 0;
}

#infobar ul.link {
	list-style-type: none;
}

#infobar ul.link li {
	margin-left: 0;
	min-height: 200%;
	background: url("../pic/layout/bg_box.gif") repeat-x left 1px;
	line-height: 200%;
}

#infobar ul.link li a {
	padding-left: 20px;
	background: url("../pic/layout/bullet_off.gif") no-repeat 5px 1px;
}

#infobar ul.link li a:hover {
	background-image: url("../pic/layout/bullet_on.gif");
}


/* form */
#infobar form {
	margin: 0;
	padding: 0;
}

#infobar .form {
	width: 124px;
	padding: 5px 5px 0 5px;
	border: 1px solid #D6D7D6;
}

#infobar form div {
	clear: left;
	margin: 5px 0;
	padding: 0 0;
	font-size: 7pt;
}

#infobar form label {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
	vertical-align: bottom;
}

#infobar form label.radio {
	float: none;
	vertical-align: middle;
	line-height: 200%;
}

#infobar form input {
	margin: 0;
	vertical-align: middle;
}

#infobar form input.text {
	padding: 2px 0;
	border: 1px solid #7f9db9;
}

#infobar form input.radio {
	clear: left;
	float: left;
	vertical-align: middle;
}

#infobar form input.button {
	padding: 0;
}

/* events */
#infobar .event {
}

#infobar .event li {
	margin-left: 0;
	font-size: 0.93em;
}

#infobar .event br {
	display: none;
}

#infobar .date {
	display: block;
	margin: 5px 0 !important;
	padding-left: 5px;
	border-left: 5px solid #ffeb00;
	font-size: 0.85em;
	white-space: normal;
}

#infobar .title {
	display: block;
}

#infobar .event .link {
	padding-left: 5px;
}

#infobar .box .place,
#infobar .box .author,
#infobar .box.dates .time,
#infobar .box.dates .unit {
	display: none;
}


/**
 * content
 */
#content {
	width: 408px;
	max-width: 408px;
	min-width: 408px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #d6d7d6;
}

#content a  {
	border-bottom: 1px solid #ffeb00;
	text-decoration: none;
}

#content a:hover  {
	background: #e9e9e9;
	border-bottom-width: 2px;
}

#content h1 {
	margin: 20px 0 10px 0;
	border-bottom: 3px solid #ffeb00;
	color: white;
	background: #014e86;
	text-transform: uppercase;
}

#content h1.title {
/*	display: none;*/
	margin-top: 10pt;
	border: none;
	color: #014e86;
	background: transparent;
	font-size: 16pt;
 	text-transform: uppercase;
}

h1,h2,h3,h4,h5,p,#list h2,li,#list .image,#list .figure {
	margin: 5px 0 0 0;
	padding: 0 5px 0 10px;
}

h1,h2,h3 {
	border-top: 10px;
}

h2,h3,h4 {
	margin-top: 10px;
	padding-top: 5px;
	border-bottom: 2px solid #014e86;
	color: black;
	background: #e9e9e9;
	font-size: 10pt;
font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}

#content p {
	margin-bottom: 10px;
}

#content a.nohighlight {
	border-bottom-width: 0px !important;
	border-bottom-style: none !important;
}

/* content */
#content ul.content {
	list-style-type: none;
}

#content ul.content li {
	margin: 7px 0;
	padding: 0 5px 0 30px;
	line-height: 140%;
	text-indent: -20px;
}

#content ul.content li span {
	padding-left: 20px;
	background: url("../pic/layout/bullet_off.gif") no-repeat left 3px;
}

/* link */
#content ul.link {
	margin: 0;
	padding: 0;
/*
	list-style-type: none;
	list-style-image: url("pic/layout/bullet_off.gif");
	list-style-position: inside !important;
*/
}

#content ul.link li {
	min-height: 27px;
	margin: 5px 0 0 0;
	padding: 0 10px;
	background: url("../pic/layout/bg_box.gif") repeat-x left 3px;
	line-height: 27px;
}

#content ul.link li span {
	padding-left: 20px;
	background: url("../pic/layout/bullet_off.gif") no-repeat left 3px;
}

/* child */
#content ul.child {
	padding: 0 10px 0 10px;
}

#content ul.child li {
	padding: 5px;
	border: 1px solid silver;
	text-indent: 0;
}

#content ul.child li span {
	padding-left: 0;
	background: none;
}

#content ul.child li strong {
	display: block;
	margin: 5px 0 0 0;
	font-size: 110%;
	text-transform: uppercase;
}

/* table */
#content table {
	margin: 0 10px;
}

/* form */
#content form {
	margin: 0 10px;
}

#content form p {
	padding: 0;
}

#content form legend {
	color: #004d84;
	font-style: normal;
}


/* menu */
#content ul.menu {
	width: auto;
	height: 24px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 10px;
	background: #e9e9e9;
	list-style-type: none;
}

#content ul.menu li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	text-indent: 0;
}

#content .menu li a {
	margin: 0;
	padding: 0 5px 0 15px;
	border-bottom: none;
	color: black;
	background: transparent url("../pic/layout/bullet_off.gif") no-repeat left center;
	text-transform: uppercase;
	line-height: 24px;
 }

#content .menu li a:hover,
#content .menu li a:focus {
	background-image: url("../pic/layout/bullet_on.gif");
}

#content h2.menu {
	margin: auto auto 0 auto;
	padding: auto;
	border: none;
	background: transparent;
	font-size: 11pt;
	text-transform: uppercase;
}

#content ol.menu {
	margin: 0 10px;
	padding: 0;
}

#content ol.menu li {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#content ol.menu li a {
	line-height: 100%;
	border-bottom: inherit;
}

#content ol.menu ol {
	margin: 0 0 5px 16px;
	padding: 0;
	line-height: 100%;
}

#content ol.menu ol li {
	font-size: 0.9em;
}

#content ol.menu ol li a {
	text-transform: none;
}


/*
 * events
 */
#content .preamble {
	color: gray;
	font-weight: bold;
	font-style: italic;
}

#content .back {
	float: right;
	padding-right: 5px;
	border-right: 4px solid #ffeb00;
	font-weight: bold;
}

#content .stats,
#content #page {
	font-size: 0.9em;
}

#content #page {
	padding: 2px 5px 6px 10px;
	background: #e9e9e9;
}

#content .pages {
	margin: 5px 0 0 0;
}

#content .pages td {
	padding: 0 1px;
}

#content .pages a {
	display: inline;
}

#content .pages a:hover {
	font-weight: bold;
}

#content .pages strong {
	background: white;
}

/* event */
#content .event {
	clear: right;
}

#content .event h2 {
	margin-bottom: .1em;
	padding-bottom: .17em;
	font-size: 1.2em;
}

#content .event h3 {
	margin: 0 0 20px 0;
	border: none;
	background: transparent;
	text-transform: none;
}

#content .event h4 {
	margin: 0;
	border: none;
	background: transparent;
	text-transform: none;
}

#content .event .summary {
	font-style: italic;
}

#content p.link,
#content .event .link {
	clear: both;
	padding-left: 5px;
	border-left: 20px solid #ffeb00;
	font-weight: bold;
}

#content div.event {
	position: relative;
	top: -5ex;
	clear: right;
	margin-bottom: -5ex;
}

#content ul.event {
	overflow: visible; /* necessary for left yellow border */
	margin: 20px 10px 0 10px;
	list-style-type: none;
}

#content .news.complete ul.event {
	margin-left: 0;
	margin-right: 0;
}

#content ul.event li {
	overflow: hidden;
	margin-left: 0;
	padding: 0;
	text-indent: 0;
}

#content ul.event li span {
	padding-left: 0;
	background: none;
}

#content ul.event .date,
#content ul.event .time,
#content ul.event .unit,
#content ul.event .place,
#content ul.event .location {
	margin: 0;
	padding: 0;
	line-height: 120%;
}

#content ul.event .title {
	font-size: 1em;
	line-height: 145%;
	text-transform: uppercase;
}

#content ul.event br.title {
	display: none;
}

#content ul.event .subtitle {
	margin: 0;
	font-size: 1em;
}

#content ul.event .text {
	font-size: 0.95em;
}

#content .news ul.event .date {
	display: block;
	height: auto;
	margin: 10px 0 0 -10px !important;
	padding-left: 5px;
	border-left: 5px solid #ffeb00;
	font-size: 0.8em;
	white-space: normal;
}

#content .news ul.event .author,
#content .news ul.event .place,
#content .news ul.event .location {
	display: none;
}

#content .dates .event table {
	margin: 0;
	border-left: 5px solid #ffeb00;
}

#content .dates ul.event table {
	width: 190px;
	overflow: hidden;
	margin: 0 10px 0 -10px;
}

#content .dates ul.event div {
	width: 190px;
	overflow: hidden;
}

#content .dates ul.event table td,
#content .dates div.event table th {
	padding-left: 5px;
	font-size: 1em;
	line-height: 100%;
}

#content .dates ul.event .unit,
#content .dates ul.event .place,
#content .dates ul.event .location {
	font-size: 0.85em;
}

#content .dates ul.event .title,
#content .dates ul.event .subtitle {
	line-height: 100%;
}


/**
 * list
 */
#content #list {
	clear: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.date,
p.author {
	margin: 0 !important;
	padding-left: 5px;
	border-left: 5px solid #ffeb00;
}

#content #list h2 {
	font-weight: bold;
	font-size: 10pt;
	background: white;
	border-bottom-style: none;
}

#content #list h2 span {
	border-bottom: 1px solid #ffeb00;
}

#content #list p {
	margin-left: 145px;
}

#content #list .image,
#content #list .figure {
	float: left;
	width: 135px;
	margin: 10px 8px 20px 0;
	font-size: 0.9em;
	line-height: 150%;
}



/**
 * imprint
 */
#imprint {
	clear: both;
	margin: 65px 0 0 0;
	padding: 0;
	color: gray;
	text-align: right;
}

#imprint p {
	margin: 0;
	padding: 0 5px 0 10px;
	font-size: 0.85em;
}


/*
ERROR
   background-color: #e9e9e9;
*/
