/* Content und Sidebar-Elemente */

BODY {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #E0F4F9; /* #87CEFF; Hintergrundfarbe der Seite - Achtung: topic, content, sidebar etc. gegenfärben */
}

/* Zentrieren mit Rahmen */
#zentrieren {
	position: absolute; /* wichtig */
	top: 0px 0px 0px 0px;
	left: 50%;
	margin: 0 -500px;
    /* margin: 0 auto; */
    margin-top: 10px;
    width: 994px;
	height: absolute; /* statt 100% */
	/* background: #00ff00; */
	/* border: 2px solid silver; */ /*hinzugefügt*/
    /* background: #ffffff url(../images/pback.gif) repeat-y; */
}

#frame {
	width: 980px;
	margin: 0px;
	padding: 0px;
}

	/* Textposition der Seitenbilder im Text bzw Content */
#content .sidepicture {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 10px;
	width: 140px; /* 160px */
}

#content .clearer {
	clear: both;
}
	
    /* Langtext unter den Bildern */
#content .picturetext {
	font-size: 13px;
	font-weight: medium;
	margin: 0px;
	padding: 0px 0px 0px 0px;	
	color: #D02090;
	text-align: justify;
}
	
	/* Texte im Content */
#content p {
	margin: 0px;
	padding: 5px 0px 2px 0px; /* Abstand der Texte zum Rand */	
	font-size: 13px; /* Schriftgöße */
	line-height: 150%; /* Zeilenabstand der Texte */
}

#content h1 {
	margin: 0;
	padding: 0;
	width: 510px;
	height: 30px;
	background-repeat : no-repeat;
	font-size: 5px;
}

/* Bildüberschriften im Content */
#content h2 {
	font-size: 100%;
	font-weight : bold;
	margin: 0px;
	color: #444655;
	text-transform: uppercase;
	padding: 6px 0px 2px 0px;	
}

#content h3 { /* Bildunterschriften */
	font-size: 13px;
	font-weight: medium;
	margin: 0px;
	padding: 0px 0px 3px 0px;	
	color: #266ab1;
	text-align: center;
}

/* Bildüberschriften in der Sidebar */
#sidebar h2 {
	font-size: 12px;
	font-weight : normal;
	margin: 0px;
	color: 	#0000A0; /* #266ab1; */
	background-color: #BDEFFF;
	/* text-transform: uppercase; */
	padding: 2px 0px 2px 0px;	
}

#sidebar h3{
    padding: 2px 0px 2px 0px;
    font-size: 10px;
    font-weight : bold;
    margin: 0px;
    color: #444655;
    text-transform: uppercase; 
}

	/* Texte in Sidebar bei Textfelder */
#sidebar p {
	margin: 0px;
	padding: 5px 0px 2px 0px; /* Abstand der Texte zum Rand */	
	font-size: 12px; /* Schriftgöße */
	/* font-style: #D02090; */
	color: #0000A0;
	line-height: 150%; /* Zeilenabstand der Texte */
	background-color: #BDEFFF;
}

#content a {
	text-decoration: none;
	font-weight : bold;
	color: #0000A0;
}

#sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #0000A0; /* #0000A0; */
}

#content a:hover {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #0000A0;
}

#more {
	margin: 0px;
	padding: 10px 0px 0px 0px; /* Abstand Footer zum content-Inhalt */
	text-align: right;
}

	/* Listen */
#content ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}
	/* Listen */
#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}
	/* Aufzählungabsätze */
#content li {
	text-align: justify; /* Blocksatz der Texte in den Tabellen und Aufzählungen aktiv */
	font-size: 13px; /* Schriftgröße innerhalb der Tabellen */
	color: #0000A0;
	padding: 3px 35px 0px 20px; /* Abstand der Leerzeilen */
	background: url(../images/pbull.gif) no-repeat top left;
	margin: 2px 0px 0px 22px; /* Abstand des Bullet des Aufzählungen vom Vortext und Rand */
	/* background-color: #F3FBFE; */
}
	/* Aufzählungabsätze */
#sidebar li {
	text-align: justify; /* Blocksatz der Texte in den Tabellen und Aufzählungen aktiv */
	font-size: 13px; /* Schriftgröße innerhalb der Tabellen */
	padding: 3px 35px 0px 20px; /* Abstand der Leerzeilen */
	background: url(../images/pbull.gif) no-repeat top left;
	margin: 2px 0px 0px 22px; /* Abstand des Bullet des Aufzählungen vom Vortext und Rand */
	/* background-color: #F3FBFE; */
}
	/* Tabelle */
#content table.cells {
	border: 1px solid #266ab1; /* Rahmenfarbe */
	margin: 0px 32px 0px 32px; /* Tabellenposition von links und rechts*/
	padding: 3px 3px 3px 3px; /* Abstand der Zellen vom Tabellenrahmen */		
}

#content td.cell {
	background-color: #F3FBFE;
	padding: 2px 5px 1px 5px; /* Abstand des Zelleninhaltes vom Innenrahmen */
	vertical-align: middle;
	text-align: justify; /* Blocksatz der Texte in den Tabellen aktiv */
	font-size: 13px; /* Schriftgröße innerhalb der Tabellen */
}

#content td.headercell {
	background-color: #BDEFFF; /* #0000A0;*/
	color: #291696; /* #ffffff; */
	font-weight: bold;
	font-size: 13px; /* Schriftgröße der Zellen- bzw Spaltenüberschriften */
}

	/* Teaser */
div.teaserelement {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

div.teaser {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 4px 0px 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
}

/* Absatztype Formular */

input.box {
	/* border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid; */
	color: #0000A0;
	background-color: #fcfcfc;
	width: 300px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #266ab1; /* Rahmenfarbe */
	margin: 0px 32px 0px 32px; /* Tabellenposition von links und rechts zum Aussenrand */
	padding: 3px 3px 3px 3px;  /* Abstand der Zellen vom Tabellenrahmen */	
}

form.formular textarea  {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	color: #0000A0;
	background-color: #fcfcfc;
	width: 300px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	width: 200px;
	line-height: 200%;
	float: left;
	clear: left;
}

form.formular .formnote {
	color: #444655;
	line-height: 160%;
	padding: 2px 0px 10px 202px !important;
}

.buttoncaption {
	line-height: 200%;
}

/* Plugin-Styles */
P.s2d  {
	font-size: 180%;
	color: #0000A0;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}

