* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 13px;
	color: #272727;
}

.hidden {
	display: none;
}

a {
	color: #999;
}

#header {
	height: 185px;
	background-color: #003399;
	z-index: 1;
}

#logo {
	position: absolute;
	top:  25px;
	left: 30px;
}

#split {
	height: 27px;
	width: 2px;
	margin-left: 17px;
	margin-right: 15px;
}

#split2 {
	height: 14px;
	/*width: 2px;*/
	margin-left: 10px;
	margin-right: 8px;
}

#navigation {
	position: absolute;
	top:  25px;
	left: 290px;
	width: 900px;
	height: 150px;
	}

#navigation_01 {
	position: absolute;
	width: 800px;
	height: 30px;
	top: 0px;
	left: 0px;
}

#navigation_02 {
	position: absolute;
	width: 800px;
	height: 30px;
	top: 44px;
	left: 0px;
}

/*-------  METANAVIGATION  ------------*/

#meta-nav { 
	position: absolute;
	width: 800px;
	height: 60px;
	left: 0px;
	top: 130px;
}

#meta_01 { 
	position: absolute;
	width: 800px;
	height: 60px;
	left: 1px;
	top: 101px;
}

#meta_02 { 
	position: absolute;
	width: 800px;
	height: 60px;
	left: 1px;
	top: 130px;
}

.navi { 
	overflow: hidden;
}

.navi dt { 
	float: left;
	border-right: 2px solid #999;
}

.navi dt.noborder {
	border-right-width: 0;
}

.main { 
	margin-bottom: 15px; 
}

.main dt { 
 	padding: 0 22px 0 18px;
}

.meta { 
	margin-bottom: 10px;
}

.meta dt { 
	/*border-right: 2px solid #999;*/
 	padding: 0 12px 0 10px;
}

/*------- subnavigation ------------*/

#sub-nav {
	position: absolute;
	width: 800px;
	left: 290px;
	top: 194px;
}

#sub-nav dl	{
	font-size: 1em;
	font-weight: bold;
}

#sub-nav dt	{
	padding-right: 10px;
	display: inline;
}

#sub-nav dt a {
	text-decoration: none;
}

#sub-nav dt a:hover	{
	color: #003399;
}

.sub-nav-active a {
	color: #003399;
}
/*------- I N H A L T = mittlere Spalte ------------*/

#inhalt {
	position: absolute;
	top: 235px;
	left:  290px;
	width: 560px;
	z-index:4;
	font-size: 1em;
}

#inhalt p {
	/*font-weight: bold;*/
	margin-bottom: 1em;
	line-height: 1.2em;
}

#inhalt h1 {
	font-weight: bold;
	margin-bottom: 0.3em; 
	font-size: 1em;
	/*text-transform: uppercase;*/
}

/* DAS IST AUCH DIE HAUPTUEBERSCHRIFT */
#inhalt h2 {
	font-weight: bold;
	color: #003399;
	margin-bottom: 0.6em; */
}

#inhalt h4 {
	font-weight: bold;
	margin-bottom: 0em; 
	font-size: 1.3em;
	/*text-transform: uppercase;*/
}

#inhalt a {
	color: #003399;
}

/*------ HIER WERDEN DIE BILDER BEI TEXT&BILD DEFINIERT -------*/
#inhalt .csc-textpic img {
	margin-bottom: 1em;
/*	border: 4px solid red; */
}

/*------- T A B E L L E N --------------------*/
#tabelle_01 {
	font-size: 1em;
	vertical-align:top;
}
table {
	font-size: 1em;
}

#inhalt table td {
	vertical-align: top;
}

/*------- B I L D E R S P A L T E ------------*/
#bilderspalte {
	margin-top: 65px;
	margin-left: 900px;
	width: 250px;
	position: absolute;
}

#bilderspalte img {
	margin-bottom: 2px;
	
}

#bilderspalte h1 {
/*	display: none;*/
	font-weight: bold;
	color: #003399;
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 12px;
}

