* { margin:0px; padding:0px; }

html, body {
	height:100%;
}

body {
	text-align:center;						/* Zentrierung für den alten IE */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background-color:#E9E9E9;
	
	background-image:url( images/bkg_blau.gif );
	background-repeat:repeat-x;
	background-attachment:fixed;
}

/***************************
 *** Allgemeines
 ***************************/
 
 /* Links */
a {
	text-decoration:none;
	color:#003498;
}

a:hover {
	text-decoration:underline;
}
 
/* Versteckt Elemente, die für Barrierefreiheit genutzt werden */
.a13 { display:none; }

/* Umflossene Elemente */
.right { float:right; margin-left:10px; margin-bottom:5px; }
.left { float:left; margin-right:10px; margin-bottom:5px; }

/* Umfluss abbrechen */
.clear { clear:both; width:100%; }

/* Formulare */
fieldset { border:0px; }

/* Listen */

ul {
	margin:10px 10px 10px 25px;
}

li {
	margin-bottom:2px;
}

/****************************************************
 *** HINTERGRUND
 *** Der Rand / Hintergrund
 ****************************************************/

#bkg {
	/*width:100%;
	background-color:#FFFFFF;
	background-image:url( images/unten_rand.gif );
	background-repeat:repeat-x;
	background-position:left bottom;*/
}
 
#bkg1 {
	/*background-color:#F9F9F9; height:175px;
	background-image:url( images/banner_rand.gif );
	background-repeat:repeat-x;
	background-position:left 25px;
	margin-bottom:-175px;*/
}

/****************************************************
 *** STRUKTUR
 *** Der grundlegene Aufbau der Seite
 ****************************************************/
 
/* Kopf, Inhalt und Fuss */
#body {
	width:90%;
	min-width:800px;
	max-width:1024px;
	text-align:left;						/* Nach der Zentrierung für IE, den Textfluss wieder linksbündig ausrichten */
	margin:0 auto;							/* Zentrierung für die neueren Browser */
	
	background-color:#FFFFFF;	position:relative;
	
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#FFFFFF;
}

* html #body {
	width:1000px;
}

/* Kopf der Seite */
#body #head {
}

/* Linke, mittlere und rechte Spalte */
#body #content {
}

/* Linke Spalte */
#body #left {
	float:left; width:19%;
}

/* Mittlere und rechte Spalte */
#body #complete_right {
	float:right; width:79%;
}

/* Mittlere Spalte */
#body #complete_right #center {
	width:65%;
	float:left;
}

/* Rechte Spalte */
#body #complete_right #right {
	width:33%;
	float:right;
}

/* Fuss */
#body #foot {
	clear:both; width:100%;
}

/****************************************************
 *** HEAD
 *** Der Kopf der Seite
 ****************************************************/
 
#head {
	background-image:url( images/bkg_header.gif );
	background-repeat:repeat-y;
}
 
/* Banner, Logo usw... */
#head #banner {
	width:100%;
	height:150px;
	background-image:url( images/banner.gif );
	background-repeat:repeat-x;
	background-position:top right;
	position:relative;
}

#head #banner a, #head #banner img {
	border:0px;
	text-decoration:none;
}

#head #logo {
	position:absolute;
	bottom:20px; left:10px;
}

#head h1 {
	position:absolute;
	bottom:20px;
	left:140px;
	font-size:26px;
	color:#003498;
	font-weight:bold;
}

#head h1 span.subtitle {
	/*color:#000000;*/
	color:#003498;
	font-weight:normal;
}

#head #banner #mediationlink {
	position:absolute;
	top:0px; right:0px;
	width:150px; height:80px;
	display:block;
}

/* Submenü */
/* Das Submenü liegt im HTML-Template unter dem normalen Menü, um die Seitenlogik zu erhalten */

#head {
	padding-top:25px;	/* Banner im Kopf herunterrücken */
}

ul.submenu {
	list-style-type:none;
	margin:0px; padding:0px;
	
	position:absolute;
	top:0px; right:0px;
	height:25px;
	
	/*padding-left:150px;
	background-color:transparent;
	background-image:url(images/submenu_shadow.gif);
	background-repeat:repeat-y;
	background-position:left;*/
}

* html ul.submenu {							/* Positionierung für den IE 6.x */
	float:right;
	position:relative;
	top:-175px;
	margin:0px;
}

ul.submenu li {
	float:left; 
	background-color:#FFFFFF;
	padding:5px;
}

ul.submenu li  + li  { border-left:1px solid #E0E0E0; }
* html ul.submenu li { border-left:1px solid #E0E0E0; }

ul.submenu li a {
	text-decoration:none;
	color:#000000;
}

ul.submenu li a:hover { text-decoration:underline; }
 
/****************************************************
 *** LEFT
 *** Die linke Spalte, das Hauptmenü
 ****************************************************/
 
#left {
	background-image:url( images/menu_background.gif );
	background-repeat:repeat-x;
	min-height:350px;
}

/*** HAUPTMENÜ ***/

#left #menu1 {
	padding:0px;
	margin:15px 0px 20px 20px;
	font-size:14px;
}
#left #menu1 div {
	padding-left:12px;
	background-image:url( images/li_dot.gif );
	background-repeat:no-repeat;
	background-position:left 7px;
	margin-bottom:2px;
}

/* Erste Ebene */
#left #menu1 .menu1-1-no, #left #menu1 .menu1-1-act {
}

#left #menu1 a {
	text-decoration:none;
	color:#000000;
}

#left #menu1 a:hover{ text-decoration:underline; }

