/* Hiermit werden die Randabstaende und Border aller HTML-Elemente auf Null gesetzt. 
** Damit wird das Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht. 
*/
	
* { margin:0; padding:0; border:0 }

/* Das Zuruecksetzen der Innen- und Aussenabstaende verursacht zu kleine Selectboxen.*/
option {padding-left: 0.4em}

/*
** Die nachfolgenden Angaben entstammen dem Artikel 'Useful Code Snippets' von Mike Foskett
** [http://www.websemantics.co.uk/tutorials/useful_css_snippets/]
*/
	
/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts 
** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Hoehe des Browserfensters. */
html { height: 100% }
body { 
	min-height: 101%;	
/* Beseitigung des Rundungsfehlers bei Schriftgroessen im Opera sowie Standardformatierungen */
	font-size: 100.01%; 
/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden wenn die Groesse des Browser 
** Fensters geaendert wird. */
	position: relative; 
	
/* Vorgabe der Standardfarben und Textausrichtung*/     
		color: Black;        
		background-color: #fff;
		text-align: left; 
	} 
/* Standardrahmen zuruecksetzen */
fieldset, img { border:0; }
	
/* Anpassung fuer Safari Browser. font-size:100% ist fuer den Safari in Formularen zu gross */ 
select, input, textarea { font-size: 99% }

body, html {
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	}
.clear-left {
	clear:left; /* Wer float sagt, muss auch clear sagen */
	font-size:1px; /* Damit das Ganze unsichtbar bleibt */
	}
/*	
h1, h2 {font-family: Verdana, Georgia, "New Century Schoolbook", Times, "Times New Roman", serif;}
*/
h1, h2 {font-family: Verdana, 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;}
h3, h4, h5, h6 {
	font: bold 1em Verdana, Lucida, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 1.5em;
	}
ul, ol, li, dl, dt, dd {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
ul { list-style-type: square; }
h1 { font-size: 1.6em; font-weight: normal; font-variant: small-caps; display: block; line-height: 1.2em; color: #765; border-bottom: 1px #ccc solid; margin:0.4em 0 0.5em 0; padding-top: 1em;}
/*
* h1 {font-size: 1.6em; line-height: 1.2em; color: #765; border-bottom: 1px #ccc solid; margin:0.4em 0 0.5em 0; padding-top: 1em;}
*/
h2 { font-size: 1.4em; font-weight: normal; line-height: 1.2em; color: #fff; background-color: #765; margin:0.2em 0 0.5em 0; padding: 0.3em; margin-top: 1em; }
h3 { font-size: 1.2em; color: #765; margin:0.4em 0 0.3em 0; padding-top: 1em;}
h4 { font-size: 1.0em; color: #888; margin:0.4em 0 0.3em 0; border-bottom: 1px #ccc solid; padding-top: 1em;}
h5 { font-size: 0.9em; }
h6 { font-size: 0.9em; font-style:italic }

#title {display:none;}
p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 100.01% 
}
/*
table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
table.full { width: 100%; }
table.fixed { table-layout:fixed }

th,td { padding: 0.5em; }
thead th { background: #444; color: #fff }
tbody th { background: #ccc; color: #333 }
tbody th.sub { background: #ddd; color: #333 }
*/
/* Content element "table" */
/*
table.contenttable {font-size:0.8em; width:100%; margin:0 0 1em 0; border-collapse:collapse; empty-cells:show;}
table.contenttable caption {text-align:left; font-weight:bold; color:#888; margin-bottom:0.2em;}
table.contenttable th {height:2.0em; background:#4E5155; color:white; padding:2px 7px 2px 7px; border-left:solid 2px #fff; border-right:solid 2px #fff; border-top:solid 2px #fff; border-bottom:solid 2px #fff;}
table.contenttable tr.tr-odd {background: #eee;}
table.contenttable tr.tr-even {background: #e3e3e3;}
table.contenttable td {height:3.0em; padding:2px 7px 2px 7px; border-left:solid 2px #fff; border-right:solid 2px #fff; border-top:solid 2px #fff; border-bottom:solid 2px #fff; text-align:left; font-weight:normal}
*/
table.gitter {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
margin: 0;
padding: 0;

}
table.gitter td {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 0;
padding: 3px;
}
table.gitter th {
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #ddd;
margin: 0;
padding: 3px;
text-align: left;
}
table.einfach {
border: 1px solid #ccc;
margin: 0;
padding: 0;
}
table.einfach td {
margin: 0;
padding: 3px;
}
table.einfach th {
background: #ddd;
border-bottom: #ccc;
margin: 0;
padding: 3px;
text-align: left;
}
td.zelleBlau {
	background-color: #2d69a9;
	color: white;
	font-size: 12px;
}
img {
	border: 0 none;
}

#BBS {
	background-image: url(Bilder/BBS_10.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: transparent;
	top: 0;
	width: 100%;
	height: 100%;
	display:block;
}

/* ### Auszeichnung lokaler und Externer Links ######################################################## */

a {
	text-decoration: none;
	color: #666;
	}
a img {
	border: none;
	}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
	background: #f3f0ea;
	}
a:active {
	text-decoration: none;
	color: #000;
	background: #e1d9cc;
	}
a:visited {
	text-decoration: none;
	color: #999;
	border: none;
	}
#header {
	top: 0;
	width: 100%;
	}
#logo {
	width: 175px;
	height: 163px;
	z-index: 1;
	float: left;
	}
#Spacer {
	background-image: url(Bilder/BBS_02.jpg);
	left: 175px;
	width: 69px;
	height: 127px;
	z-index: 1;
	float: left;
	margin-right: -3px;
}
#topmenu {
	background-image: url(Bilder/BBS_04.jpg);
	height: 127px;
	width: 100%;
}

