body {
     background-color:  black;
     color: rgb(255, 255, 255);
     font-family: Georgia;
     }

p, h1, h2, h3, h4, h7
     {
     margin: 0;
     padding: 0;
     }
	 
img 	{ padding: 10px 10px 0px 10px ; }

a
     {
     text-decoration: none;
     }

a:hover
     {
     text-decoration: underline;
     color: rgb(119, 170, 119);
     }
     
div#container
     {

     background-color: black; 
     border: 3px black solid; 
     width: 1175px; 
     margin-left: auto; 
     margin-right: auto;
     }

div#header
     {
     height: 120px; 
     width: 100%; 
     background-color: black;
     background-image: url('logo_tatran.png');
     background-repeat: no-repeat;
     border-bottom: 1px solid white;
     margin-bottom: 15px;
     text-align: center;
     }

div#panel
     {
     width: 175px; 
     float: left; 
     height: 400px;
     padding-top: 25px;
     background-color: black;  
	height: 3000px;
     }
     
div#main
     {
     float: right;
     background-color: rgb(0, 51, 0);
     padding: 25px 25px 25px 25px;
     -moz-border-radius-topleft: 10px;
     -khtml-border-top-left-radius: 10px;
     -webkit-border-top-left-radius: 10px;
     border-top-left-radius: 10px;
       
      -moz-border-radius-bottomleft: 10px;
     -khtml-border-bottom-left-radius: 10px;
     -webkit-border-bottom-left-radius: 10px;
     border-bottom-left-radius: 10px;

      -moz-border-radius-bottomright: 10px;
     -khtml-border-bottom-right-radius: 10px;
     -webkit-border-bottom-right-radius: 10px;
     border-bottom-right-radius: 10px;   

      -moz-border-radius-topright: 10px;
     -khtml-border-top-right-radius: 10px;
     -webkit-border-top-right-radius: 10px;
     border-top-right-radius: 10px;  
     width: 950px; 

     color: white;
     }

div#header h1
     {
     font-family: "DejaVu Serif", Verdana, Arial, Helvetica, sans-serif;
     color: rgb(204, 255, 153);
     font-size: 24px;
     font-style: normal;
     font-weight: 400;
     line-height: 24px;
     padding-top: 30px;
     margin-bottom: 0px;
     }

div#header h2
     {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     color: white;
     font-size: 13px;
     font-weight: 400;
     margin-top: 0px;
     }
      
div#footer
     {
     color: #77aa77;
     font-size: 12px;
     font-family: "Lucida Grande";
     text-align: center;
     line-height: 30px;
     }

div#panel ul
     {
     padding-left: 0px;
     list-style: none;
     width: 100%;
     text-align: left;
     }

div#panel ul li
     {
     width: 100%;
     padding-top: 2px;
     font-size: 15px;
     font-weight: normal;
     font-family: "Lucida Grande";
     padding-left: 10px;
     }

div#panel ul li a
     {
     color: white;
     text-decoration: none;
     }

div#panel ul li a:hover
     {
     text-decoration: underline;
     }

div#panel ul li.current 
     {
     margin-bottom: 1px;
     margin-top: 1px;
     padding-top: 2px;
     padding-bottom: 4px;
     padding-left: 10px;
     width: 100%;
     color: black;
     text-decoration: none;
     background: rgb(0, 51, 0) repeat-x;
     padding-bottom: 2px;
     -moz-border-radius-topleft: 7px;
     -khtml-border-top-left-radius: 7px;
     -webkit-border-top-left-radius: 7px;
     border-top-left-radius: 7px;
     -moz-border-radius-bottomleft: 7px;
     -khtml-border-bottom-left-radius: 7px;
     -webkit-border-bottom-left-radius: 7px;
     border-bottom-left-radius: 7px;
     }

div#panel ul li#selected a 
      {
     color: rgb(204, 255, 153);
     text-decoration: none;
      }
      
div#main a
     {    
     color: white;
     }

div#main a:hover
     {    
     text-decoration: underline;
     color: rgb(119, 170, 119);
     }

