/* CSS Document */

html, body {
  	width: 100%;
  	height: 100%;
  	margin: 0;
  	border: 0;
  	padding: 0;
  }
  body {
  	background-color: #000000;
  	overflow: none;  /* Scrollbalken im Fenster unterbinden */
  	color: #00000;
  }
  #mitte {
  	position: absolute;
  	top: 0px;		/* Abstand zum oberen Fensterrand */
  	left: 50%;		/* Abstand zum linken Fensterrand */
  	bottom: 0px;		/* Abstand zum unteren Fensterrand */
  	width: 808px;		/* Abstand zum rechten Fensterrand */
  	overflow: visible;		/* Scrollbalken, falls notwendig */
  	background-image: url(../images/template.jpg);
	background-repeat:no-repeat;
	margin-left: -404px;
	height: 680px;
	
	

  }
  * html #mitte {
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	border-top-width: 0px;	/* = Kopfzeilenhöhe */
  	border-left-width: 300px;	/* = Spaltenbreite links */
  	border-bottom-width: 0px;	/* = Fußzeilenhöhe */
  	border-right-width: 0px;	/* = Spaltenbreite rechts */
  	border-style: solid;
  }
  #links {
  	position: relative;
  	top: 100px;
  	left: 80px;
  	width: 145px;
  	float: left;
  	border: 0px solid #000000;
  	background-color: ;
  	
  	
  	}
  	
  #body {
  	
  	position: relative;
  	
  	right: 66px;
  	height: 542px;
  	width: 478px;
  	float: right;
  	top:100px;
  	padding: 10px 12pt;
  	overflow: auto;
  	border: 0px solid #000000;
  	
  	
  	}
  	

  
  
  
  
  
  
  
  
  
  
  #rechts {
    	
    	position: relative;
    	
    	left: 80px;
    	
    	width: 110px;
    	float: left;
    	top:300px;
    	border: 1px solid #000000;
    	background-color: #1c263a;
  	}
  	
  	
    #cont {
      	
      	position: relative;
      	
      	left: 80px;;
      	
      	width: 110px;
      	float: left;
      	top:480px;
      	border: 1px solid #000000;
      	background-color: #1c263a;
  	}
  	
 
 //*************************************************************************//
 
body, html {
	margin:0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	height: 100%;
} 

