/* Hiermit werden die Randabstände und border aller HTML-Elemente auf Null gesetzt. Damit wird das
** Aussehen der Webseite in unterschiedlichen Browsern vereinheitlicht.  */
* { margin:0; padding: 0; }

/* Vertikalen Scrollbalken im Netscape & Firefox erzwingen. Dies verhindert, dass zentrierte Layouts
** um 10 Pixel springen wenn der Seiteninhalt kleiner wird als die Höhe des Browserfensters. */
html {
	height: 100%;
}

body {
	background-color: #E6E6E6;
	font-family: 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser
Fensters geändert wird. */
	position: relative;

/* Vorgabe der Standardfarben und Textausrichtung*/
	color: #000;
	text-align: left;
	padding: 10px;
}

p {
	font-size: 14px;
	padding: 0px 0px 10px 0px;
}

td {
	font-size: 14px;
}

a {
	color: #0d358c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


ul, ol, dl {
	margin: 0pt 0pt 1em 2em;
	line-height: 1.5em;
}
ul > li {
	list-style-position: outside;
	list-style-image: url(../img/nav/arrow.png);
	list-style-type: disc;
	line-height:1.5em;
}



table.page {
	width: 950px;
	border: 2px solid #888899;
	background: #FFFFFF none repeat scroll 0%;
	margin: auto;
	padding: 0px;
}

/* Formatierung der Kopfbereiches */
.header {
	background: #ffffff;
}

.headerLogo {
	padding:0px 10px 0px 10px;
	border:0px;
	background:transparent url(../img/nav/bg.gif) repeat-x bottom;
	text-align: left;
	vertical-align: top;
	height: 88px;
	width: 220px;
}


/*################################################################################
Top-Navigation
################################################################################*/
.topNav {
	color: #ccc;
	padding: 10px 10px 0px 0px;
	background: transparent;
	text-align: right;
	vertical-align: top;
	font-size: 13px;
}

td.topNav a {
	color: #333344;
	text-decoration: none;
}

td.topNav a:hover {
	text-decoration: underline;
}


/*################################################################################
Hauptnavigation
################################################################################*/

.nav { clear:both; width: auto; }

.navMain {
	background:transparent url(../img/nav/bg.gif) repeat-x bottom;
	vertical-align: bottom;
}

.navMain td {
	background:transparent url(../img/nav/left.gif) no-repeat top left;
	padding: 0px 0px 0px 10px;
}
.navMain a {
	background:transparent url(../img/nav/right.gif) no-repeat top right;
	float:left;
	display:block;
	color:#334;
	text-transform: none;
	text-decoration:none;
	font-weight:bold;
	font-size: 13px;
	line-height: 1.5;
	padding:5px 11px 3px 3px;
}

.navMain a:hover {
	color:#fff;
	background-color: transparent;
	background:    url(../img/nav/right.gif) no-repeat top right;
}


.navMain td:hover, .navMain td:hover a { background-position:0% -80px; }
.navMain td:hover a { background-position:100% -80px; }

.navMain #current { background-position:top left }
.navMain #current a { background-position:top right }

.navMain #current {
	background-image:    url(../img/nav/left_on.gif);
	border-width:0
}

.navMain #current a {
	color:#fff;
	background-image: url(../img/nav/right_on.gif);
	font-weight:bold;
	padding-bottom:4px;
	padding-top:4px;
}



td.navMain2 {
	background:#0d358c url(../img/nav/bg_border.gif) repeat-x bottom;
	color:#fff;
	padding:4px 5px 6px 290px;
	height: 8px;
}

td.navMain2 a {
	color:#fff;
	font-size: 13px;
	padding: 3px 5px 5px 7px;
	text-decoration: none;
}

td.navMain2 a.activeLink {
	text-decoration: underline;
}

td.navMain2 a:hover {
	text-decoration: underline;
}

.navLeft {
  width: 150px;
  background:#E8E8E8 none repeat scroll 0%;
  border:1px solid #AAAAAA;
  float:left;
  padding:0px;
}

.navLeft .level1 {
  background:#0D358C none repeat scroll 0%;
  margin:0px;
  padding:2px 10px;
  border-bottom:1px solid #E8E8E8;
}

.navLeft .level1 a {
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
}

.navLeft .level2 {
  background:#E8E8E8 none repeat scroll 0%;
  border-bottom:1px solid #FFFFFF;
  display:block;
  padding:2px 10px;
}

.navLeft .level2 a {
  color:#333333;
  font-size:10px;
  font-weight:bold;

}