#bilderspalte dd.csc-textpic-caption {
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 1em;
}

#moodcol {
	position: absolute;
	width: 250px;
	height: 700px;
	left:  0px;
	top: 185px;
	z-index: 1;
}

/* I N F O S P A L T E */

#infospalte {
	position: absolute;
	width: 220px;
	left: 30px;
	top: 155px;
/*	padding: 6px 0px 6px 0px; */
	padding: 0px;
	overflow: hidden;
	background-color: white;
	z-index: 10;
/* TRANSPARENZ */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE 6 + 7 */
	-moz-opacity: 0.80; /* Mozilla Browser */
	opacity: 0.80; /* Opera */
}

#infospalte h1 {
	font-weight: bold;
	color: #003399;
	margin-left: 6px;
	margin-top: 6px;
	margin-bottom: 10px;
	font-size: 12px;
/*	text-transform: uppercase; */
}

#infospalte p {
	font-size: 12px;
	margin-left: 6px;
	margin-bottom: .7em;
	line-height: 12px;
}

#infospalte img {
/*	margin-left: 6px; */
/*	margin-top: 6px; */
	margin: 4px;
}

#infospalte a {
	color: #003399;
	font-weight: bold;
}

.important {
	color: #dbdb30;
	padding: 3px;
	line-height: 110%;
	/*border: 2px solid red;*/
	display: block;
	background-color: #006666;
}
/*------- E V E N T S ------------*/
#event_box {
	position: relative;
	width: 560px;
}
#event_typ {
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #D6D6D6;
}
#event_gruppe {
	position: relative;
	margin-left: 10px;
	padding: 4px;
	float: left;
	border: 1px solid #D6D6D6;
}
#event_checkbox {
	position: relative;
	width: 210px;

	height: 15px;
}
#event_button {

	position: relative;
	width: 480px;
	clear: both;
}

#event_button input {
	width: 222px;
	margin-right: 4px;
}

#event_item {
	position: relative;
	width: 100%;
	height: 160px;
	padding-top: 4px;
	border-top: 1px solid #D6D6D6;
	margin-bottom: 4px;
}

#event_item a {
	color: #003399;
	text-decoration: none;
}

#event_bild {
	position: relative;
	width: 120px;
	height: 140px;
	float: left;
/*	background-color: #D6D6D6; */
	background-color: white;
}
#event_bild img {
	margin-top: 4px;
}
#event_text {
	position: relative;
	width: 300px;
	float: left;
	margin-left: 10px;
}
#event_detail p {
	margin-bottom: 1em;
}

/* ------ D I S C L A I M E R ------ */

#disclaimer {
	font-size: 12px;
	color: #AAAAAA;
	margin-top: 4em;
	margin-bottom: 1em;
}

#disclaimer a {
	color: #AAAAAA;
}


/* ------ S P E Z I A L - F O R M A T E ------ */

.link_vor {
	color: #003399;
	text-decoration: none;
	padding-left: 12px;
	background-image: url(../0-pool/vor-GIF.gif);
	background-repeat: no-repeat;
}

.link_zurueck {
	color: #003399;
	text-decoration: none;
	padding-left: 12px;
	background-image: url(../0-pool/zurueck-GIF.gif);
	background-repeat: no-repeat;
}

/* ------ E R S E T Z E N   V O N   TYPO3 - F O R M A T E N */


.csc-header h3 a {
	color: #003399;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 12px;
	background-image: url(../0-pool/vor-GIF.gif);
	background-repeat: no-repeat;
}

.csc-header h4 a {
	color: #003399;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 12px;
	background-image: url(../0-pool/zurueck-GIF.gif);
	background-repeat: no-repeat;
}

ul.csc-bulletlist {
	padding-left: 2em;
	margin-bottom: 1em;
}

.csc-textpic-image {
	margin: 0px;
	padding: 0px;
}

/* ------ D A S   I S T   D I E   S I T E M A P ------*/

.ksSitemapL0TD {
	background-color:#003399 !important;
}

.ksSitemap0 {
	color: white !important;
}

