
/* POSITIONIERUNG
*****************************/

#mainContainer {
  	background-image:url(../images/template.jpg);
	background-repeat:no-repeat;
	height:492px;
	left:50%;
	margin-left:-450px;
	overflow:visible;
	position:relative;
	width:900px;
	
	

  }
  


  #Menu {
float:left;
left:0;
position:relative;
top:30px;
width:700px;
  	
  	
  	
  	
  	}
  	
  #Menu_Inhalt  {
  	margin: 0px;
 	 }
  	

  	
  	
  	
  #Main {
  	margin:5px;
  	width:525px;
  	overflow-y:auto;
	overflow-x:hidden;
	height:384px;
	position:absolute;
	float:right;
	right:9px;
	top:85px;
	padding:0;
  	}
  	

  
  
  
  
  
  
  
  
  
  
  .Main_Inhalt {
    	
    	border:0 solid #FFFFFF;
	float:left;
	
	
	width:500px;
		
  	}
  	
  	
  



/*blog
*****************************/

#blog {
font-size : 20px;
}


/*
*****************************/


body, html {
	margin:0;
	font-family:  Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	height: 100%;
} 

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




/* Main Menu Styles
*********************/

a.mainlevel:link, a.mainlevel:visited {
	display: inline;
	text-decoration	: none;

	color: #ffffff;
	line-height: 30px;	
	text-align: left;
	padding-left: 15px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

a.mainlevel:hover {
	display							: inline;
	color								: #ffffff;
	text-decoration			: underline;
	
	font-weight					: bold;
}



/* 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 : 10px;
	font-weight : bold;
	color : #1144FF;
	text-align : center;
	background-image: url(../images/mod_title.gif);
	height: 25px;
	padding-top: 8px;
}

table.moduletable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}



/* 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;
}



.small {
	font-size : 9px;
	color : #bbbbbb;
}

.smalldark {
	font-size : 9px;
	color : #aaaaaa;
	text-decoration : none;
}

.createdate {
	color:#000000;
	float:right;
	font-size:9px;
	font-weight:bold;
text-decoration:none;
}

.modifydate  {
	font-size : 9px;
	color : #aaaaaa;
	text-decoration : none;
	font-weight : medium;
}

/* Content Styles
*****************/

.contentpane {
	font-size: 10px;
	color: #dddddd;
}

.contentpaneopen {
	font-size: 10px;
	color: #eeeeee;

}

.contentpaneopenbloggy {

border:1 px solid: #ffffff;
background-color: #c0dad9;
width:498px;
}


.contentheadingbloggy {
	background-color:#77393A;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:28px;
	line-height:14px;
	padding-left:20px;
	text-align:left;
width:483px;
}

body.page17 .contentheading {
	background-color: #77393a;
	width: 390px;
	height: 28px;
  font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	text-align : left;
	line-height: 14px;
	padding-left: 20px;
}

.contentheading {

  font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	text-align : left;
	line-height: 14px;
	padding-left: 20px;
}


.componentheading {
	
  font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	text-align : left;
	line-height: 14px;
	padding-left: 20px;
}
.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;
}

table.blogbloggy {
border:0 solid;
padding-top:0;
width:500px;
}



table.blogbloggy tbody tr td div {
margin-top:0px;
margin-bottom:7px;
border: 1px solid #000000;
background-color:#c0dad9
}




/* 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            : #77393A;
  font-size        : 11px;
  text-decoration  : none;
  font-weight      : bold;
  
}

a:hover {
	color            : #000000;
 	text-decoration  : underline;
	font-size        : 11px;
	font-weight			 : bold;
}

ul li{
	font-size				 :11px;
	
	
}


/* 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;
}

