body {
 background-color: #101010;
 background-image: url(img/bg.gif);
 background-repeat: repeat-x; 
 margin: 0px;
 padding: 0px;
}

* {
 text-align: justify;
}

div#overall {margin: 0 auto; width: 915px; font-family: Arial; font-size: 12px; color: #000; margin-bottom: 20px;}

/*Naglowek*/
div#header {height: 160px;}
div#logo { height: 142px; width: 255px; float: left;}
div#menu {background-color: #000; height: 64px; width: 660px; float: right;
		font-family:Tahoma; font-size: 12px; text-transform: UpperCase; color: #999999;}

div#menu div { float: left; margin-left: 1px; }

/*Content*/
div#intro {width:100%; background-color: #006a3c; 
				background-image: url(img/house.jpg); background-repeat: no-repeat;
				margin-top:0px; height: 560px; position: absolute; top:0px; left: 0px;}
div#container { width:100%; background-color: #074228; 
				margin-top:0px; height: 560px; position: relative;}
div#content {width:855px; height: 450px; 
				margin-top:50px; position: absolute; padding: 30px;  
				font-family: arial; font-size: 20px; color: #fff; }
				
div#content img.mini{border: 1px solid #000; }

div#content span.tel2{padding-left:40px;}

div#green_belt { background-color: #006a3c; width:895px; height: 28px; bottom: 0px; position: absolute;
				 font-family: arial; font-size: 20px; color: #fff; padding-left: 20px; }
div#green_belt a { color: #fff; text-decoration: underline;}

div#caption { background-color: #006a3c; padding: 5px 10px 5px 20px;
				 height: 35px; width: 300px; top: 0px; right: 0px; position: absolute;}


div#green_box { background-color: #006a3c; padding: 5px 10px 5px 20px;
				 height: 53px; width: 369px; top: 0px; right: 0px; position: absolute;}

/*Footer*/
div#bottom { height:40px; width:100%; margin-top: 20px;}
div#bottom_linki { float: left; width:600px; font-family: Tahoma; font-size: 9px;
			color: #434343; text-transform: UpperCase;}
div#bottom_linki a {color: #434343; text-decoration: none;}
div#bottom_linki span.spacja { padding-right:6px; padding-left:6px;}
div#bottom_createdby { float: right; width:315px; font-family: Tahoma; font-size: 10px;
			color: #434343; text-transform: UpperCase; text-align: right;}
div#bottom_createdby a { color: #595959; text-decoration: none;}

.submit { width: 89px; height: 26px;  background-image: url(img/submit.png);
background-repeat: no-repeat; background-position: center center; cursor: pointer;
font-family: Tahoma; font-size: 12px; text-align: center;
color: #fff; text-transform: UpperCase; padding-top: 12px; }
			
input, textarea { border: 1px solid #006a3c; width: 200px;}
textarea { height: 100px; overflow: auto;}

.nag {font-size: 18px; font-weight:bold;}
a { color: #ffffff; }
a:hover { text-decoration: none; }