/* CSS Document */
@charset "utf-8";
@import url('style.php');


*{padding:0;margin:0;border:0;}

   body {
        font-family: verdana, arial, helvetica, sans-serif;       
        color: #FFFFFF;
        background-color: #000000;
        font-size: 12px;
      }

h1 {
	    font-size: 11px;
		font-weight:bold;
		padding:0 0 0.25em 0;
		color:#ccc;
}
   #content {
      width: 770px;
      margin:0 auto;
      max-width:770px;
      }
	#header{
		margin:0 0 1.5em 0;
		padding:0.75em 0 1.5em 0;
		border-bottom:#222;
		border-bottom-width:1px;
		border-bottom-style:solid;
      }
	#kukla {
			  background:url(img/line.gif) repeat-y;
			  background-position:230px 0;
      }


    #sidebar {
      width: 200px;
	  float:left;
      }
   #sidebar-content {
	font-size:10px;
	  text-align:justify;
/*      color: #808080;*/
color:#808080;
	  }
	  
     #sidebar-content p {
		 padding:0 0 2.5em 0;
	 }

.seda {
  color: #808080;
}
		 
	#main {
		float:right;
		width:570px;
      }
    #main-content {
		margin:0 0 0 30px;
		}

     hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
      }

    div.svlinks div.bunka {
		  padding:0 0 2.5em 30px;
		  width:150px;
		  float:left;
		  text-align:center;
	  }

	div.svlinks a {
		  text-decoration:none;
	  }
	
	div.svlinks  a:link, a:visited {
        color: #808080;
      }
	div.svlinks  a:hover {
        color: #FFF;
      }
     div.svlinks a div.rollovers{
		  height:75px;width:150px;
		  display:block;
		  background-position:0 0;
	  }

	div.svlinks a:hover div.rollovers{
		  background-position:150px 0;
	  }
	  
     div.svlinks div.bunka p{
		 padding:0.5em 0 0 0;
	  }


     .clearboth { /* see http://www.pixelsurge.com/experiment/clearers.htm */
      	clear: both;
      	height: 0;
      	margin: 0;
      	font-size: 1px;
      	line-height: 0;
      }
	  
		a.gblink {
			color:#ccc;
			font-weight:bold;
			font-size:11px;
		}
		a.gblink:link{color:#ccc;}
		a.gblink:visited{color:#ccc;}
		a.gblink:focus{color:#fff;}
		a.gblink:active{color:#fff;}
		a.gblink:hover{color:#fff;}

		#footer a.nounderline{ text-decoration:none;}

	#footer{
 		margin:1.5em 0 0 0;
		padding:1.5em 0 0.75em 0;
		border-top:#222;
		border-top-width:1px;
		border-top-style:solid;
        text-align:center;
	    color:#808080;
	   font-size:10px;
	}

		#footer a{color:#808080;}
		#footer a:link{color:#808080;}
		#footer a:visited{color:#808080;}
		#footer a:focus{color:#808080;}
		#footer a:active{color:#808080;}
		#footer a:hover{color:#808080;}

		#footer a.nounderline{ text-decoration:none;}