body {
	background: #004d84;
}

a {
	color: black;
	text-decoration: none;
}


/**
 * view
 */
#view {
	width: 772px;
	margin: 0 auto;
	border-left: 2px solid yellow;
	border-right: 2px solid yellow;
	background: #d6d7d6 url("../pic/container_bg.gif") repeat-x left top;
}

#main {
	min-height: 100px;
	background: url("../pic/das-jot.gif") repeat-y left -15px;
}


/**
 * header
 */
#header {
	height: 95px;
}

#header #logo {
}

#header h1 {
	margin: 0;
	height: 23px;
	padding: 50px 0 0 0;
padding-top: 30px;
	font-size: 20pt;
}

#header ul {
	float: right;
	height: 73px;
	margin: 0 8pt 0 0;
	padding: 0 0 3px 0;
	list-style-type: none;
}

#header ul li {
	padding: 0;
	color: gray;
	line-height: 11px;
	text-align: right;
}

#header ul li a {
	border-bottom: 1px solid #ffeb00;
	text-transform: uppercase;
}

#header ul li a:hover {
	background-color: #e9e9e9;
	border-bottom: 2px solid #ffeb00;
	text-decoration: none;
}

#header #path {
	clear: right;
	height: 22px;
	margin: 0;
	padding: 0;
	color: gray;
	font-size: 9px;
	line-height: 16px;
	text-transform: uppercase;
	vertical-align: middle;
}

#header #path a {
	color: gray;
}


/**
 * menu
 */
.menubar {
	clear: both;
	float: left;
	width: 149px;
width: 166px;
}

#header .menubar {
	width: 166px;
	padding: 0;
}

#menu {
	width: 139px;
	margin: 0 8pt 0 12pt;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	width: 139px;
	height: 22px;
	margin: 0;
	padding: 7pt 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	font-family: cursive;
	line-height: 22px;
}

#menu ul li.active {
	height: auto;
}

#menu ul li a {
	display: block;
	width: 119px;
	height: 22px;
	padding-left: 20px;
	background: #ffeb00 url("../pic/bullet_off.gif") no-repeat 5px center;
}

#menu ul li a:hover {
	color: white;
	background-color: #004d84;
	background-image: url("../pic/bullet_on.gif");
}

#menu ul li img {
	width: 139px;
	height: 22px;
	background: #ffeb00;
}

#menu ul li.active img {
	background: #004d84;
}

#menu ul li.active a {
	color: white;
	background-color: #004d84;
	background-image: url("../pic/bullet_on.gif");
}

#menu ul ul {
	margin: 0;
	padding: 0;
}

#menu ul ul li {
	width: 119px;
	height: 24px;
	margin: 0;
	padding: 0 0 0 20px;
	background: white url("../pic/bullet_off.gif") no-repeat left center;
	border-bottom: 1px solid #d6d7d6;
	cursor: pointer;
	line-height: 24px;
	font-size: 7pt;
	text-decoration: none;
}

#menu ul ul li.active {
	font-weight: bold;
	background: white url("../pic/bullet_on.gif") no-repeat left center;
}


/**
 * infobar
 */
#infobar {
	float: right;
	width: 186px;
	margin: 5px 0 0 0;
	padding: 0;
	padding: 5px;
}

#infobar .box {
	width: 164px;
	overflow: hidden;
	margin: 7pt 8pt 10px 8pt;
	padding: 0;
	border-top: 5px solid #004d84;
	border-bottom: 2px solid #004d84;
	background: white;
}

#infobar .box .head {
	margin-top: 0px;
	font-size: 0pt;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}

#infobar .box .head h1 {
	margin-top: 0;
	background: #004d84;
	border-top: 2px solid white;
	font-size: 10pt;
}

#infobar .box .head h1 a {
	color: white;
}

#infobar .box .title {
	font-weight: bold;
	padding: 5px;
	background: url("../pic/time_bg.gif");
}

#infobar .box.light {
	width: 162px;
/*	width: 158px;*/
/*	padding: 5px 0 5px 5px;*/
	border: 1px solid #d6d7d6;
}

/* form */
#infobar form {
	margin: 0;
	padding: 0;
}

