/*
 *
 *
 *	LAYOUT
 *
 *
 */

body {
	margin:0;
	padding:0;
	border:0;
} 

#page {
	width:1000px;
	margin:0 auto;
}

#header {
	width:880px;
	margin:0 auto 0 auto;
	clear:both;
}

#header #logo {
	width:600px;
	height:104px;
	float:left;
	clear:left;
}

#header #logo div {
	margin: 0 0 0 -10px;
}

#header #logo div a img {
	margin: 10px 0 0 15px;
	padding:0;
	border:0;
}

#header #logo div p {
	margin:3px 0 0 15px;
	padding:0;
	border:0;
	clear:both;
}	

#header #icons {
	margin:10px 20px 0 0;
	width:82px;
	height:30px;
	float:right;
	clear:right;
}

#header #icons #home_icon a{
	margin:0 10px 0 0;
	width:36px;
	height:30px;
	float:left;
}

#header #icons #mail_icon a{
	margin:6px 0 0 0;
	width:36px;
	height:23px;
	float:left;
}

#header #baner {
	width:880px;
	height:58px;
	float:left;
	clear:both;
}

#header .menu {
	width:880px;
	height:46px;
	float:left;
	clear:both;
}

#header .menu ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

#header .menu ul li{
	margin:0;
	padding:0;
	float: left;
}

#header .menu ul li a{
	float:left;
	margin:0;
	padding:0 20px 0 15px;
	line-height: 34px;
}

#content {
	width:880px;
	margin:0 auto 0 auto;
}

#content #main {
	width:539px;
	padding: 0 0 30px 0;
	border: 1px solid #cccccc;
	float:left;
	clear:left;
}

#content #main h1 {
	margin:5px 5px 10px 5px;
	padding:0;
}

#content #main h2 {
	margin:5px 5px 10px 5px;
	padding:0;
}

#content #main h3 {
	margin:5px 5px 10px 5px;
	padding:0;
}

#content #main p {
	margin:5px 5px 10px 5px;
	padding:0;
}

#content #right1 {
	width:194px;
	height:250px;
	margin:0 0 0 10px;
	border: 1px solid #cccccc;
	float:left;
	clear:none;
}

#content h1.belt {
	height: 18px;
	width: 90%;
	position: relative;
	margin:5px 0 0 -1px;
	padding:0 0 0 5px;
	
}

#content #right1 h2 {
	margin:20px 0 0 5px;
	padding:0;
}

#content #right1 .phone {
	margin:5px 0 0 5px;
	padding:0;
}

#content #right1 .email {
	margin:5px 0 0 5px;
	padding:0;
}	

#content #right2 {
	width:121px;
	height:250px;
	margin:0 0 0 10px;
	border: 1px solid #cccccc;
	float:left;
	clear:right;
}

#content #right2 img {
	margin: 15px 0 0 20px;
	border: 0;
}

#footer{
	height:127px;
	width:880px;
	margin:0 auto 0 auto;
}

#footer .menu {
	clear:both;
}

#footer .menu ul{
	margin:0;
	padding:0;
	list-style-type: none;
}

#footer .menu ul li {
	margin:20px 0 10px 5px;
	padding:0;
	float:left;
	display:inline;
}

#footer #info {
	margin:0 0 10px 5px;
	clear:both;
}

#footer #webmaster {
	margin:0 0 0 5px;
	clear:both;
}

#footer #webmaster a {
	text-decoration:none;
}

.empty {
	clear: both;
}


/*
 *
 *
 * FONTS
 *
 *
 */
body {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
}

#header #logo div p{
	font: italic normal bold 16px Arial, Verdana;
	word-spacing: 5px;
}

#header .menu ul li a{
	text-decoration: none;
	font-size: 14px;
}

#content {
	font-size: 12px;
}

#content #main h1 {
	font-size: 18px;
	margin:18px 5px;
}

#content #main h2 {
	font-size: 16px;
}

#content #main h3 {
	font-size: 14px;
}

#content #main p {
	line-height: 200%;
}

#content #main ul li {
	line-height: 200%;
}

#content h1.belt {
	font-size: 12px;
	font-weight: bold;
}

#content #right1 h2 {
	font-size: 12px;
	font-weight: bold;
}

#content #right1 .phone {
	font-size: 14px;
	font-weight: bold;
}

#content #right1 .email a{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#content #right1 .email a:hover{
	color:#ff0000;
	text-decoration: underline;
}

#footer{
	font-size: 10px;
	line-height: 14px;
}

.empty {
	font-size: 0px;
	line-height: 0px;
}
 
/*
 *
 *
 * COLORS & IMAGES
 *
 *
 */
   
body {
	background: #cccccc;
}

#page {
	background:#cccccc url(./images/page.jpg) repeat-y;
}

#header {
	background: #ffffff;
}

#header #logo div {
	background: #ffffff url(./images/header.jpg) no-repeat;
}
#header #logo div p{
	color:#333333;
}

#header #icons {
	background: #ffdee;
}

#header #icons #home_icon a{
	background: #ffffff url(./images/home_icon.jpg) no-repeat;
}

#header #icons #home_icon a:hover{
	background: #ffffff url(./images/home_icon_hover.jpg) no-repeat;
}

#header #icons #mail_icon a{
	background: #ffffff url(./images/mail_icon.jpg) no-repeat;
}

#header #icons #mail_icon a:hover{
	background: #ffffff url(./images/mail_icon_hover.jpg) no-repeat;
}

#header #baner {
	background: #ffee99;
}

#header .menu {
	background:#ff0000 url(./images/menu.png) repeat-x;
}

#header .menu ul li a{
	color:#ffffff;
	background: #ff0000 url(./images/menu_button.jpg) no-repeat top right;
}

#header .menu ul li a:hover{
	background:#ff0000 url(./images/menu_button.jpg) no-repeat right -36px;
}

#content #main {
	background: #ffffff url(./images/linie45.jpg) repeat; 
}

#content #main h1 {
	color: #ff0000;
}

#content #main h2 {
	color: #ff0000;
}

#content #main h3 {
	color: #ff0000;
}

#content #main .stoodout{
	color: #ff0000;
}

#content #main a{
	color: #ff0000;
}

#content #right1 {
	background: #ffffff url(./images/linie45.jpg) repeat; 
}

#content h1.belt {
	color: #ffffff;
	background: #ff0000 url(./images/titlebelt.png) repeat-x;
}

#content #right1 h2 {
	color: #666666;
}

#content #right1 .phone {
	color: #ff0000;
}

#content #right1 .email a{
	color: #ff0000;
}

#content #right2 {
	background: #ffffff url(./images/linie45.jpg) repeat; 
}

#footer{
	background:#ffffff url(./images/footer.png) repeat-x;
	color: #cccccc;
}

#footer a {
	color: #cccccc;
}

/*
 *
 *
 * Kontakt
 *
 *
 */

#content #main #contact_table{
	border:0;
}

 #content #main #contact_table td{
 	vertical-align: top;
 }
 
 #content #main #contact_table td#ct_data{
 	width: 350px;
 }
 
 #content #main #contact_table td#ct_form{
 	width:300px;
 }
 
 /*
  *
  *
  * Pozostałe
  *
  *
  *
  */
  #content .email_hidden{
  	color: #ff0000;
  }
 
 
 
