@charset "utf-8";
/* CSS Document */

/* Constant styles */

body 
{
	padding: 0px;
	margin: -25px 0px 0px 0px;
	background: #571611 url(../images/main_background3.gif) repeat-x left -25px;
}

* 
{
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	color: #ccb296;
	line-height: 16px;
}

img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

br
{
	clear: both;
}


ol, ul
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin-bottom: 6px;
}


a.design
{
	color: #CCB296;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	/*border-bottom: 1px solid #b49c83;*/
} 

a.design:hover
{
	color: #e4d1b0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	/*border-bottom: 1px solid #CCB296;*/
}

h1
{
	font-family: Verdana, sans-serif;
	font-size: 15px;
	color: #CCB296;
	font-weight: bold;
	text-decoration: none;
}

h2
{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #CCB296;
	font-weight: bold;
	text-decoration: none;
}



div.menu
{
	margin: 0px 0px 0px 20px; 
	float: left; 
	width: 232px; 
	height: auto !important; min-height: 220px; height: 220px;
	border: 0px solid #eaeaea; 
	padding: 10px; 
	text-align: left;
}

* > div.menu
{
	margin: 0px 0px 0px 24px; 
	float: left; 
	width: 232px; 
	height: auto !important; min-height: 220px; height: 220px;
	border: 0px solid #eaeaea; 
	padding: 10px; 
	text-align: left;
}

div.menu ul
{
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

* > div.menu ul
{
	padding: 0px 0px 0px 10px;
}


div.menu ul li
{
	padding: 5px 0px 5px 0px;
	list-style-type: none;
    /*background: url(../css/menu_spacer.gif) repeat-x;*/
    background-position: top left;
}


div.menu ul li a
{
	color: #f6e7c3;
	text-decoration: none;
	background: url(../css/menu_arrow.gif) no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 8px;
	font-weight: bold;
}

div.menu ul li a:hover
{
	color: #d2bea1;
	text-decoration: underline;
	background: url(../css/menu_arrow.gif) no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 8px;
	font-weight: bold;
}


div.menu ul li.g3
{
	padding: 5px 0px 5px 10px;
	list-style-type: none;
}


div.menu ul li.g3 a
{
	color: #f6e7c3;
	text-decoration: none;
	background: url(../css/menu_arrow.gif) no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 8px;
	font-weight: normal;
}

div.menu ul li.g3 a:hover
{
	color: #d2bea1;
	text-decoration: underline;
	background: url(../css/menu_arrow.gif) no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 8px;
	font-weight: normal;
}

div.menu ul li.g3_active a
{
	color: #f6e7c3;
	text-decoration: underline;
	background: url(../css/menu_arrow.gif) no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 8px;
	font-weight: normal;
}

div.menu ul li.g3_active a:hover
{
	color: #d2bea1;
	text-decoration: none;
	background: url(../css/menu_arrow.gif) no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 8px;
	font-weight: normal;
}

.wyslij
{
background:#4e0e09;
width:auto;
padding:4px 8px;
border:1px solid #6d5755;
color:#f6e7c3;
font-weight:bold;
font-size:11px;
cursor: pointer;
}

.wyslijOn
{
background:#6d5755;
width:auto;
padding:4px 8px;
border:1px solid #56120d;
color:#f6e7c3;
font-weight:bold;
font-size:11px;
cursor: pointer;
}

input
{
	width: 300px;
	color: #340602;
}

textarea
{
	width: 300px;
	color: #340602;
}

td.pole p
{
	padding: 1px 0px 1px 0px;
	margin: 1px 0px 1px 0px;
}

/* End */