/*
***************** StyleSheet-Datei für Ruebe-EDV-Beratung.de ******************
Erstellt von Rüdiger Becker 15. Februar 2009
letzte Änderung 	: 
Version			: 1.0
*******************************************************************************
*/
/* ********** Textausrichtimgen ********************************************* */
   .txt_l {text-align: left;}
   .txt_r {text-align: right;}
   .txt_z {text-align: center;}
   .txt_b {text-align: justify;}
/* ********** Textattribute ********************************************* */
   .ul {text-decoration: underline;}
   .ol {text-decoration: overline;}
   .lt {text-decoration: line-through;}
   .bl {text-decoration: blink;}
   .lc {text-transform: lowercase;}
   .uc {text-transform: uppercase;}
   .cp {text-transform: capitalize;}
   .bo  {font-weight: bold;}
   .li  {font-weight: lighter;}
   .it {font-style:italic;}
   .gerahmt { border:1px solid #aaaaaa; }
/* ********** Top Navigation Menueleiste********************************* */
a.b:link, a.b:visited, a.b:hover, a.b:active
{
 font-family:Arial;
 font-size:11px;
 text-align:center;
 text-Decoration: none;
 width:105px;
 height:10px;
 padding:3px;
}
a.b:link, a.b:visited
{
 color:000000;
 background-color:#FFFFFF;
 border-left:2px solid #efefef;
 border-top:2px solid #efefef;
 border-right:2px solid #000000;
 border-bottom:2px solid #000000;
}
a.b:hover, a.b:active
{
 color:ffffff;
 background-color:#E0E0E0;
 border-left:2px solid #efefff;
 border-top:2px solid #efefff;
 border-right:2px solid #000055;
 border-bottom:2px solid #000055;
}



