/*general Offset*/
*{margin:0;
padding:0;
}
/*Scrollbar erzeugen*/
html {height:101%;}


body { 
	color:#004f96;
	background-color:#f4f1ee;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 76.1%;
	line-height:1.3em;
	margin:1em 0;
	text-align:center; 
					 
}

/* ===============================
 =Block-Elemente 
=============================== */
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0.5em 0;
}
ul {
	margin-left: 2em;
}
fieldset {
	padding: .5em;
}
/* ===============================
   =Inline-Elemente 
=============================== */
a {
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

/* ===============================
   =Classes allgemeiner Art 
=============================== */


/* ===============================
   =special IDs
=============================== */
.clearbox {	
	clear:left;
	clear:right;
	display:none;
	visibility:hidden;
		}
		

/* ========================================

  2. LAYOUTBEREICHE

========================================= */ 
/*Container für die Seitenzentrierung und fixe Breite */
#containerBorder {		
	width:940px; 
	margin:32px auto 0px auto;
	border:#004f96 solid 1px;
	/*border:#ddd solid 2px;*/
	background-color:#fff;
		}
#container {		
	width:900px; 
	margin:0px auto 0px auto;
	border-top:#fff solid 20px;
	border-left:#fff solid 20px;
	border-right:#fff solid 20px;
		/*border:#ddd solid 2px;*/
background-color:#eff3f5;
		}
/* ===============================
   =KOPFBEREICH
=============================== */

#topNavi {
	width:100%;
    margin:0px;
    padding:8px 0px 0px 0px;
    background-color:#f9f8f4;
    height:16px;
	color:#f37021;				
			}
					
/*-------------------------------------------------------------
=Navigation TOP horizontale Liste Flatlist
----------------------------------------------------------------*/
#topNavi div.moduletable ul#mainlevel-topNav 
		{
	margin-right:4px;
	text-align:right;
			}
												
#topNavi div.moduletable ul#mainlevel-topNav li
{		
	display: inline;
	list-style-type: none;
							}
															
#topNavi div.moduletable ul#mainlevel-topNav li a.mainlevel-topNav	
{	
	padding: 4px 4px 0px 4px;
	width:100px;
	text-decoration:none;
	font-weight:normal;
	color:#f37021;
	background-color:transparent;
	border-left:#f9f8f4 solid 2px;
					}
#topNavi div.moduletable ul#mainlevel-topNav li a.mainlevel-topNav:visited	
{	
	text-decoration:none;
	font-weight:normal;
						}
															
															
#topNavi div.moduletable ul#mainlevel-topNav li a.mainlevel-topNav:hover 
			{	font-weight:normal;
				border-left:#f37021 solid 2px;
					}
																	
#topNavi div.moduletable ul#mainlevel-topNav li a#active_menu-topNav  
			{	font-weight:normal;
					border-left:2px solid;
					}
/*Bannerbereich zweispaltig mit wrapper--------------------------------------*/
#header {
	height:100px;
	width:100%;
	background-color:#f9f8f4;
			}	
#headerLeft {
	width:660px;
	text-align:left;
	float:left;
	height:100px;
	background: url(../images/headerLeft.jpg) no-repeat;
					}


#headerRight {
	float:right;
	width:240px;
	height:100px;
	background-color:#f2f1ed;
	background: url(../images/headerRight.gif);
	background-position:7px 40px;
	background-repeat:no-repeat;
	}
/*Breadcrump zweispaltig mit wrapper--------------------------------------*/
#breadcrump {
	width:100%;
	height:20px;
	background-color:#3359a2;
	color:white;
	text-align:left;
				}
#breadcrumpLeft { 
	width:200px; 
	height:20px;
	float:left;
	background: url(../images/breadcrumpLeft-bg.jpg) no-repeat;
	background-color:#3359a2;
	color:white;
	text-align:left;
				}
#breadcrumpRight {  
	width:685px;
	padding-left:14px;
	border-left:1px dotted #eeb88f;
	height:18px;
	float:left;
	background-color:#e46809;
	color:#f5e1d5;
	text-align:left;
	padding-top:2px;
				}
/* ===============================
   =Hauptinformationsbereich mit Hauptnavigation 
   vertikal 3-spaltig fixe Breite
   =============================== */
 
