/*___________________________________________________________________________________( BODY )_____*/


body {
  margin           : 0;
  border-style     : none;
  padding          : 0px 0px 0px 0px;
  background-color : #FFFFFF;
  background-image : url('../images/bg.gif');
  color            : #666666;
  font-size        : 12px;
}


/*______________________________________________________________________________________( A )_____*/


hr {
  color            : #cccccc;
  size             : 1px;
}

.fehler {
   font-family     : Verdana, Arial, Helvetica, sans-serif;
   font-size       : 12px;
}

.fehler1 {
   font-family     : Verdana, Arial, Helvetica, sans-serif;
   font-size       : 12px;
   font-weight     : bold;
   font-style      : none;
   color           : #990000;
}

a {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #990000;
  font-size        : 12px;
  text-decoration  : none;
}


a:hover {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  text-decoration  : underline;
}


a.ContentRightbar {
  font-size   : 10px;
  color       : #666666;
}


a.ContentRightbar:hover {
  font-size   : 10px;
  text-decoration  : underline;
}


/*__________________________________________________________________________________( TABLE )_____*/


table {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size   : 12px;
}




table.pagingbar {
  width            : 550px;
  background-color : #999999;
  color       : #ffffff;
}


/*_________________________________________________________________________________( SELECT )_____*/


select {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size   : 12px;
}


/*__________________________________________________________________________________( INPUT )_____*/


input.inputSearch {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size   : 12px;
}


/*_____________________________________________________________________________________( TD )_____*/




td.noRecord {
 color            : #cccccc;
 font-size        : 12px;
}


td.articleTitle {
 padding          : 10px 2px 2px 4px;
 font-size        : 12px;
}


td.articleTeaser {
 padding          : 2px 2px 2px 4px;
 font-size        : 12px;
}

td.gallery {
  background-color : #dddddd;
}


/*-----< mainContent >-----*/


table.mainContent {
  width            : 800px;
  background-color : #ffffff;
  vertical-align   : top;
}

td.mainContentContent {
  width            : 600px;
  background-color : #ffffff;
  vertical-align   : top;
}

td.headerDivisionLabel {
  padding          : 0px 0px 20px 0px;
  width            : 600px;
  background-color : #ffffff;
  font-weight      : bold;
  vertical-align   : top;
}

table.mainContentContent {
  width            : 600px;
  vertical-align   : top;
}

td.mainContentRightbar {
  color            : #cccccc;
  width            : 135px;
  height           : 100%;
  vertical-align   : top;
}

td.navigation {
  width            : 800px;
  background-color : #990066;
  vertical-align   : middle;
}






/*___________________________________________________________________________________( Editor-Spezifisch )_____*/




h1, h2, h3, h4, h5, h6 {
				font-weight: bold;
				font-size: 12px;
}





.absatz1 {
        display: block; 
        width: 100%; 
        padding: 8px;
        color: #ffffff; 
        background: #ac0000;
}

.absatz2 { 
        display: block; 
        width: 100%; 
        padding: 8px;
        color: #ffffff; 
        background: #0f3157;
}

.absatz3 {
        display: block; 
        width: 100%; 
        padding: 8px;
        color: #0f3157; 
        background: #e3eeee;
}




/*

.wichtig {
	font-weight: bold;
	text-align: center;
	color: #0000bb;
}

.hinweis {
	display: block;
	width: 100%;
	padding: 8px; 
	text-align: center;
	
	background: #ffffdd;
}

	
.zitat {
	display: block;
	width: 100%;
	padding: 8px; 
	border: solid 2px #aaaaaa;
		
	font-style: italic;
	background: #dddddd;
}

*/


