﻿@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: none;	
}

body {
	font-size: 12px;
	font-family: Arial;	
}

/* MAIN LAYOUT */
.centerContent {
	width: 1000px;
	margin: auto;	 
}



/*BELKI-GORNA 
I DOLNA*/
div#upperBeam {
	width: 100%;
	height: 7px;
	background-color: #f2d305;	
}
div#bottomBeam {
	padding-top: 15px;
	width: 100%;
	height: 30px;
	background-color: #9a9a9a;
	color: #fff;
	text-align: center;	
}
	div.mainBeam{
		position: fixed;
		bottom: 0;
	}

/* HEADER*/
div#Header {
	width: 100%;
}
	/*LOGO*/
	div#logoJMK {
		
float: left;	
margin-top: 50px;
	}
	
	/* GÓRNE MENU */
	div#mainMenuWrap {
		float: right;	
	
}
		ul#mainMenu {
			list-style-type: none;
		}
			ul#mainMenu li {
				float: left;
			}
				
			
	
/* LAYOUT */
div#MainLayout {
	width: 100%;
	height: 302px;
	background-color: #9a9a9a; /* pasek biegnący przez srodek, cała szerokość strony*/
	margin: 60px 0px 50px 0px;
}	
	
	div#leftTextMain {
		float: left;
		width: 500px;
		padding: 5px;		
	}
	
	div#rightGraphicsMain {
		float: right;
		position: relative;
		top: -30px;
		width: 450px;
		height: 363px;		
	}
		
div#rightGraphicsMain img{
			display: block;
			float: left;
		}
	
	
		div#rightGraphicsMain *{
			margin: 0px;
			padding: 0px;
			border: none;
		}
							
	
	
div#leftCommonText {
	float: left;	
	width: 750px;	
}				
div#rightCommonGraphics {
	float: right;	
	border-left: 1px solid #fff;	
}
	div#rightCommonGraphics img{
		display: block;		
	}

/* CONTACT */
div#leftContactText {
	float: left;
	width: 460px;	

}
div#centerContactForm {
	float: right;
	width: 280px;
	padding: 0px 10px 0px 5px;
}

	input.contForm {		
		width: 265px;
		height: 21px;
		border: 1px inset #b2b1b1;
	}
	
	input[type=text],input[type=password],textarea {
		border: 1px inset #b2b1b1;
	}
	
	textarea.contForm {		
		width: 265px;
		height: 155px;
		border: 1px inset #b2b1b1;
	}
	
	textarea.edytor_tinymce {
		margin: 20px auto;
	}
	
	fieldset {
		margin: 10px auto;
		padding: 5px;
		border: 1px solid #b2b1b1;
		width: 200px;
	}

div.overflowContener {
	overflow: hidden;	
}
div.overflowContent {
	margin-bottom:-2000px;
	padding-bottom:2000px;		
}


div.bckg {
	
}

.airTop {
	margin-top: 60px;
	margin-bottom: 60px;	
}

.clear {
	clear: both;
}