/*################################################################################
Toolbar
################################################################################*/
td.toolbar {
	font-size: 12px;
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #ddd;
	color: #888888;
	white-space: nowrap;
	width: 100%;
	margin: 0;
	height: 1px;
}

td.toolbarSuche {
	font-size: 12px;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #ddd;
	white-space: nowrap;
	text-align: right;
	width: 1px;
}

.toolbarSuche .sword {
	color: #aaaaaa;
	font-size: 13px;
	border: 0px;
	margin: 0px;
}

td.toolbar img {
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

td.toolbar a {
	text-decoration: none;
	color: #333344;
	margin: 0px;
}

td.toolbar a:hover {
	text-decoration: underline;
}

/*################################################################################
Main
################################################################################*/
td.main {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

td.contentLeft {
  width: 150px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.leftHeader {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #333344;
	padding: 5px 0px 10px 0px;
}

td.contentMain {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

td.contentRight {
	width: 200px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

/*################################################################################
Footer
################################################################################*/
td.footer {
	background: #0d358c url(../img/nav/border_top.gif) repeat-x scroll center top;
	margin: 20px;
	height: 1px;
}

td.footer a {
	text-decoration: none;
	color: #ffffff;
}

td.footer a:hover {
	text-decoration: underline;
}

div.footerInner {
	background: transparent url(../img/nav/border_bottom.gif) repeat-x scroll center bottom;
	padding: 10px;
	color: #ffffff;
	font-size: 13px;
}

.footerWhitespace {
	height: 10px;
}

/*################################################################################
Content
################################################################################*/

.csc-header h1.csc-firstHeader {
	color: #444444;
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	border-width: 0px;
}

.csc-header h1 {
	color: #444444;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	width: 100%;
	border-bottom: 1px solid #444444;
}

.csc-frame-frame1 {
	border: #0a368a 1px dotted; 
	padding: 10px; 
	FONT-SIZE: 12px; 
	BACKGROUND-COLOR: #eeedfd;
	margin: 20px 0px;
}

.csc-frame-frame1 .csc-header h1 {
	font-size: 14px;
	border-width: 0px;
	margin: 0px 0px 10px 0px;

}
.bodytext {
	padding: 0px 0px 10px 0px;
}

.csc-textpic-lastcol {
	margin: 5px;
}

.csc-textpic-caption {
	text-align: center;
	font-size: 11px;
}

.csc-uploads-icon {
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
}

.csc-frame-frame2 {
	padding: 20px 20px 10px 20px;
	margin: 0px 0px 20px 0px;
	border: 1px dotted #0D358C;
	background-color: #eeeeee;
	color: #000000;
}

/*--- Stammtischliste --------------------------------------------------------*/

.stammtische {
  padding: 0px;
  border: 0px;
  margin: 0px;
  width: 570px;
}

.stammtische thead tr {
  background-color: #eee;
}

.stammtische th {
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  color: #0d358c;
  background-color: transparent;
  padding: 3px 10px 3px 10px;
  margin: 0px;
  border-color: transparent;
  border-bottom: 1px solid #0d358c;
}

.stammtische .tr-odd {}

.stammtische .tr-even {
  background-color: #eeeeee;
}

.stammtische td {
  padding: 0px 10px 0px 10px;
  text-align: left;
  vertical-align: top;
  font-size: 13px;
}

.stPLZGebiet {
	color: #ffffff;
	background-color: #0d358c; 
}

.stPLZGebiet td {
	padding: 5px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}

.stHeadline {
	color: #0d358c;
	background-color: #dddddd; 
}

.stHeadline td {
	font-weight: normal;
	font-size: 12px;
	padding: 5px;
}

.stInfo td {
	padding: 5px;
	border-bottom: 1px dotted #888888;
	font-size: 12px;
}

.stOrt {
	white-space: nowrap;
}

/*--- Vorträge ---------------------------------------------------------------*/
.vortragContainer {}

.vortragItemMonat {
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}

.vortragItem {
  padding: 0px 0px 0px 20px;
}

.vortragItemDetail {
}

.vortragItemDetail a {
  font-size: 16px;
  font-weight: bold;
}

.vortragItemAbstract {
  margin-bottom: 10px;
}

/*################################################################################
PLUGIN NEWLOGINBOX
################################################################################*/
.tx-newloginbox-pi1 {

}

.tx-newloginbox-pi1 h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

#tx-newloginbox-pi1-user {}

#tx-newloginbox-pi1-pass {}

#tx-newloginbox-pi1-submit {}

.tx-newloginbox-pi1-forgotP {

}

/*################################################################################
PLUGIN INDEXED SEARCH
################################################################################*/
.tx-indexedsearch-searchbox-sword {}

/*################################################################################
PLUGIN TT_NEWS
################################################################################*/

hr.clearer {
	display: none;
}

/* ---- NEWS LATEST ----------------------------------------------------------------------------*/

.news-latest-container {
	/*height: 97%;*/
	background-image: url(../img/nav/aktuelles_bg_items.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.news-latest-container h2 {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	/*background-color: #0d358c;*/
	padding: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: .3em;
	background-image: url(../img/nav/aktuelles_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.news-latest-item {
	padding: 5px 10px 5px 10px;
}

.news-latest-item p.bodytext{
	font-size: 11px;
	line-height:1.1em;
	padding: 0px 0px 3px 0px;
}

.news-latest-item .news-latest-date {
	font-size: 11px;
}

.news-latest-item h3 a {
	font-size: 12px;
	line-height: 1.1em;
}

.news-latest-item hr.clearer {
	color: #0d358c;
}

.news-latest-morelink {
	text-align: right;
}

.news-latest-morelink a {
	font-size: 11px;
}

.news-latest-gotoarchive {
	padding: 10px;
	background-image: url(../img/nav/aktuelles_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* ---- NEWS LIST -------------------------------------------------------------------------------*/

.news-list-container {
  width: 100%;
}

.news-list-item {
	border-bottom: 1px dotted #0d358c;
	padding-bottom: 10px;
}

.news-list-item h3 {
  padding: 5px 0px 0px 0px;
  font-size: 15px;  
}

.news-list-item .bodytext {
  font-size: 13px;
  padding: 0px 0px 5px 0px;
}

.news-list-item img {
	float: right;
	padding: 0px;
	margin-left: 10px;
}

.news-list-morelink {
  font-size: 13px;
}

.news-list-browse {
	padding: 10px 5px 5px 5px;
}

.tx-ttnews-browsebox table {
	padding-top: 10px;	
}

.tx-ttnews-browsebox p {	
	padding: 0px;
	margin: 0px;
}

.tx-ttnews-browsebox table td {	
	padding: 0px 5px 0px 5px;
}
.tx-ttnews-browsebox-strong {
	font-weight: bold;
}

.tx-ttnews-browsebox-SCell {
	font-weight: bold;
	border: 1px solid #0d358c;
	background-color: #dddddd;
}

/* ---- NEWS SINGLE ----------------------------------------------------------*/

.news-single-item {}

.news-single-item h2 {
	color: #444444;
}

.news-single-item h3 {
	font-size: 14px;
	padding-bottom: 10px;
}

.news-single-img {
	float: right;
	margin-left: 10px;
}
.news-single-timedata {}

.news-single-author {}

.news-single-backlink {}


/*##############################################################################
  PLUGIN CAL
  ############################################################################*/
.tx-cal-controller {
}

.tx-cal-controller .pagebrowser {
  font-size: 11px;
}

.tx-cal-controller h1 {
}

.tx-cal-controller .found {
}

.tx-cal-controller dl {
}


.tx-cal-controller dt a {
  font-weight: bold;
  line-height: 1.5em;
}

.tx-cal-controller dt .bodytext {
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.3em
}

.calendar-event {
  border: 0px;
}

.tx-cal-controller h1 {
	color: #444444;
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}

#calendar-event td {
	padding: 0px 10px 0px 5px;
}

.tx-cal-controller fieldset {
  border: 0px;
}

#calendar-event-backlink {
	padding-top: 10px;
}

.cal-single-img {
	padding: 10px;
	float: right;
}

.calendar-list-table {
	border-top: 1px dotted #0d358c;
}

.calendar-list-table .small{
	font-size: 10px;
}

.calendar-list-table tr {

}

.calendar-list-table tr td {
	text-align: left;
	vertical-align: top;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px dotted #0d358c;
}

.calendar-list-table .calendar-list-small {
	border: 0px;
}

.calendar-list-table .calendar-list-small td {
	font-size: 11px;
	border: 0px;
	text-align: left;
	vertical-align: top;
	padding: 0px 10px 0px 0px;
}

.tx-cal-controller .pagebrowser {
	padding: 10px 5px 10px 5px;
}

/*##############################################################################
  PLUGIN AB_DOWNLOAD
  ############################################################################*/
.tx_abdownloads_viewDetailsForDownload {
  border: 0px;
  background-color: #ffffff;
}

.tx_abdownloads_viewAddNewDownload {
  border: 0px;
  background-color: #ffffff;
}

.tx_abdownloads_viewRateDownload {
  border: 0px;
  background-color: #ffffff;
}