div#main p
     {
     margin-top: 5px;
     margin-bottom: 15px;
     font-family: "Georgia";
     font-weight: normal;
     font-size: 16px;
     }
	 
div#main p a
	{
	color: white;
    text-decoration: underline;
	}
	
div#main p a:hover
	{
	color: #77aa77;
    text-decoration: none;
	}

div#main h7
     {
     font-family: times;
     font-size: 13px;
     }

div#main h2 
     {
     margin-top: 20px
     }
div#main h2 a
     {
     text-decoration: none;
     font-family: "Lucida Grande";
     font-size: 22px;
     }

div#main h2 a:hover
     {
     text-decoration: underline;
     color: #77aa77;
     }
	 
div#main h4
     {
     font-family: times;
     font-size: 17px;
     margin-bottom: 10px;
     }
	 
	 
orange
	{
	color: #FF9900;
	}
	
yellow
	{
	color: yellow;
	}

h4#visit
	{
	border-width: 0px;
	width: 500px;
	float: left;
	margin: 0px;
	margin-top: 5px;
	font-family: Georgia;
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
	}		
	
p#visit
	{
	border-width: 0px;
	width: 500px;
	float: left;
	padding-top: 15px;
	font-family: Georgia;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	}	
	
table#visitform
	{
	margin-right: 50px;
	margin-bottom: 10px;
	float: right;
	}
	
table#visitform input
	{
	width: 170px;
	}
	
table#visitform textarea
	{
	width: 344px;
	}
	
table#visit
	{	
	width: 630px;
	margin-top: 20px;
	float: center;
	text-align: left;
	font-size: 14px;
	font-family: consolas;
	font-weight: bold;
	color: #77aa77;
	}
	
textarea, input
	{
	font-family: Consolas;
	font-size: 13px;		
	}
	
div#main profil 
	{
	font-family: "Times New Roman";
	width: 39px;
	font-size: 17px;
	}	

table#visit tbody tr td
	{
	border-width: 0px;
	}

table#visit td.tabtrfirst
	{
	padding-bottom: 20px;
	font-size: 16px;
	font-family: georgia;
	font-weight: normal;
	color: white;
	}
	
div#news h2 a
	{
	color: #FF9900;
	font-size: 20px;
	font-family: Georgia;
	font-weight: normal;
	}
	
div#news h2 a:hover
     {
     color: yellow;
     }

div#news p
	{
	color: white;
     font-size: 15px;
     padding: 0;
     margin: 0;
	}
	
form.comment 
     {
     margin-top: 20px;
     }
/*
textarea.incomment
     {
     width: 400px;
     height: 75px;
     }
input.button
     {
     margin-right: 75px;
     margin-left: 20px;
     }
input.comentinput
     {
     margin-left: 10px;
     }
*/
div#panel ul div.navstnapdis
     {
     font-size: 11px;
     font-family: Arial;
     }



table#login
     {
     background-color: rgb(0, 20, 0);

     border: 3px solid rgb(0, 51, 0);
     -moz-border-radius-topleft: 10px;
     -khtml-border-top-left-radius: 10px;
     -webkit-border-top-left-radius: 10px;
     border-top-left-radius: 10px;
       
      -moz-border-radius-bottomleft: 10px;
     -khtml-border-bottom-left-radius: 10px;
     -webkit-border-bottom-left-radius: 10px;
     border-bottom-left-radius: 10px;

      -moz-border-radius-bottomright: 10px;
     -khtml-border-bottom-right-radius: 10px;
     -webkit-border-bottom-right-radius: 10px;
     border-bottom-right-radius: 10px;   

      -moz-border-radius-topright: 10px;
     -khtml-border-top-right-radius: 10px;
     -webkit-border-top-right-radius: 10px;
     border-top-right-radius: 10px;  

     padding: 10px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 200px;
     }


div#navstpanel
     {
     color:#77aa77;
     margin-top: 50px;
     font-size: 15px;
     font-family: arial; 
     margin-left: 10px;
     }

