/* StyleSheet fuer die Druckausgabe - digitalwaren.de/dechent */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: transparent;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 13px;
	color: black;
}

.hidden {
	display: none;
}

a {
	color: #999;
}

#header {
	display: none;
}

#logo {
/*	kann ich nicht anzeigen, da es weiss ist
	und der Hintergrund beim Drucken nicht gedruckt wird! */
/*	position: absolute;
	width: 200px;
	height: 100px;
	top:  0px;
	right: 0px;
	background-color: #003399; */
}

#navigation {
	display: none;
}

#navigation_01 {
	display: none;
}

#navigation_02 {
	display: none;
}

/*-------  METANAVIGATION  ------------*/

#meta-nav { 
	display: none;
}

#meta_01 { 
	display: none;
}

#meta_02 { 
	display: none;}


/*------- subnavigation ------------*/

#sub-nav {
	display: none;
}


/*------- I N H A L T = mittlere Spalte ------------*/

#inhalt {
	z-index:4;
	width: 75%;
	font-size: 1em;
}

#inhalt p {
	margin-bottom: 1em;
	line-height: 1.2em;
}

#inhalt h1 {
	font-weight: bold;
	margin-bottom: 0.3em; 
	font-size: 1em;
}

/* DAS IST AUCH DIE HAUPTUEBERSCHRIFT */
#inhalt h2 {
	font-weight: bold;
	color: black;
	margin-bottom: 0.6em; */
}

#inhalt h4 {
	font-weight: bold;
	margin-bottom: 0em; 
	font-size: 1.3em;
}

#inhalt a {
	color: black;
}

/*------ HIER WERDEN DIE BILDER BEI TEXT&BILD DEFINIERT -------*/
#inhalt .csc-textpic img {
	margin-bottom: 1em;
}

/*------- B I L D E R S P A L T E ------------*/
#bilderspalte {
	display: none;
}

#moodcol {
	display: none;
}

#infospalte {
	display: none;
}

.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 {
	display: none;
}
#event_button {
	display: none;

}

#event_button input {
	display: none;
}

#event_item {
	position: relative;
	width: 100%;
	height: 160px;
	padding-top: 4px;
	border-top: 1px solid #D6D6D6;
	margin-bottom: 4px;
}

#event_item a {
	color: black;
	text-decoration: none;
}

#event_bild {
	position: relative;
	width: 120px;
	height: 140px;
	float: left;
}

#event_bild img {
	margin-top: 4px;
}

#event_text {
	position: relative;
	width: 300px;
	float: left;
	margin-left: 10px;
}

#event_detail p {
	margin-bottom: 1em;
}
/* ------ S P E Z I A L - F O R M A T E ------ */

.link_vor {
	color: black;
	text-decoration: none;
	padding-left: 12px;
	background-image: url(../0-pool/vor-GIF.gif); /* wird nicht gedruckt, da Hintergrund */
	background-repeat: no-repeat;
}

.link_zurueck {
	color: black;
	text-decoration: none;
	padding-left: 12px;
	background-image: url(../0-pool/zurueck-GIF.gif); /* wird nicht gedruckt, da Hintergrund */
	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;
}