#contentWrapper {	
	width:100%;
	overflow:hidden;
	/*min-height Fast hack IE*/
	min-height:380px;
	height:auto !important;
	height:380px;
	background: url(../images/threecol-main.png) repeat-y;
	background-color:#f2f1ed;
					}

/*wrapper, wenn Editor aktiv--------------------------------------*/
#contentWrapperEdit {	
	width:100%;
	overflow:hidden;
	/*min-height Fast hack IE*/
	min-height:380px;
	height:auto !important;
	height:380px;
	background: url(../images/threecol-main.png) repeat-y;
	background-color:#eff3f5;
					}

#contentMainNavi {
	float:left;
	width:200px;
	/*min-height hack*/
	min-height:380px;
	height:auto !important;
	height:380px;
	background-color:#f2f1ed;
	text-align:left;
	}
#contentMainNaviPic {
		margin:0px;
		padding:0px;
		height:29px;
		background:url(../images/navi-bgTop.jpg) no-repeat;
	}
														
/* Navigation als vertikale Tabelle mit sublevel gleiche Eigenschaften
bei Einstellung in mainnav ->  verwendet wegen ausklappen*/
#contentMainNavi div.moduletable 
{
	margin-top:0px;
	margin-bottom:20px;
	}
	
	
#contentMainNavi div.moduletable h3 
{
		height:18px;
		color: #004f96;
		padding: 2px 10px;
		text-align: left;
		font-size: 1.0em;
		margin: 0px;
		border-left:1px solid #004f96;
		border-top:1px solid #004f96;
		border-bottom:1px solid #004f96;
		background-color:#fff;
}
#contentMainNavi div.moduletable .search {padding:5px 5px 0px 8px;}
#contentMainNavi div.moduletable input.button {margin-left:5px;}

#contentMainNavi a.mainlevel-mainNav, #contentMainNavi a.mainlevel-internNav
{	
	margin-top:0px;
margin-left:0px;
padding-top:2px;
padding-left:8px;
display: block;
width:188px;
height:18px;
color: #004f96;
background-color:#f2f1ed;
border-left:4px #004f96 solid;
border-bottom:1px #004f96 solid;
	
		}
#contentMainNavi a.mainlevel-mainNav:hover, #contentMainNavi a.mainlevel-internNav:hover
{
	text-decoration:none;
background-color:#f5e1d5;
border-left:4px #f58542 solid;
border-bottom:1px #004f96 solid;
		}
#contentMainNavi a.sublevel-mainNav
{	
	margin-top:0px;
margin-left:0px;
padding-top:2px;
padding-left:8px;
display: block;
width:188px;
height:18px;
color: #004f96;
background-color:#eff3f5;
border-left:4px #eeb88f solid;
border-bottom:1px #004f96 solid;
	
		}
#contentMainNavi a.sublevel-mainNav:hover 
{
	text-decoration:none;
background-color:#f5e1d5;
border-left:4px #f58542 solid;
border-bottom:1px #004f96 solid;
		}
/*Mainnavigation: Unser Angebot

*/
#contentMainNavi a.mainlevel-mainNav:hover,a.sublevel-mainNav:hover 
{
	text-decoration:none;
background-color:#f5e1d5;
border-left:4px #f58542 solid;
		}
		
#contentMainNavi a#active_menu-mainNav
{	color: #004f96;
  background-color:#f5e1d5;
border-left:4px #f58542 solid;

}
/*Ende Tabellen Navigation*/
																	
#contentMainEdit
 {	
/*min-height hack*/
	min-height:380px;
	height:auto !important;
	height:380px;
	float:left;
	width:680px;
	/*background: url(../images/threecol-middle.png) repeat-y;*/
	border-left:1px #f3843f dotted;
	padding-left:10px;
	background-color:#f5f6f6;	
	text-align:left;
	margin-top:10px;
	}													
										
#contentMain
 {	
/*min-height hack*/
	min-height:380px;
	height:auto !important;
	height:380px;
	float:left;
	width:450px;
	/*background: url(../images/threecol-middle.png) repeat-y;*/
	border-left:1px #eeb88f dotted;
	padding-left:18px;
padding-right:30px;
	background-color:#f5f6f6;	
	text-align:left;
	padding-top:10px;
	}
