@charset "utf-8";
/* CSS Document */
body {
	background-color:#342c2a;
	font-family:Arial;
	font-size:12px;
	color:#8d8988;
}

span {
	font-family:Arial;
	font-size:12px;
	color:#dbd7d7;
}

img {
	border:none;
}

#main {
	margin:0 auto 0 auto;
	width:984px;
	background-color:#020000;
}

fieldset {
	border: 0 solid;
	margin: 0 0 10px 0;
}
legend {
	font-weight: bold;
	padding: 2px 5px;
}
fieldset ul {
	margin: 0;
	padding: 0;
}
fieldset li {
	list-style: none;
	margin: 0;
	padding: 5px;
}
label {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
}
fieldset fieldset {
	margin: 0;
	padding: 0;
}
fieldset fieldset legend {
	padding: 0;
	font-weight: normal;
}
fieldset fieldset label {
	display: block;
	width: auto;
}
fieldset fieldset label {
	margin-left: 150px;
}

em {
	color:#F00;
}

input {
	border:1px solid #8D8988;
}

textarea {
	border:1px solid #8D8988;
}

a {
	color:#DBD7D7;
}

#top {
	width:984px;
	height:130px;
	float:left;
	border-bottom:4px solid #cec5bc;
	background-color:#020000;
}

#logo {
	width:72px;
	height:91px;
	background-image:url(images/logo.png);
	margin-top:25px;
	margin-bottom:15px;
	margin-left:28px;	
	float:left;
}

#top_menu {
	height:90px;
	float:left;
	margin-top:25px;
	margin-left:250px;
}

#content {
	width:984px;
	float:left;
	background-color:#020000;	
}

#footer {
	width:984px;
	height:211px;
	float:left;
	background-color:#020000;
}

.footer_pos {
	float:left;
	margin-top:31px;
	margin-left:27px;
}

#main_page {
	width:984px;
	height:457px;
	float:left;
}

#main_page #col1 {
	width:322px;
	height:457px;
	float:left;
	background-image:url(images/bg_mainpage.png);
	background-repeat:repeat-x;
}

#main_page #col2 {
	width:662px;
	height:457px;
	float:left;
}

#main_page #col1 #col1con {
	margin-left:27px;
	margin-top:36px;
	margin-right:10px;
}

#realizacje {
	width:984px;
	float:left;
	text-align:center;
}

#realizacje .box {
	margin-left:30px;
	margin-top:30px;
	width:150px;
	text-align:center;
	float:left;
}

#realizacje .box a {
	font-family:Arial;
	font-size:14px;
	color:#8d8988;
	text-decoration:none;
}

#realizacje .box img {
	border:none;
	width:150px;
	height:150px;
	margin-bottom:10px;
}

#static {
	margin:30px;
	float:left;
}

#kontakt {
	margin:30px;
}

#kontakt #col11 {
	width:305px;
	float:left;
}

#kontakt #col12 {
	width:615px;
	float:left;
}