#infobar form div {
	clear: left;
	margin: 5px 0;
	padding: 0 5px;
	font-size: 7pt;
}

#infobar form label {
	display: block;
	float: left;
	width: 79px;
	margin: 0;
	padding: 0;
	line-height: 250%;
	vertical-align: bottom;
}

#infobar form input {
	margin: 0;
	vertical-align: middle;
}

#infobar form input.text {
	padding: 2px 0;
	border: 1px solid #7f9db9;
}

#infobar form input.button {
	padding: 0;
}

/* events */
#infobar .event {
	margin: 0;
}

#infobar .event br {
	display: none;
}

#infobar .date {
	display: block;
	margin: 5px 0 !important;
	padding-left: 5px;
	border-left: 5px solid #ffeb00;
	white-space: normal;
}

#infobar .title {
	display: block;
}

#infobar .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: 9px 0 0 0;
	padding: 0;
	background: white;
	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;
}


body, p, p.small, h1, h2, h3, h4, #list h2, li, div {
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

h1,h2,h3,h4,p,#list h2,li,#list .image {
	margin: 5px 0 0 0;
	padding: 0 5px 0 10px;
}

h1.title {
	display: none;
	margin-top: 10pt;
	color: #014e86;
	background: transparent;
	font-size: 16pt;
	text-transform: uppercase;
}

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-weight: bold;
	text-transform: uppercase;
}

#content p {
	margin-bottom: 10px;
}

#content a.nohighlight {
	border-bottom-width: 0px !important;
	border-bottom-style: none !important;
}

/* list */
#content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
/*
	margin: 0 10px;
	padding: 0 0 0 15px;
	list-style-type: none;
	list-style-image: url("../pic/bullet_off.gif");
	list-style-position: inside;
*/
}

#content ul li {
	margin: 7px 0;
	padding: 0 5px 0 30px;
	line-height: 140%;
	font-weight: normal;
	text-indent: -20px;
}

#content ul li span {
	padding-left: 20px;
	background: url("../pic/bullet_off.gif") no-repeat left top;
}

#content ul.link {
/*
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: url("pic/bullet_off.gif");
	list-style-position: inside !important;
*/
}

#content .link li {
	min-height: 27px;
	margin: 5px 0 0 0;
	background: url("../pic/time_bg.gif") repeat-x left top;
	line-height: 27px;
}

#content .link li span {
}

/* 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;
}


/*
 * 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 {
	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;
}

#content .event {
	clear: right;
}

#content div.event {
	position: relative;
	top: -5ex;
	clear: right;
	margin-bottom: -5ex;
}

#content ul.event {
	overflow: visible;
	margin: 20px 10px 0 10px;
}

#content ul.event li {
	padding: 0;
	text-indent: 0;
}

#content ul.event li span {
	padding-left: 0;
	background: none;
}

#content .event h2 {
	margin-bottom: .1em;
	padding-bottom: .17em;
	font-size: 1.5em;
}

#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 .news ul.event .date {
	display: block;
	margin: 10px 0 5px -10px !important;
	padding-left: 5px;
	border-left: 5px solid #ffeb00;
	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 {
	margin: 0 0 0 -10px;
}

#content .dates ul.event table td,
#content .dates div.event table th {
	padding-left: 5px;
}

#content ul.event br.title {
	display: none;
}

#content ul.event .title {
	font-size: 1.2em;
	line-height: 145%;
	text-transform: uppercase;
}

#content .event .summary {
	font-style: italic;
}

#content .event .link {
	padding-left: 5px;
	border-left: 20px solid #ffeb00;
	font-weight: bold;
}


#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;
/*	font-weight: bold;*/
}

#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 {
	float: left;
	width: 135px;
	margin: 10px 8px 20px 0;
	font-size: 0.9em;
	line-height: 150%;
}


/**
 * imprint
 */
#imprint {
	margin: 65px 0 0 0;
	padding: 0;
	color: gray;
	text-align: right;
}

#imprint p {
	margin: 0;
	padding: 0 5px 0 10px;
}


/*
ERROR
   background-color: #e9e9e9;
*/