  body {
	  font-family: Arial, Helvetica, sans-serif;
		font-size:   15px;
		color:       #000;
	}
	
	a#link1 {
		color:           #000;
		text-decoration: none;
	}
	a#link1:hover {
		color:           #C80000;
		text-decoration: underline;
	}
	a#link2 {
	  background:      url("../images/sipka1.png") no-repeat;
		padding-left:    20px;
		color:           #000;
		text-decoration: underline;
	}
	a#link2:hover {
	  background:      url("../images/sipka2.png") no-repeat;
		padding-left:    20px;
		color:           #C80000;
		text-decoration: underline;
	}
	a#link3 {
	  font-size:       14px;
		color:           #000;
		text-decoration: underline;
	}
	a#link3:hover {
	  font-size:       14px;
		color:           #C80000;
		text-decoration: underline;
	}
	div#header {
	  width:      1000px;
		height:     97px;
		background: url("../images/header.png") no-repeat;
	}
	
	div#body {
	  width: 1000px;
	}
	
	div#footer {
	  width:         100%;
		float:         left;
		font-size:     14px;
		margin-top:    15px;
		margin-bottom: 15px;
		padding-top:   6px;
		border-top:    2px solid;
		border-color:  #E3E3E3;
 	}
	
	div#menu {
	  padding-top: 30px;
	  font-size:   14px;
		float:       right;
	}
	
	div#page_body {
		float:      left;
		background: #fff;
	}
	
	div#left {
	  text-align: left;
	  width:      320px;
		float:      left;
		background: #fff;
	}
	
	div#main {
	  width:      320px;
		float:      left;
		background: #fff;
	}
	
	div#right {
	  text-align: left;
	  width:      300px;
		float:      left;
		background: #fff;
	}
  
	div#font1 {
	  font-size:     18px;
		text-align:    justify;
		margin-top:    15px;
		margin-left:   15px;
		margin-bottom: 15px;
		margin-right:  15px;
		color: #aa0000;
	}
	
	p#msg {
	  color: #f00;
		margin-bottom: 0px;
	}
	
	div.poznamka {
	  font-size: 12px;
	  text-align: left;
	  margin-bottom: 0px;
	  margin-top: 0px;	  
	}
	
	h4 {
	    font-weight:   bold;
		margin-top:    3px;
		margin-bottom: 3px;
		text-align:    left;
		color: #666666;
		font-size:18px;
	}
	.red
	{
	color: #aa0000;
	}
	
	table {
	  font-size: 14px;
	}
	
	table#cennik {
	  font-size: 16px;
	}
	tr#tr_error {
	  color: #f00;
	  }
	tr.tr_error {
	  color: #f00;
	  }
	