tbody { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

 
 /* Default MOS Class Settings
 ****************************/
 
 .pagenavcounter {
 border:none;
 display: none;
 visibility: hidden;
} 
 
 
 
 td.pathway {
 	font-family:   Verdana,Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #000000;
 	padding-top: 1px;
 	padding-left: 0px;
 }
 
 a.pathway:link, a.pathway:visited {
 	font-family:  Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #000000;
 }
 
 a.pathway:hover {
 	font-family:   Verdana,Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #666666;
 	background-color: transparent;
 }
 
 /* Main Menu Styles
 *********************/
 
 a.mainlevel:link, a.mainlevel:visited {
 	display							: inline;
 	text-decoration			: none;
 
 	color								: #599BE2;
 	line-height					: 18px;	
 	text-align					: left;
 	padding-left				: 15px;
 	font-family					: Verdana,Arial, Helvetica, sans-serif;
 	font-size						: 12px;
 	font-weight:				bold;
 	
 }
 
 a.mainlevel:hover {
 	display							: inline;
 	color								: #467AB2;
 	text-decoration			: none;
 	
 	font-weight					: bold;
 	
 }
 
 a.mainmenu:link, a.mainmenu:visited {
 	color								: #ffffff; 
 	font-family					:  Verdana,Arial, Helvetica, sans-serif;
 	font-weight					: bold;
 	text-decoration			: none;
 	
 }
 
 a.mainmenu:hover, {
 	color: #000000;
 	text-align: right;
 	text-decoration			: underline;
 	font-weight					: bold;
 }
 
 a.sublevel:link, a.sublevel:visited {
 	color: #fdc17b; 
 	font-family: Verdana,Arial, Helvetica, sans-serif;
 	font-weight: normal;
 	text-decoration			: underline;
 	
 	/* selber reingemacht*/
 
 	padding-left: 4px;
 
 	border-left-width: 2px;
   border-left-style: solid;
 	border-left-color: #000000;
 
 }
 
 a.sublevel:hover {
 	color: #fcac4f;
 	text-align: left;
 	background-color: #919058;
 	text-decoration			: underline;
 }
 
 /* Module Styles
 ****************/
 
 table.moduletable {
 	width: 100%;
 	text-align: center;
 	margin-top	: 0px;	
 	margin-right: 0px;
 	margin-left	: 0px;
 }
 
 table.moduletable th {
 	font-family:  Arial, Helvetica, sans-serif;
 	font-size : 14px;
 	font-weight : bold;
 	color : #527595;
 	text-align : left;
 	
 	height: 15px;
 	padding-top: 0px;
 }
 
 table.moduletable td {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	
 	text-align: left;
 }
 
   table.moduletableticker td  {
   	font-family: Arial, Helvetica, sans-serif;
   	font-size: 11px;
   	border-bottom: 1px solid #000000;
   	
   	text-align: left;
  }
  
  
   table.moduletableticker th {
   	font-family:  Verdana,Arial, Helvetica, sans-serif;
   	font-size : 12px;
   	font-weight : bold;
   	color : #ffffff;
   	text-align : center;
   	background-color: #2e4063;
   	height: 15px;
   	padding-top: 0px;
   	border-bottom: 1px solid #000000;
  }
  
  

table.blogbloggy tbody tr td div {
 border-bottom:3px solid #D8E7F7;
 line-height: 18px;
 font-size: 13px;
 margin-left: 19px;


 }
 
 
 /* Polls Style
 **************/
 
 .poll {
 	color : #666666;
 	line-height : 12px;
 	font-weight: bold;
 }
 
 /* Sections Style
 *****************/
 
 .sectiontableheader {
 	/*background-color : #CCCCCC;*/
 	color : #ffffff;
 	font-weight : bold;
 	font-size: 10px;
 	line-height: 12px;
 }
 
 .sectiontableentry1 {
 	font-size: 11px;
 	/*background-color : #E4E4E4;*/
 	border-bottom-width: 1px;
 	border-bottom-style: solid;
 	border-bottom-color: #ffffff;
 }
 
 .sectiontableentry2 {
   font-family:  Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	/*background-color : #DADADA;*/
 	border-bottom-width: 1px;
 	border-bottom-style: solid;
 	border-bottom-color: #000000;
 }
 
 .pagenav {
 	font-family:  Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	font-weight: bold;
 	color: #ffffff;
 }
 
 a.pagenav:link, a.pagenav:visited {
 	font-family:  Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	font-weight: bold;
 	color: #ffffff;
 }
 
 a.pagenav:hover {
 	font-family:  Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	font-weight: bold;
 	color            : #ffffff;
 	text-decoration  : underline;
 	
 }
 
 .small {
 	color:#809FBD;
font-size:11px;;
 }
 
 .smalldark {
 	font-size : 9px;
 	color : #aaaaaa;
 	text-decoration : none;
 }
 
 .createdate {

color:#8FACC8;
font-size:12px;
font-weight:bold;
margin:0pt;
padding:0pt 0pt 0pt 0px;
text-transform:uppercase;}
 
 .modifydate  {
 	font-size : 9px;
 	color:#809FBD;

 }
 
 /* Content Styles
 *****************/
 
 .contentpane {
 	font-size: 10px;
 	color: #dddddd;
 }
 
 .contentpaneopen {
 	font-size: 10px;
 	color:#000000;
 	background-color: #EDF5FC;
 	
 }
 
 .contentheading, .componentheading {
 	font-family :  Arial, Helvetica, sans-serif;
 	color:#477FBA;
		font-size:18px;
		margin:13px 10pt 0pt;
	padding:0pt;
 }
 
 .contentheadingbloggy{
 	color:#477FBA;
	font-size:18px;
	margin:13px 0pt 0pt;
	padding:0pt;
 }
 
 .category {
 	font-family:  Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	font-weight: bold;
 	color: #000000;
 }
 
 a.category:link, a.category:visited {
   color            : #aaaaaa;
   font-weight      : bold;
 }
 
 a.category:hover {
 	color            : #cccccc;
 	text-decoration  : none;
 	background-color: #F60000;
 }
 
 
 /* Email Formular*
 ******************/
 .contact_email{
    margin-left:40px;
    
 
 }
 
 
 /* Form Styles
 ****************/
 
 
 
 
 form { /* borrowed from mambosolutions.com -- to fix empty space issues */
 	display:inline; 
 	margin: 0px; 
 	padding: 0px; 
         
 } 
 
 .button {
   font-family      : Arial, Helvetica, sans-serif;
   font-style       : normal;
   font-size        : 10px;
   font-weight      : bold;
   background-color : #cccccc;
   color            : #0000000;
   border           : 1px solid #6a1915;
 }
 
 .inputbox {
   font-family      :  Arial, Helvetica, sans-serif;
   font-size        : 10px;
   color            : #000000;
   background-color : #cccccc;
   border           : 1px solid #6a1915;
 }
 
 /* Links
 *********/
 
 a:link, a:visited {
   color            : #599BE2;
   font-size        : 11px;
   text-decoration  : none;
   font-weight:			bold;
 }
 
 a:hover {
 	color            : #000000;
  	
 	font-size        : 11px;
 	font-weight : bold;
 	
 }
 
 ul li{
 	font-size				 :10px;
 	
 	
 }
 
 
 /* For content item titles that are hyperlink instead of Read On
 ****************************************************************/
 
 a.contentpagetitle:link, a.contentpagetitle:visited {
 	font-family:  Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	font-weight: bold;
  	color: #000000;
 	text-align:left;
 	}
 
 a.contentpagetitle:hover {
 	font-family:  Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	font-weight: bold;
 	text-align:left;
 	color            : #000000;
 	text-decoration  : none;
 	background-color: #aaaaaa;
 	}
 
 .description {
 	font-size: 11px;
 	color: #000000;
 }
 
 /* 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;
 	cursor: hand;
 	font-weight: bold;
 	color: #FFFFFF;
 	font-family:  Arial, Helvetica, sans-serif;
 	font-size: 11px;
 }
 .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;
 	cursor: hand;
 	font-weight: bold;
 	color: #000000;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 }
 
 .tabheading {
 	background-color: #ffae00;
 	text-align: left;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 }
 
 .pagetext {
 	visibility: hidden;
 	display: none;
 	position: relative;
 	top: 0;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #000000;
 }
 
 /* for modifying {moscode} output.  Don't set the colour! */
 .moscode {
 	background-color: #f0f0f0;
 }
 
 /* Text passed with mosmsg url parameter */
 .message {
 	font-weight: bold;
 	font-size : 10pt;
 	color : #ff6600;
 	text-align: center;
 }
 /*----------------------------------------*/
 /*           Wordpress                    */
 /*----------------------------------------*/
 
 /*Blog Name */
 
 h1.wp-blogName{
 	font-size:0px;
 }
   
 /* Headline eines Posts */
 
 h2.wp-postheadline{
 }
 a.wp-postheadlineLink:link ,a.wp-postheadlineLink:visited{
 	color							: #000000;
 
 	font-family				: Arial, Helvetica, sans-serif;
 
 	font-size					: 18px;
 	font-weight				: bold;
 }
 a.wp-postheadlineLink:hover{
   color							: #FCC479;
   font-size					: 18px;
   font-weight				: bold;
 }
 
 /* Footer eines Posts (Posted in 'kategorie' | (5)Comments)*/
 
 p.wp-postCategoryBar {
 	text-align				: right;
   background				: #222222;
   font-family				: Arial, Helvetica, sans-serif;
 }
 p.wp-postCategoryBar a:link,p.wp-postCategoryBar a:visited{
   color							: #9e9d95;
 	font-family				: Arial, Helvetica, sans-serif;
 }
 p.wp-postCategoryBar a:hover{
   color							: #FFFFFF;
   font-family				: Arial, Helvetica, sans-serif;
 }
 
 
 div.commentFormDiv{
 display:block;
 position: left;
 
 }
 
 form#s_commentform{
 display:block;
 position: left;
 
 }
 
 
 ol.s_commentlist{
 color:#FFff00;
 }
 
 small.s_commentmetadata{
 color:#00ff00;
 }
 
 
 /* Commentkasten*/
 li.ualt{
   border:1px solid #ff00ff;
   color:#00ff00;
 }
 
 
 
 /* MFG Farben
 
 Dunkles Link Rot	: #6a1915
 Dunkles Link Grau	: #9e9d95
 Helles Link Rot		: #980909
 Helles Link Grau	:	#FFFFFF	
 
 */
 
 /* wp-sidebar */
 
 
 table.wp-sidebarComments{
 	border-spacing:0px;
 	padding:0px;
 	width:120px;
 }
 td.story{
 
 	padding		:1px;
 }
 p.wp-sidebarComments{
   margin		: 2px;
   padding		: 0px;
 	font-size	: 10px;
 }
 
 div.audioAbteilung{
 	overflow:hidden;
 	width:450px;
 	height:290px;
 }