/* ===============================
   =Hauptinformationsbereich Blockelemente
=============================== */
#contentMain h1, .componentheading, #contentMainEdit h1, .componentheading
{
	margin: 10px 0px 0px 0px;
}
#contentMain  h2,h3,h4,p, td.contentheading
{	
	
	margin:10px 0px 0px 0px;
}
#contentMain div.componentheading  table.contentpaneopen td.contentheading, #contentMainEdit div.componentheading  table.contentpaneopen td.contentheading
{	
	margin:10px 0px 0px 0px;
}
#contentMain img 
{
	margin-left:5px;
padding-top:10px;
padding-bottom:10px;
}
#contentMain a:link, #contentMain a:visited {color:#004f96;
font-weight:600;
			}
#contentMain a:hover, #contentMain a:active {color:#666666;
font-weight:600;
			}
#contentMain li {
  line-height: 15px;
  padding-left: 10px;
  padding-top: 0px;
  background-image: url(../images/arrowOrange.png) ;
  background-repeat: no-repeat;
  background-position: 1px 2px;
margin-bottom:3px;
}

#contentMainPic
 {			
	/*min-height hack*/
	min-height:380px;
	height:auto !important;
	height:380px;
	float:left;
	margin-top:30px;								
	width:200px;
text-align:right;
	background-color:#f5f6f6;
				}
#contentMainPic img {
border-right:5px solid #f58542;
	border-bottom:5px solid #f58542;
text-align:right;
margin-right:0px;
	}
#contentMainPic div.moduletable-aktuelles {
margin-top:10px;
text-align:left;
margin-left:32px;
}
#contentMainPic div.moduletable-aktuelles a.latestnews-aktuelles:link, a.latestnews-aktuelles:visited{
color:#e46809;

}
#contentMainPic div.moduletable-aktuelles a:hover{
color:#e46809;
text-decoration:underline;

}
		 
/* ===============================
   =FUSSBEREICH 
=============================== */
/*Footer mit Links zu Home */
#footer	
{
	background-color:#fff;
	width:100%;
	height:18px;
	margin-top:6px;
		
		}
#footerLeft
{
	/*background: url(../images/footerLeft-bg.png) repeat-y;*/
	background:#ffff00;
	float:left;
	width:230px;
	height: 18px;
	text-align:center;
	padding-top:2px;
	
		}
#footerRight
{
	background: #567896;
	color:#fff;
	float:left;
	width:670px;
	height: 18px;
	text-align:center;
	padding-top:2px;
	
		}
a.footer:link,a.footer:visited 
{	
	font-weight:normal;
	font-size:10px;
	color:#02427c;
	background-color: transparent;
	text-decoration:none;					
							}
a.footer:active, a.footer:hover 
{
	text-decoration:underline;
  }
#footer ul 
 {
	margin-left:245px;
	}
 #footer li {	
	padding:0px;
	margin:0px;
	display: inline;
	list-style-type: none;
	padding-left:5px;
			}

/* ---------------------------------------------------------
=Einstellungen Layout Typo Schrift
Überschriften; Absätze
-------------------------------------------------------------*/					
h1,h2,h3,h4,h5,h6,p, .contentheading, .componentheading 
{
	color:#004f96;
	background-color:transparent;
	}
	
h1,h2,h3,h4,h5,h6, .contentheading, .componentheading 
{
	font-weight:bold;
	}
#contentMain div.contentpaneopen p ,#contentMainEdit div.contentpaneopen p 
{
	color:#004f96;
	background-color:transparent;
	}
h1, .componentheading {
  font-size: 1.5em;
  line-height: 1.5em;
}
h2, .contentheading {
  font-size: 1.3em;
  line-height: 1.3em;
}
h3 {
  font-size: 1.2em;
  line-height: 1.2em;
}
h4 {
  font-size: 1.1em;
  line-height: 1.1em;
}
h5 {
  font-size: 1.0em;
  line-height: 1.0em;
}
h6 {
  font-size: 0.8em;
  line-height:0.8em;
  font-weight: bold;
}
#footer, .small, .createdate, .modifydate, .mosimage_caption {
  font: 0.8em Arial, Helvetica, sans-serif;
  color: #999;
}
/*.moduletable {
  margin-bottom:0em;
  padding: 0 10px;
  }
.moduletable h3 {

}
/* ---------------------------------------------------------
=Einstellungen special Classes für Redakteure
-------------------------------------------------------------*/