#picts {
	position: absolute;
	padding: 7px;
	left: 212px;
	font-size: 0.8em;
	float: left;
}
#picts a {
	float: left;
	background-image: url(Bilder/bildungsangebote/not_active.gif);
	width: 90px;
	height: 70px;
	display: block;
}
#picts a:hover {
	background-image: url(Bilder/bildungsangebote/active.jpg);
	background: transparent;
}
#picts a .descr {
	display: none;
	background: transparent;
}
#picts a:hover .descr {
	display: block;
	position: static;
	top: 68px;
	color: White;
	font-size: 0.70em;
	font-weight: bold;
	margin-left: 10px;
	background: transparent;
}

#leftcol {
	float: left;
	width: 175px;
	height: 100%;
	top: 163px;
	left: 0;
}

#navspacer {
	background-image: url(Bilder/BBS_07.jpg);
	height: 44px;
}

#breadcrumb {
	position: absolute;
	top: 96px;
	left: 255px;
	height: 1em;
	background-image: url(Bilder/bg_breadcrumb.gif);
	color: White;
	font-size: 0.70em;
	line-height: 1em;
	padding: 2px;
	padding-left: 10px;
}

#breadcrumb a {
	color: White;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#content {
	background-image: url(Bilder/BBS_05.jpg);
	background-repeat: no-repeat;
	background-color:transparent;
	font-size: 0.8em;
	position:relative;
	margin-left:170px;
	max-width: 600px;
	padding-left: 20px;
	height: 100%;
	top: -36px;
	left: 5px;
}
/* Formatierung der Fusszeile */
#footer { bottom:0 ; width: 100%; clear: both; color:#888; left: 177px; background: white; font-size: 0.75em; margin: 0 1em; padding: 1em 0;}
#footer a { color: #669; }
#footer a:hover {background-color: #eef; }
#footer a:focus {background-color: #eef; }

#printline{ width: 100%; color:#888; background: white; font-size: 0.75em; margin: 0 1em; padding: 1em 0;}
#printline a { color: #669; }
#printline a:hover {background-color: #eef; }
#printline a:focus {background-color: #eef; }

#bc_header {
	font-weight: bold;
}

/* ----------- Navigation Anfang --------------- */
#navigation {
	width: 149px;
	height: auto;
}

#navigation ul
{
	list-style-type: none;
	text-align: left;
	margin-left: 8px;
}

#navigation ul ul
{
	margin-left: 0px;
	padding-left: 8px;
	background-color: White;
}

#navigation ul li
{
	border-bottom: 1px solid white;
}

#navigation ul ul li
{
	border-bottom: 1px solid #374ABA;
}

#navigation ul ul li a
{
	background: transparent url(Bilder/list-off.gif) top left no-repeat;
	padding-left: 8px;
	text-align: left;
	color: blue;
}

#navigation ul li.aktiv a
{
	background: transparent url(Bilder/list-active.gif) top left no-repeat;
	padding-left: 8px;
	text-align: left;
}

#navigation ul li.aktiv li a
{
	background: transparent url(Bilder/list-off.gif) top left no-repeat;
	padding-left: 8px;
	text-align: left;
}

#navigation ul ul li.aktiv li a
{
	background: transparent url(Bilder/list-off.gif) top left no-repeat;
	padding-left: 8px;
	text-align: left;
}

#navigation ul ul li.aktiv a
{
	background: transparent url(Bilder/list-active.gif) top left no-repeat;
	padding-left: 8px;
	text-align: left;
}

#navigation ul li#current a
{
	background: transparent url(Bilder/list-on.gif) top left no-repeat;
	padding-left: 8px;
	text-align: left;
	color: Red;
}

#navigation ul ul li#current a
{
	background: transparent url(Bilder/list-on.gif) top left no-repeat;
	padding-left: 8px;
	text-align: left;
	color: red;
}

#navigation ul ul ul li#current a
{
	background: transparent url(Bilder/list-on.gif) top left no-repeat;
	padding-left: 8px;
	text-align: left;
	color: red;
}

#navigation ul ul li#current a
{
	background: transparent url(Bilder/list-on.gif) top left no-repeat;
	padding-left: 8px;
	text-align: left;
}
	
