/*  Diese Version ist aus den Beispielen 
    unter http://www.dzinelabs.com/Pages/buttons.htm
    entstanden
    Dzinelabs. All rights reserved.
    Please see the Creative Commons License at: 
    http://creativecommons.org/licenses/by-sa/2.0/
*/

#css-buttons2 ul{
   list-style : none;
   padding:5px 0px 5px 0px;
}

#css-buttons2 li{
   display:inline;
   border :1px solid #999;
   padding:1px 3px 1px 0px;
   margin :5px 0 0 5px;
}

#css-buttons2 li a{
   color : #333;
   text-decoration : none;
}

.css-button2 {
   display:inline;
   margin:0px;
   text-decoration:none;
   color : #333;
}
.css-button2 span {
   color : #333;
   text-decoration : none;
} 
 
/* Button logo styling */
.fun span{
   background:#5ACE29;
}

.res span{
   padding:0 0 0 0;
   background:#A857E6;
}

.freedomblog span{
   background:#EC8D00;
   color:#ff0000;
}

.w3c span {
   background:#ffffff;
   color:#069;
   padding:1px 2px 0px 2px;
   font-weight:bold;
}

.w3c2{
   background:#ffcc66;
   color:black !important;
}

#counter {
   display:none;
}

.row              { margin:0px;}

.row span.leftcol { float: left; }
	
.row span.rightcol {
	            width: 85%;
	            float: right;
}
.colspacer         { clear: both;}