/*=================================================
=Joomlaspezifische Klassen etc aus Template übernommen
Farben und Fonts entfernt
==================================================*/
td,tr,p, div{
	color: #004f96;
}
hr {
  background       : #999999;
  height           : 1px;
  width            : 100%;
}

/*different setting for newsflash*/
.newsflash td {
color: #004f96;
text-align: justify;
vertical-align: middle;
}

/*setting for the greetings*/
.mainpage {
text-align: justify;
color: #333333;
font-size: 13px;
}
.mainpage-bkg {
	background-image: url(../images/lineborder.png);
	width: 1px;
}

.greybg {
  background: #eeeeee;
}

/*pathway setting*/
.pathway {
font-size: 1em;
color:#fff;
margin-left:4px;
}
a.pathway:link, a.pathway:visited {
  color            :  #fff;
  font-weight      : normal;
}

a.pathway:hover {
  color            :  #004f96;
  font-weight      : normal;
  text-decoration   : none;
}

/*for title or site name*/
.title {
font-size: 20px;
font-weight: bold;
color : #004f96;
margin-left: 10px;
}

/*for the tag-line*/
.subtitle {
font-family: sans-serif;
font-size: 10px;
font-weight: bold;
color : #666666;
text-transform: uppercase;
letter-spacing: 2px;
margin-left: 20px;
}

#active_menu {
  color: #004f96;
  background-color:#f5e1d5;
border-left:4px #f58542 solid;
}


/* --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited {
margin-top:0px;
margin-left:-10px;
padding-top:2px;
padding-left:8px;
display: block;
width:188px;
height:18px;
color: #004f96;
background-color:white;
border-left:4px #004f96 solid;
border-bottom:1px #004f96 solid;
}
a.mainlevel:hover {
color: #004f96;
text-decoration:none;
background-color:#f5e1d5;
border-left:4px #f58542 solid;
border-bottom:1px #004f96 solid;
}

a.mainmenu:link, a.mainmenu:visited {
color: #ffffff; 
font-size: 10px;

}
a.mainmenu:hover {
color: #333333; 
}
.pollstableborder {
border: 1px solid;
padding: 1px;
}

a.sublevel:link, a.sublevel:visited 
{
    padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	color: #ff7700;
	text-align: left;
}


a.sublevel:hover {
color: #ff9e31; text-decoration: none;
}

table.moduletable {
	padding: 5px 0px 5px 8px;
	margin-bottom: 15px;
	width: 100%;
	background: url(../images/bgr.png);
}

table.moduletable th {
	font-size        : 11px;
	font-weight      : bold;
	color            : #004f96;
	text-align       : left;
	width            : 100%;
	letter-spacing: 2px;
	text-indent: 5px;
	padding-bottom: 3px;
}

table.moduletable li {
}

table.moduletable ul {
	padding: 0px;
}
table.moduletable td {
font-size: 10px;
font-weight: normal;
}

.poll {
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}

table.pollstableborder {
	border: 1px solid #cccccc;
}

.sectiontableheader {
  
  color            : #333333;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

.small {
  font-size        : 10px;
  color            : #999999;
  text-decoration  : none;
  font-weight      : bold;
}

.smalldark {
  font-size        : 10px;
  color            : #004f96;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {
  
}

.contentpaneopen {
  border : 0px ridge #0099cc;
  width: 100%;
  padding: 0px;
  }

/*auskommentiert, da in anderen enthalten
.contentheading {
  font-size        : 12px;
  font-weight      : bold;
  color            : #004f96;
  text-align       : left;
  padding-top:10px;
}
.componentheading {
  font-size        : 14px;
  font-weight      : bold;
  color            : #004f96;
  text-align       : left;
  padding-top:10px;
}
*/
.createdate {
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}


.button {
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}


/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-size: 12px;
	font-weight: bold;
 	color: #ff7700;
	text-align:left;
	text-decoration: underline;
	}