/* Zweite Ebene */
#left #menu1 .menu1-2-no, #left #menu1 .menu1-2-act {
	margin-left:15px;
	font-size:92%;
	
	background-image:url( images/li_dot_small.gif );
}

/* Dritte Ebene */
#left #menu1 .menu1-3-no, #left #menu1 .menu1-3-act {
	margin-left:30px;
	font-size:88%;
	
	background-image:url( images/li_dot_smaller.gif );
}

/* Vierte Ebene */
#left #menu1 .menu1-4-no, #left #menu1 .menu1-4-act {
	margin-left:45px;
	font-size:82%;
	
	background-image:url( images/li_dot_smallest.gif );
}


/*** SUCHFELD ***/

#left form#search {
	width:100%;
	padding-top:5px; padding-bottom:5px;
	margin:0px; margin-top:10px;
	
	border-bottom:2px solid #FFFFFF;
}

#left #search #searchfield {
	margin-left:10px;
	width:70%;
	float:left;
	
	border:1px solid #FFCD37;
	border-color:#999900 #FFCD37 #FFCD37 #999900;
}

#left #search #submit {
	margin-left:5px;
	position:relative;
	top:-3px;
}

/****************************************************
 *** COMPLETE RIGHT
 *** Mittlere und rechte Spalte
 ****************************************************/

#complete_right {
	padding-top:20px;
	padding-bottom:40px;
}

* html #complete_right {	/* Für den IE 6.x: Verschiebung durch Submenü korrigieren */
	padding-top:15px;
}

/*** Schriftformatierung ***/

#complete_right p {
	font-size:12px;
	line-height:18px;
	margin-bottom:5px;
}

#complete_right h3 {
	font-size:220%;
	margin-bottom:20px;
	color:#003498;
}

#complete_right h4 {
	font-size:140%;
	margin-bottom:5px; margin-top:15px;
	color:#003498;
}

#contentplace h1 {
	font-size:160%;
	margin-bottom:20px;; margin-top:25px;
	color:#003498;
}

#contentplace h2 {
	font-size:120%;
	margin-bottom:5px; margin-top:15px;
	color:#003498;
}

#contentplace h3 {
	font-size:110%;
	margin-bottom:5px; margin-top:15px;
	color:#003498;
}

/* Externe Links markieren */
#complete_right a[href^="http://"]:before  { content:url(images/ext_link_symbol.gif); }
#complete_right a[href^="https://"]:before { content:url(images/ext_link_symbol.gif); }
/* Markierung für die Domain bdsev.de entfernen */
#complete_right a[href^="http://www.bdsev.de"]:before { display: none; }
#complete_right a[href^="http://bdsev.de"]:before { display: none; }
#complete_right a[href^="http://neu2.bdsev.de"]:before { display: none; }

/*** Mittlere Spalte ***/

#body #complete_right #center {
	width:60%;
}

#contentplace #breadcrumbs {
	font-weight:bold;
	font-size:10px;
	margin-bottom:15px;
}

#contentplace #breadcrumbs a {
	font-weight:normal;
}

/*** Rechte Spalte ***/

#right div {
	margin-bottom:20px;
}

#right h2 {
	color:#FFCD37;
	width:100%;
	border-bottom:1px solid #FFCD37;
	font-size:14px;
	margin-bottom:10px;
}

#right h3 {
	margin:0px 10px 3px 10px;
	font-size:12px;
}
 
#right p {
	margin:0px 10px 10px 10px;
	font-size:11px;
	line-height:16px;
}

#right div {
	overflow:hidden;
	margin:0px;
}

#right img.symbol {
	float:left;
	margin-left:10px;
}

#right img + h3 {
	margin-left:60px;
}

#right img + h3 + p {
	margin-left:60px;
}
 
/****************************************************
 *** FOOT
 *** Der Seitenfuss
 ****************************************************/
 
#foot {
	clear:both; float:none;
	width:100%; height:20px;
	background-color:#FFCD37;
}



/*News-Modul*/

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #000080;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:1px solid #333;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border:1px solid #000080;
	background-color:#FFFFFF;
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	/*border:1px solid #666;*/
	background-color:#FFFFFF;

	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	/*border:1px solid #666;*/
	background-color:#FFFFFF;

}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	/*border-bottom: 1px solid #769024;*/
	background-color: #FFFFFF;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#000080;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#000080;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: #000080;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #FFFFFF;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	/*border:1px solid #666;*/
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #FFFFFF;
	padding:3px;
	background-color:#FFFFFF;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #FFFFFF;
	border:1px solid #000000;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:1px solid #000080;
	background-color:#FFFFFF;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #000080;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #FFFFFF;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #FFFFFF;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #FFFFFF;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#FFFFFF;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}

table.contenttable {
	border-collapse:collapse;
	padding:2px;
	spacing:2px;
	width:95%
}

table.contenttable thead {
	background-color:#E9E9E9;
}

table.contenttable tr {
	min-height: 25px;
	height: 25px;
}

table.contenttable thead tr th {
	border: 1px solid #003498;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	min-height: 35px;
	height: 35px;
}

table.contenttable tbody tr td {
	border: 1px solid black;
	padding 2px;
	padding-left: 3px;
	padding-right: 3px;
	min-height: 20x;
	height: 20px;
}

table.contenttable-ausschuss tr td.td-0 {
	width: 40%;
}

table.contenttable-ausschuss tr td.td-1 {
	width: 60%;
}



.indent {
  padding-left: 10px;
}

#centerContent ol{
  margin-left: 20px;
}

#centerContent ul {
  margin-left: 15px;
}



.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
th {
  text-align: left;
}
caption {
  font-weight: bold;
  font-size: 14pt;
  padding-top: 10px;
  padding-bottom: 10px;
}

