/** główne */

body {
	margin: 0px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	background: #f0f0f0 url(../theme/bg.jpg) repeat-x;
}

h1, h2 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ab2410;
	font-size: 20px;
}

h3, h4, h5, h6 {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ab2410;
	font-size: 15px;
}

a {
	text-decoration: none;
	color: #ab2410;
}

a:hover {
	border: none;
	color: #83895C;
	text-decoration: underline;
}

a img {
	border: none;
}

td {
        font-size: 13px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input, textarea {
	padding: 2px 5px;
	background: #e8e6e6;
	border: 1px solid #666666;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
}


.guzik {
	background: url(../theme/guzik.jpg) no-repeat;
	width: 80px;
	height: 20px;
	padding: 0 0 0 15px;
	border: 1px solid #333333;
	text-align: left;
	color: #fffff;
}

.guzik a {
	background: url(../theme/guzik.jpg) no-repeat;
	width: 80px;
	height: 20px;
	padding: 0 0 0 15px;
	border: 1px solid #333333;
	text-align: left;
	color: #fffff;
}

.guzik a:hover {
	text-decoration: none;
}


.spacer {
	position:relative;
	clear:both;
}



#main {
text-align: center;
}

/** top */

#top {
	width: 750px;
	height: 250px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}

/** con **/

#con {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: #ffffff;
}

/** menu */

#menu {
	float: left;
	width: 210px;
	text-align: left;
}

#menu ul {
	width: 200px;
	padding: 0 10px 0 0;
	margin: 0;
	list-style: none;
}

ul#menu li {
	width: 200px;
	height: 40px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#menu li a {
	display: block;
	width: 180px;
	height: 30px;
	padding: 10px 0 0 20px;
	background: url(../theme/but_1.jpg) no-repeat;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	width: 180px;
	height: 30px;
	padding: 10px 0 0 20px;
	background: url(../theme/but_2.jpg) no-repeat;
}




/** tresc */

#content {
	float: left;
	width: 520px;
	padding: 0 20px 20px 0;
	text-align: justify;
}

#content h1 {
	text-align: left;
	border-bottom: 1px solid #ffc68d;
}

#content * {
	line-height: 140%;
}

.kon_div {
	float: left; 
	width: 245px;
	padding: 0 0 0 10px
}

.kon {
	font-weight: bold;
	color: #CC6600;
}

.kon_title {
	font-weight: bold;
	font-size: 13px;
	color: #CC6600;
}

/** stopka */

#footer {
	width: 750px;
	height: 100px;
	margin: 0 auto;
	background: #ffffff url(../theme/fott.jpg) repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
}

#footer_l {
	float: left;
	width: 250px;
	height: 75px;
	padding: 25px 0 0 20px;
	text-align: left;
}

#footer_r {
	float: left;
	width: 480px;
	height: 75px;
	padding: 25px 0 0 0;
}

#footer_r a{
	font-weight: bold;
}

