@charset "utf-8";


/**
 * Die ganze Website
 */
/*
    Ganze Seite: 		.page-container-2
    	Logo-Bereich:		.header-banner
    	Meta-Menu Bar: 		.header-bar-container
    	Linke Spalte: 		.nav3
    	Mittlere Spalte:	.content2
    	Rechte Spalte:		.right-column
*/

*
{
	padding: 0;
	margin: 0;	
}

html {
	position: relative;
}

body
{
	color: black;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border: 0;
/*	background: url(images/background.gif) center repeat-y; */
	font-family: calibri, verdana, arial, sans serif;

}

ul
{
	margin-left: 20px;
}

li
{
	margin: 5px;
	margin-left: 10px;
}

em
{
	font-style: italic;
}

blockquote
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

strong
{
	font-weight: bold;
}

a, a:active
{
	outline: none;
}

.page-container-2
{
	width: 1000px;
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
}

/**
 * Die Aufteilung der Spalten
 * Es muss gelten: page-container-2.width = nav3.width + 2*nav3.margin + 2*nav3.padding +
 *                                          right_column.width + 2*right_column.margin + 2*right_column.padding +
 *                                          content2.width + 2*content2.margin + 2*content2.padding +
 */

/*** Linke Spalte ***/
.nav3
{
	float: left;
	width: 0;
	height: 100%;
	margin: 0px;
}

/*** Mittlere Spalte mit dem Inhalt ***/
.content2
{
	float: left;
	display: inline;

	width: 570px;
	height: auto;
	min-height: 500px;

	margin: 0px;
	padding: 15px;

	color: black;
	font-size: 1.0em;
}

/*** Titles ***/
.content2 h1
{
	margin-top: 30px;
	font-size: 160%;
	font-weight: bold;
}

.content2 h2
{
	margin-top: 25px;
	font-size: 140%;
	font-weight: bold;
}

.content2 h3
{
	margin-top: 20px;
	font-size: 120%;
	font-weight: bold;
}

.content2 h4
{
	margin-top: 15px;
	font-size: 110%;
	font-weight: bold;
}

.content2 h5
{
	margin-top: 10px;
	font-size: 100%;
	font-weight: bold;
}

/*** Text allgemein ***/
.content2 .bodytext
{
	line-height: 150%;
}


/*** Rechte Spalte ***/
.right_column
{
	float: right;

	width: 0;
	height: 100%;

	margin: 0px;
}


.content2-pagetitle, 
.content3-pagetitle, 
.csc-firstHeader 
{
	overflow: hidden; 
	width: auto; 
	margin-top: 0 !important;
	padding: 0px 0px 2px 0px; 
	border-bottom: 0; 
	font-weight: bold; 
	font-size: 180%;
}


/*** After image in text with image ***/
.csc-textpic-clear
{
	width: 100%;
	height: 20px;
}


/*
.csc-textpic-text
{
	clear: both;
	margin: 0; 
	padding: 0; 
	width: 100%;
	height: 20px;
	border: 3px solid magenta;
}

DIV.csc-textpic-intext-right-nowrap
{ 
	clear: both;
	width: 100%;
	margin: 0; 
	padding: 0; 
	border: 3px solid red;
}

DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap 
{ 
	floate: right;
	margin: 0; 
	padding: 0; 
	border: 3px solid blue;
}

.csc-textpicHeader
{
	width: 100%;
	margin: 0; 
	padding: 0; 
	border: 3px solid orange;
}
*/

.header-bar-container, 
.header-banner,
.nav3,
.right_column,
.footer
{
	display: none;
}

.content2 #page-209 .bodytext
{
	display: none;
}


/*** Hintergrundfarbe nicht anzeigen ***/
body { color: black; background-color: #fff; border: 0; }

/*** Hintergrund Event-List ***/
.content2 .calendar-event-list-definition-list .calendar-event-list-entry
{
	background: white;
}

