@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background:#682018;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

p {
	text-align: justify;
}

.container {
	width: 940px;
	margin: 0 auto;
}
.nav {
	width: 100%;
	height: 325px;
	background:url(../gfx/background.jpg) repeat-x;
	background-color:#F2F2F1;
}

.menu {
	width: 680px;
	height: 45px;
	margin-left: 260px;
}

.menu ul {
	margin: 0;
	padding: 12px 0px 0px 0px;
}

.menu ul li {
	list-style: none;
	margin: 0;
	padding: 0px 30px 0px 30px;
	border-left: 1px solid white;
	display: inline;
}

.menu ul li a {
	margin: 0px 0px 0px 0px;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
}

.menu ul li a:hover {
	text-decoration:underline;
}

.header {
	width: 940px;
	height: 240px;
	background:url(../gfx/header.jpg);	
}

.logo {
	width: 264px;
	height: 152px;
	margin-top: -45px;
	margin-left: -20px;
	background:url(../gfx/logo.png);
	float:left;
}

.header_shadow{
	width: 966px;
	height: 40px;
	background: url(../gfx/header_shadow.jpg);
	margin-left: -13px;
}

.content {
	width: 100%;
	height: auto;
	background-color:#F2F2F1;
	float:left;
	margin-top; 30px;
}

.content_columns {
	width: 940px;
	float:left
}

.content_column {
	width: 275px;
	margin-right: 55px;
	float:left;
}

.content_column h1 {
	margin-top: -5px;
	padding-top: 0px;
	font-size: 18px;
	font-weight: normal;
}

.content_column img {
	margin-right: 5px;
	border: 0px;
}

.intro_column {
	width: 940px;
	margin-right: 55px;
	margin-top: 40px;
	margin-bottom: 10px;
	float:left;
}

.merged_column {
	width: 940px;
	margin-top: 40px;
	float:left;
}

.merged_column h1{
	font-size: 18px;
	font-weight: normal;
}

.intro_column h1 {
	font-size: 18px;
	font-weight: normal;
}

.contact_kolumn {
	width: 275px;
	margin-top: 40px;
	float: left;
}

.contact_kolumn h1 {
	font-size: 18px;
	font-weight: normal;
}

.cat_column {
	width: 275px;
	min-height: 154px;
	margin-top: 40px;
	float: left;
	background:url(../gfx/cat_gfx.jpg) center no-repeat;
}

.cat_column h1 {
	font-size: 18px;
	font-weight: normal;
}

.txt_column {
	width: 605px;
	margin-right: 55px;
	margin-top: 40px;
	float:left;
}

.txt_column h1 {
	font-size: 18px;
	font-weight: normal;
}

.txt_column table {
	border: 0px;
	padding: 0px;
	margin: 0px auto;
}

.txt_column table tr {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.txt_column table tr td{
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align:top;
}

.content_column a {
	font-size: 16px;
	text-decoration: none;
	color:#333333;
	display: block;
	margin-top: 37px;
}

.content_column a:hover {
		text-decoration: underline;
}

.footer {
	width: 100%;
	height: 76px;
	background:url(../gfx/footer_bg.jpg);
	float:left;
}

.footer_content {
	width: 940px;
	height: 30px;
	margin: 0 auto;
}

.footer_dane {
	width: 275px;
	float: left;
	font-size:10px;
	color:#FFF;
	margin-top: 10px;
}

.footer_menu {
	width: 605px;
	float: left;	
	margin-top: 10px;
}

.footer_menu ul {
	margin-top: 5px;
}
	
.footer_menu ul li {
	color:#FFF;
	border-left: 1px solid white;
	display:inline;		
	list-style: none;
	padding-left: 8px;
	padding-right: 5px;
}
	
.footer_menu ul li.alt {
	border-left: none;
}

.footer_menu ul li a, .footer_menu ul li.alt a {
	color: #FFF;
	text-decoration:none;
	font-size: 10px;
}

.footer_menu ul li a:hover, .footer_menu ul li.alt a:hover {
	text-decoration:underline;
}

input {
	width: 215px;	
}

textarea {
	width: 215px;	
}