a.contentpagetitle:hover {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #b8411a;
	text-decoration: none;
	font-weight: bold;
	}

a.category:link, a.category:visited {
  color            : #ff7700;
  font-weight      : bold;
  font-size: 11px;
font-weight: bold;
}

a.category:hover {
  color            : #b8411a;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #ffae00;
	border-left: outset 2px #ff9900;
	border-right: outset 2px #808080;
	border-top: outset 2px #ff9900;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: normal;
}
.tabpadding {
}

.tabheading {
	background-color: #ff7700;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}
.code {
	background-color: #f0f0f0;
	border: 1px solid #FFF;
}

/* Text passed with mosmsg url parameter */
.message {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 10pt;
	color : #ff6600;
	text-align: center;
}

/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
}

table.contenttoc {
	
}

table.contenttoc td {
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*li {
  line-height: 15px;
  padding-left: 10px;
  padding-top: 0px;
  background-image: url(../images/arrow.png) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
*/
table.searchinto {
	width: 100%;
}

table.searchintro td {
	background-color: #f5f6f6;
	font-weight: bold;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}
/*================================
Links für Weiter bei Content-Items	
==================================*/	
#contentMain form {
	width:350px;
	
	}
#contentMain form table.contentpane div.componentheading, #contentMainEdit form table.contentpane div.componentheading {
margin-left:10px;
}
/*Artikel Darstellung bei blog-section*/
#contentMain table.contentpaneopen td.contentheading, #contentMainEdit table.contentpaneopen td.contentheading {
		font-size: 1.4em;
		color:#004f96;
		padding-left:0px;
		margin-top:10px;
		}
#contentMain table.contentpaneopen p , #contentMainEdit table.contentpaneopen p {
		color:#004f96;
		margin-left:0px;
margin-top:8px;
		}

#contentMain table.contentpaneopen a
						{ 	color:#004f9b;
							text-decoration:underline;
							font-weight:bold;
									}	
#contentMain table.contentpaneopen table.tableHaarlinie a:link,#contentMain table.contentpaneopen table.tableHaarlinie a:visited
						{ 	color:#004f9b;
							text-decoration:underline;
							font-size:11px;
font-weight:bold;
									}	
#contentMain table.contentpaneopen table.tableHaarlinie a:hover
						{ 	color:#990000;
							text-decoration:underline;
							font-size:11px;
font-weight:bold;
									}				
#contentMain table.contentpaneopen .readon 
						{ 	color:#004f96;
							text-decoration:none;
border-left:3px #004f96 solid;
border-bottom:1px #004f96 solid;
							font-weight:bold;
							padding-left:5px;
							}
#contentMain table.contentpaneopen .readon:hover
						{ 	color:#004f96;
							font-weight:bold;
border-left:3px #f58542 solid;
border-bottom:1px #f58542 solid;
							padding-left:5px;
							}
#contentMain th.pagenav_prev
						{ 	color:#990000;
							text-decoration:none;
							font-weight:bold;
							padding-left:100px;
							}
#contentMain th.pagenav_prev a
						{ 	color:#990000;
							text-decoration:none;
							font-weight:bold;
							
							}
#contentMain  th.pagenav_prev:hover
						{ 	color:#990000;
							text-decoration:underline;
							font-weight:bold;
												}
#contentMain  th.pagenav_prev:visited
						{ 	color:#990000;
							text-decoration:underline;
							font-weight:bold;
										}
#contentMain th.pagenav_next 
						{ 	color:#990000;
							text-decoration:none;
							font-weight:bold;
							padding-left:100px;
							
								}
#contentMain th.pagenav_next a
						{ 	color:#990000;
							text-decoration:none;
							font-weight:bold;
									}
#contentMain th.pagenav_next a:visited
						{ 	color:#990000;
							text-decoration:none;
							font-weight:bold;
							}
#contentMain  th.pagenav_next:hover
						{ 	color:#990000;
							text-decoration:underline;
							font-weight:bold;
														}
														
/* Aigner, Text für Überschrift oberhalb Logo (unsichtbar) */
.h11 {	font-size: 10px;
	color: #F46E21;
}


