body, html {
	margin:0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	height: 100%;
} 

tbody { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


/* Default MOS Class Settings
****************************/

td.pathway {
	font-family:  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:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: transparent;
}

/* Main Menu Styles
*********************/

a.mainlevel:link, a.mainlevel:visited {
	display							: block;
	color								: #9e9d95;
	background 					: url(../images/button1.png) no-repeat;
	background-position	: 12px 13px;
	line-height					: 30px;	
	text-align					:left;
	padding-left				: 15px;
	font-family					: Arial, Helvetica, sans-serif;
	font-size						: 16px;
	font-weight					: bold;
}

a.mainlevel:hover {
	display							: block;
	color								: #ffffff;
	background 					: url(../images/button2.png) no-repeat;
	background-position	: 12px 13px;
}

a.mainmenu:link, a.mainmenu:visited {
	color								: #ffffff; 
	font-family					: Arial, Helvetica, sans-serif;
	font-weight					: bold;
	
}

a.mainmenu:hover, {
	color: #000000;
	text-align: right;
	
}

a.sublevel:link, a.sublevel:visited {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	/* selber reingemacht*/

	padding-left: 4px;

	border-left-width: 2px;
  border-left-style: solid;
	border-left-color: #000000;

}

a.sublevel:hover {
	color: #ffffff;
	text-align: left;
	background-color: #919058;
	
}

/* Module Styles
****************/

table.moduletable {
	width: 100%;
	text-align: center;
	margin-top	: 10px;	
	margin-right: 0px;
	margin-left	: 0px;
}

table.moduletable th {
	font-family:  Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #1144FF;
	text-align : left;
	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: 11px;
	line-height: 12px;
}

.sectiontableentry1 {
	font-size: 11px;
	/*background-color : #4B4444;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}

.sectiontableentry2 {
  font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-color : #7E7E7E;*/
	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: #FF0000;
}

a.pagenav:link, a.pagenav:visited {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

a.pagenav:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color            : #000000;
	text-decoration  : none;
	background-color: #F6E3C3;
}

.small {
	font-size : 9px;
	color : #bbbbbb;
}

.smalldark {
	font-size : 100px;
	color : #aaaaaa;
	text-decoration : none;
}

.createdate {
	font-size : 9px;
	color : #aaaaaa;
	text-decoration : none;
	font-weight : medium;
}

.modifydate  {
	font-size : 9px;
	color : #aaaaaa;
	text-decoration : none;
	font-weight : medium;
}

/* Content Styles
*****************/

.contentpane {
	font-size: 11px;
	color: #625F5F;
}

.contentpaneopen {
	font-size: 11px;
	color: #6D8169;
}

.contentheading, .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;
}

/* 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            : #9e9d95;
  font-size        : 12px;
  text-decoration  : none;
  
}

a:hover {
	color            : #000000;
 	text-decoration  : none;
	font-weight	 : bold;
}

ul li{
	font-size	 :12px;
	
	
}


/* 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: 16px;
	font-weight: bold;
 	color: #000000;
	text-align:left;
	}

a.contentpagetitle:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
	color            : #000000;
	text-decoration  : none;
	background-color: #aaaaaa;
	}

.description {
	font-size: 18px;
	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: left;
	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: left;
	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: left;
}
/*----------------------------------------*/
/*           Wordpress                    */
/*----------------------------------------*/

/*Blog Name */

h1.wp-blogName{
	font-size:0px;
}
  
/* Headline eines Posts */

h2.wp-postheadline{
}
a.wp-postheadlineLink:link ,a.wp-postheadlineLink:visited{
	color					: #C1BE22;

	font-family				: Arial, Helvetica, sans-serif;

	font-size				: 24px;
	font-weight				: bold;
}
a.wp-postheadlineLink:hover{
  color							: #C1BE22;
  font-size					: 16px;
  font-weight				: bold;
}

/* Footer eines Posts (Posted in 'kategorie' | (5)Comments)*/

p.wp-postCategoryBar {
  text-align				: right;
  background				: #000000;
  font-family				: Arial, Helvetica, sans-serif;
}
p.wp-postCategoryBar a:link,p.wp-postCategoryBar a:visited{
  color					: #000000;
  font-family				: Arial, Helvetica, sans-serif;
}
p.wp-postCategoryBar a:hover{
  color					: #FFFFFF;
  font-family				: Arial, Helvetica, sans-serif;
}



/*++++++++++++*/
/* WP-SIDEBAR */
/*++++++++++++*/

/* sidebar hauptabelle*/
table.sidebar-main-table{
 	table-layout:fixed;
}

/* ÜBERSCHRIFT*/
td.sidebar-main-table-header{
  color:#C1BE22;
  font-size:12px;
  size:12px;
  
}
/* CONTENT */
td.sidebar-main-table-header-content{
 
  list-style-image:none;
  list-style-type:none;
  list-style-position:outside;
  padding-left:10px;
  font-size:12px;
}

/* LINKE SPALTE --> abstand zum linken rand */
td.sidebar-main-table-linkeSpalte{
 width:20px;
}


/* COMMENTS BEREICH */

table.wp-sidebarComments{
	border-spacing:0px;
	width:140px;
}
td.story{
	padding		:0px;
}
p.wp-sidebarComments{
  margin-top		: 2px;
  padding-left	: 0px;
	font-size	: 10px;
}



/* MFG Farben

Dunkles Link Rot	: #6a1915
Dunkles Link Grau	: #9e9d95
Helles Link Rot		: #980909
Helles Link Grau	:	#FFFFFF	

*/