#navigation ul li a
{
	background: transparent url(Bilder/list-off.gif) top left no-repeat;
	padding-left: 10px;
	text-align: left;
	font: normal 0.7em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
}

#navigation ul li a:hover
{
	background: transparent url(Bilder/list-on.gif) top left no-repeat;
	color: #f00;
}

#navigation ul li a#current
{
	background: transparent url(Bilder/list-on.gif) top left no-repeat;
}

/* ----------- Navigation Ende --------------- */

/* Typo3 Version 4 */
dd.csc-textpic-caption {
	font-style: italic;
	font-size: 0.9em;
	background-color: #E0E7F5; padding: 0;
}

/*******************************************
* Styles f�r tt_news
********************************************/
.tx-ttnews-browsebox {
	text-align:center;
	padding:0;
	margin:1.2em 0 1em 0;
  padding:1px;
  border:1px solid #ccd;
  background:#f0f0f4;
}
.tx-ttnews-browsebox a, .tx-ttnews-browsebox strong {
	padding: 0 0.4em 0.4em 0;
	margin:0;
	background:transparent;
}

/* LATEST Ansicht */
.news-latest-item {
	margin-bottom: 1em;
}
.news-latest-item h3 {
	padding-top: 0;
}
.news-latest-item h3 a { text-decoration:underline; }
.news-latest-item h3 a:hover { background:transparent; }
.news-latest-item img {
	padding-right: 1em;
	padding-top: 0.5em;
	float: left;
}
.news-latest-morelink {
  padding:1px;
  border:1px solid #ccd;
  background:#f0f0f4;
	text-align:center;
}

/* LIST Ansicht */
.news-list-item {
	margin-bottom: 1em;
}
.news-list-item h3 {
	padding-top: 0;
}
.news-list-item h3 a { text-decoration:underline; }
.news-list-item h3 a:hover { background:transparent; }
.news-list-item h3 span.news-list-date {
	color: #aaa;
	font-weight: normal;
}
.news-list-morelink {
  padding:1px;
  border:1px solid #ccd;
  background:#f0f0f4;
	text-align:center;
}
.news-list-morelink a { color: #669;}
.news-list-morelink a:hover { background: transparent; }

/* SINGLE Ansicht */
.news-single-item h3 {
	margin-bottom: 1em;
	margin-top: 1em;
	color: #000;
	padding: 0.5em;
	background: #f0f0f4;
	border-left: 8px #E0E7F5 solid;
}
.news-single-img {
	padding-right:15px;
	float:left;
}
.news-single-img p {
	padding:0;
	margin:0;
}
.news-single-timedata {
	color: #aaa;
	margin-bottom: 1em;
}
.news-list-category {
	color: #aaa;
}
.news-single-additional-info {
}
.news-single-additional-info dd {
	margin-top: -1em;
}
.news-single-additional-info dt {
	margin-bottom: 1.4em;
	color: #aaa;
}
/*******************************************
* Styles für Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#E0E7F5; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup { font-family: monospace; font-style: normal; padding:0 0.3em 0 0.3em; background:#ffff88; border: 1px #ccd solid; }

/***
* .tx-indexedsearch-searchbox{padding:3px;}
***/
.tx-indexedsearch-rules h2,.tx-indexedsearch-whatis{font-size:0.8em;color:#0143A5;}
.tx-indexedsearch-info{font-style:italic;font-size:1em;}
.tx-indexedsearch-title a,.tx-indexedsearch-result-number,.tx-indexedsearch-result-number{font-weight:700;font-size:0.8em;}
.tx-indexedsearch,.tx-indexedsearch-browsebox{display:block;}
ul.browsebox li{display:inline;list-style:none;margin:0 5px 0 0;padding:0;}
.tx-indexedsearch-descr{width:500px;overflow:hidden;}
hr.hr{border:0;color:#FFF;background-color:#AAC0E0;height:1px;width:100%;text-align:left;}
ul.browsebox,.tx-indexedsearch-res{display:block;margin:0;padding:0;}

/*******************************************
* Styles für Linklist
*******************************************
.tx_ablinklist_listView_links {
}
.tx_ablinklist_listView_link {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #cccccc;
}
.tx-ablinklist-pi1-browsebox td {
	padding-right: 1em;
}
.tx_ablinklist_viewRateLink {
}
*******************************************
* TYPO3 Mailformular
********************************************/
.csc-mailform-field label {
  color:#369;
  display:block;
  font-size:0.8em;
  margin-top:1em;
}
.csc-mailform-radio label {
  display:inline;
  margin-left:0.3em;
}
.csc-mailform-radio legend {
  display:none;
}
.csc-mailform-submit {
  margin-top:1em;
}

table.typo3-editPanel { border: none; background-color: #fff; width: auto;}
table.typo3-editPanel TD.typo3-editPanel-controls { border: 1px solid #ccc; background-color: #fff;}