/* alle folgenden Schriften gt-*** sind von Aigner eingefügt; wegen Kompatibilität zu vorangegangener Version */
.gt-head-1 {
	font-size: 18px;
	font-weight: bold;
width:460px;
	}

.gt-head-2 {
	font-size: 14px;
	font-weight: bold;
width:460px;
	}

.gt-head-3 {
	font-size: 12px;
	font-weight: bold;
width:460px;
	}

.gt-text-1 {
	font-size: 12px;
	font-weight: normal;
width:460px;
	}


/* Klassenselektoren, die den Redakteuren in JEdit bereit gestellt werden*/

.gt-titel {
display:block;
margin-top:8px;
margin-bottom:8px;
margin-right:8px;
	font-size: 1.2em;
	font-weight: bold;
	}

.gt-untertitel {
display:block;
margin-top:12px;
margin-bottom:4px;
margin-right:8px;
	
	font-size: 1.1em;
	font-weight: bold;
line-height:18px;

	}

.gt-text {
    display:block;
    font-size: 100%;
    font-weight: normal;
    line-height:1.3em;
    margin-top:4px;
margin-right:8px;
}

.gt-textAutor {
    display:block;
    font-size: 0.9em;
    text-align:right;
    font-weight: normal;
    line-height:1.3em;
    margin-top:4px;
}
.gt-small {
	font-size: 0.8em;
	font-weight: normal;
	}

.gt-untertitelRight {
    display:block;
    margin-top:12px;
    margin-bottom:4px;
margin-right:4px;	
    font-size: 1.2em;
    font-weight: bold;
    line-height:18px;
    text-align:right;
	}
.gt-bildLinks 
{
    text-align:left;
    margin-top:4px;
    margin-right:8px;
}
.gt-bildRechts 
{
    text-align:right;
    margin-top:4px;
    margin-left:8px;
}
.gt-bildMitte 
{
    text-align:center;
    margin-top:4px;
    margin-left:8px;
}

.gt-textRight {
    display:block;
    font-size: 100%;
    font-weight: normal;
    line-height:1.3em;
    margin-top:4px;
	margin-right:4px;
	margin-left:32px;
    text-align:right;

}

.gt-table
{
    font-size: 100%;
    font-weight: normal;
    width:230px;
}
.gt-textTable 
{
    display:block;
    font-size: 100%;
    font-weight: normal;
    line-height:1.3em;
    margin-top:4px;
}
.contentBox{
        margin-top:10px;
    width:440px;
    
}
.boxLeftBorder {
    width:224px;
    padding-right:5px;
    border-right:1px #004f96 dashed;
    float:left;
    
}
.boxLeft {
    width:215px;
    padding-right:4px;
    float:left;
    
}
.boxRight {
    width:215px;
    padding-left:6px;
    float:left;
    
}
/*specials fuer Tabellen*/
.tableHaarlinie
{
    padding:0px;
    margin-left:5px;
    margin-bottom:10px;
    border-collapse:separate;
    border-spacing:0px 0px;
    background-color:#eff3f5;
    border-left:1px #004f96 solid;
    border-top:1px #004f96 solid;
}
td.stundentafel {background-color:#eff3f7;
border-right:1px #004f96 solid;
border-bottom:1px #004f96 solid;
padding:2px;
}
td.head {background-color:#004f96;
color:white;
border-right:1px white solid;
padding:2px;
}
td.headrechts {background-color:#004f96;
color:white;
border-right:1px #004f96 solid;
padding:2px;
}
td.blue {background-color:#99b8d5;
color:black;
border-right:1px #004f96 solid;
border-bottom:1px #004f96 solid;
padding:2px;
vertical-align:top;
}
td.darkblue
{
    background-color:#2c71ab;
    color:#fff;
    border-right:1px #004f96 solid;
    border-bottom:1px #004f96 solid;
    padding:2px;
    font-weight:bold;
vertical-align:top;
}
td.white 
{
    background-color:#fff;
    color:#004f96;
    border-right:1px #004f96 solid;
    border-bottom:1px #004f96 solid;
    padding:2px;
vertical-align:top;
}
/*bild als Blocklevel-Elemt*/
.bildblocken {display:block;}
.newLine
{
    background-color:#ff0000;
    height:10px;
    display:block;
}