div#navstpanel a
     {
     color:#77dd77;
     text-decoration: none;
     }

div#navstpanel a:hover
     {
     color:#77aa77;

     }

table#log
     {
     font-size: 13px;
     font-family: arial;
     width: 100%;
     text-align: left;
     }

input#pic 
     {
     width: 200px;
     font-size: 10px;
     margin-left: 10px;
     }

input#picul
     {
     width: 80px;
     font-size: 15px;
     margin-left: 10px;
     }

div#main a#createacc:hover
     {
     text-decoration: none;
     border-color: #77dd77;
     color: #779977;
     }

div#main a#createacc
     {
     float: right;
     padding: 0px 10px 0px 10px;
     color: #77aa77;
     border: 2px #77aa77 solid;

     -moz-border-radius-topleft: 10px;
     -khtml-border-top-left-radius: 10px;
     -webkit-border-top-left-radius: 10px;
     border-top-left-radius: 10px;
       
      -moz-border-radius-bottomleft: 10px;
     -khtml-border-bottom-left-radius: 10px;
     -webkit-border-bottom-left-radius: 10px;
     border-bottom-left-radius: 10px;

      -moz-border-radius-bottomright: 10px;
     -khtml-border-bottom-right-radius: 10px;
     -webkit-border-bottom-right-radius: 10px;
     border-bottom-right-radius: 10px;   

      -moz-border-radius-topright: 10px;
     -khtml-border-top-right-radius: 10px;
     -webkit-border-top-right-radius: 10px;
     border-top-right-radius: 10px;  

     }

div#main hr
     {
     color: #77aa77;
     }


textarea.incomment
     {
     width: 300px;
     height: 50px;
     }

input.comentinput
     {
     width: 185px;
     }

form.comment
     {
     width: 300px;
     float: left;
     }

input, textarea
     {
     background-color: rgb(0, 51, 0);
     color: #77aa77;
     border: 2px solid #77dd77;
     padding: 1px 5px 1px 5px;

     -moz-border-radius-topleft: 3px;
     -khtml-border-top-left-radius: 3px;
     -webkit-border-top-left-radius: 3px;
     border-top-left-radius: 3px;
       
      -moz-border-radius-bottomleft: 3px;
     -khtml-border-bottom-left-radius: 3px;
     -webkit-border-bottom-left-radius: 3px;
     border-bottom-left-radius: 3px;

      -moz-border-radius-bottomright: 3px;
     -khtml-border-bottom-right-radius: 3px;
     -webkit-border-bottom-right-radius: 3px;
     border-bottom-right-radius: 3px;   

      -moz-border-radius-topright: 3px;
     -khtml-border-top-right-radius: 3px;
     -webkit-border-top-right-radius: 3px;
     border-top-right-radius: 3px; 
     }


div#main table tbody tr
     {
     width: 700px;
     }

div#main table th
     {
     border-top: solid 3px rgb(30, 100, 30);
     padding: 3px;
     background-color: rgb(30, 81, 30);
     }

table#reg tbody tr td
     {
     border-width: 0px;
     padding: 0px;
     padding-top: 5px;
     padding-left: 10px;
     vertical-align: top;
     }

div#main table td
     {
     /*border-bottom: solid 1px rgb(0, 70, 0);*/
     padding: 3px;
     font-size: 15px;
     }

div#main table#lankafor th
     {
     border-top: solid 3px rgb(30, 100, 30);
     padding: 3px;
     background-color: rgb(30, 81, 30);
     }

div#main table#lankafor td
     {
     border-bottom: solid 1px rgb(0, 70, 0);
     padding: 3px;
     font-size: 15px;
     }

div#main table#lankagam th
     {
     border-top: solid 3px rgb(30, 100, 30);
     padding: 3px 7px 3px 7px;
     background-color: rgb(30, 81, 30);
     }
div#main table#lankagam td
     {
     border-bottom: solid 1px rgb(0, 70, 0);
     padding: 3px;
     font-size: 13px;
     }

input.formbutton
     {
     margin-left: 150px;
     }
