* {
	margin: 0; 
	padding: 0;
	
	}
	
body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #eeeeee;	
    background-image: url(../images/tlo.jpg);
    background-repeat: repeat-x;	
    text-align: center;
    }
	
#stopka table {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
	}
	
#stopka td {
	background: #990000;
	color: #ffffff;
	}
	
#stopka img.logo {
	margin: 3px;
	}
	
#stopka a {
	color: #ffffff;
	}
	
a {
    color : #000000;
    text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
  }
  
a:hover {
    text-decoration: underline;
    }
	
.hide {
    display: none;
    }
	
.right {
	text-align: right;
	}	

#main {
    position: relative;
    width: 780px;
    margin: 0 auto 5px auto;
    padding: 0;
    text-align: left;
    }
	
#main table {
	border-collapse: collapse;
	margin-top: 0;
	background-color: #ffffff;	
	padding: 0;
	border: 0;
	margin: 0;
	}
	
#content {
    font-size: 12px;
    /*line-height:14px;*/
	width: 560px; 
	top: 0;
	padding: 0 10px 20px 10px;
    }
	
#content img {
	margin: 9px auto;
	}
	
#content img.left {
	float: left;
	margin: 0 7px 0 0;	
	}
	
#content a img {
	margin: 0 5px;
	}
	
#content textarea {
    background-color: #fafafa;
    border-width: 1px;
    border-color: #000000;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
	width: 100%;
	height: 150px;
	margin-bottom: 7px;
    }

h2 {
    margin: 10px 0 5px 0;
    color: #001C51;
    font-weight: bold;
    font-size: 1.2em;
    }
	
h3 {
    margin: 10px 0 5px 0;
    color: #000000;
    font-weight: bold;
    font-size: 1.1em;
    }
	
#content a {
    color: #336699;
    font-weight: normal;
	font-size: 12px;
    }	

#content p {
    margin-bottom: 10px
    }

#content p em {
    color: #339966; 
	font-style: normal
    }
	
#content ul {
	list-style-image: url(../images/btt2.gif);
	margin-left: 25px;
	margin-bottom: 7px;
	}

#content ol {
	margin-left: 25px;
	margin-bottom: 7px;
	}	
	
#navbar {
	font-size: 8pt; 
	width: 200px;
	padding-bottom: 15px;
	background: #cccccc;
	height: 100%;
	min-height: 100%;
    }

#navbar li {
    list-style-type: none; 
    width: 200px;
	background: #e6e6e6;
    }

#navbar ul {
    width: 200px;
    }
        
#navbar li ul {
    background: #f0f0f0;
    }

#navbar li li {
    background: url(../images/btt.gif) no-repeat 3px 7px;
    }

#navbar li li a {
    margin-left: 15px; 
    width: 110px;
    font-weight: normal;
    }

#navbar a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 5px 0 5px 15px;
    width: 185px;
    border-bottom: 1px solid #8e8e8e;
	border-top: 1px solid #8e8e8e;
    font-weight: normal;
	margin: 1px 0 0 0;
	background: url(images/m_btt.png) no-repeat 6px 10px;
    }
	
#navbar a.na {
    color: #999999;
    }
	
#navbar a.main {
	background: url(images/zero.png) no-repeat;
    padding: 0;
    width: 185px;
    border: 0;
    font-weight: normal;
	margin: 0;
    }
	
#navbar img {
	margin: 5px 0 5px 0;
	}

#navbar a:hover {
    text-decoration: underline;
    }

#navbar li.current a {
    font-weight: bold
    }

#navbar li.current li a {
    font-weight: normal;
    }
	

input {
    background-color: #fafafa;
    border-width: 1px;
    border-color:#bbbbbb;
    color:#777777;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration:none;
    }
	
input:focus {
    border-color:#ff0000;
    }

textarea {
    background-color: #fafafa;
    border-width: 1px;
    border-color:#bbbbbb;
    color:#000000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration:none;
    }

select {
    background-color: #fafafa;
    border-width: 1px;
    border-color:#bbbbbb;
    color:#000000;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration:none;
    }