@CHARSET "UTF-8";

html{
	overflow: auto;	
}

body{
	padding: 0;
	margin: 0;	
	height: 100%;
	font-family: Arial;
	font-size: 10px;
	color:#949494;
}
body a {
	color:#949494;	
}

div#preloader{
	display: none;	
}

div#sidebar{
	position: fixed;
	width: 250px;
	height: 100%;
	overflow: hidden;
	z-index: 100;
}

div#menu{
	width: 250px;	
	margin-top: 50px;
}

div#menu a{
	display: block;
	width: auto;
	height: 14px;
	text-decoration: none;
	padding-left: 160px;
	padding-top: 2px;
	border: 0;
	color: #EBEBEB;
}

div.link_image{
	width: 60px;
	height: 13px;
}

div.link_projekty{
	background-image: url('../images/link_projekty.png');	
}

div.link_publikacje{
	background-image: url('../images/link_publikacje.png');	
}

div.link_kontakt{
	background-image: url('../images/link_kontakt.png');	
}

div.link_projects{
	background-image: url('../images/link_projects.png');	
}

div.link_publications{
	background-image: url('../images/link_publications.png');	
}

div.link_contact{
	background-image: url('../images/link_contact.png');	
}

div#menu a.active{
	background-color: #ffc600;
}

div#menu a:HOVER{
	background-image: url('../images/on_roll.png');
}

a img {
	text-decoration:none;
	border:none;
}

div#menu a img{
	border: 0;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	text-decoration:none;
}

div#sidebar div#mazaj_head{
	position: absolute;
	top: 0;
	left: 0;
	width: 148px;
	height: 134px;
	background-image: url('../images/mazaj_head.png');
}

a.logo{
	margin-top: 50px;
	margin-left: 30px;
	display: block;
	width: 50px;
	
}

div#logo{
	height: 60px;
	background-image: url('../images/logo.png');
}

div#sidebar div#mazaj_body{
	position: absolute;
	top: 134px;
	left: 0;
	width: 249px;
	height: 415px;
	background-image: url('../images/mazaj_body.png');
}

div#content{
	padding-left: 300px;
	padding-bottom: 60px;
	padding-top: 100px;
	z-index: 10;
	position: absolute;
}

div#left_gradient{
	background-image: url('../images/gradient_left.png');
	z-index: 1;
	width: 650px;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
}

div#right_gradient{
	background-image: url('../images/gradient_right.png');
	z-index: 2;
	width: 650px;
	height: 100%;
	right: 0;
	top: 0;
	position: fixed;
}

div#mazaj_right{
	position: fixed;
	bottom: 60px;
	right: 0;
	width: 189px;
	height: 321px;
	background-image: url('../images/mazaj_right.png');
	z-index: 4;
}

div#footer{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background-color: white;
	z-index: 150;
}

div#footer div#footer_info{
	width: 262px;
	height: 27px;
	background-image: url('../images/footer_info.jpg');
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}

div#language_selection{
	margin-top: 10px;
	margin-right: 25px;
	float: right;
	color: #818181;
	font-family: Arial;
	font-size: 9px;
}

div#language_separator{
	margin: 4px 3px;
	background-color: #818181;
	height: 10px;
	width: 1px;
	display: inline;
	float: left;
}

div#language_selection a{
	float: left;
	display: block;
	width: 18px;
	height: 15px;
	text-decoration: none;
	color: #424242;
	text-align: center;
	padding-top: 3px; 	
}

div#language_selection a.active{
	color: #FFFFFF;
	background-image: url(../images/kolo.png);
}

/* img, a{
	border: 0px;	
} */

a.image-border {
	border: 0 none;
	text-decoration:none;	
	}

.clear{
	clear: both;
}

div.project{
	margin-bottom: 30px;	
	font-size: 11px;
	font-family: Arial;
}

a.project_picture{
	width: 350px;
	height: 250px;
	float: left;
	clear: left;
	background-color: black;
	display: block;
	background-position: center center ;
	background-repeat: no-repeat;
}

a.project_picture div.more{
	width: 90px;
	height: 100%;
	background-image: url('../images/overlay.png');
	margin-left: 260px;
}

a.project_picture div.more_image{
	margin-left: 20px;
	width: 52px;
	height: 16px;
	background-image: url('../images/more.png');
}

a.project_picture:HOVER div.more_image{
	margin-left: 20px;
	width: 52px;
	height: 16px;
	background-image: url('../images/more_onroll.png');
}

div.project_description{
	float: left;
	margin-left: 40px;
	width:300px;
}

div.project_title{
	color: #676767;
	font-size: 14pt;
}

div.description{
	margin: 30px 0;
	color: #7f7f7f;
	width: 300px;
	text-align: justify;
}

div.property_label{
	float: left;
	clear: left;
	color: #a0a0a0;
	margin-right:5px;
}



div.property_value{
	float: left;
	color: #171717;
}

div.project_details_header{
	margin-top: -57px;
	margin-bottom: 20px;
	width: 550px;
	height: 50px;
}

div.project_details img{
	margin-bottom: 5px;
	display: block;
}

div.project_details_header a, div#content a{
	text-decoration: none;
	font-size: 10pt;
	color: #bfbfbf;
	float: left;
}

div.project_details_header a.back{
	position: absolute;
	left: 525px;	
}

div#content a span.arrow{
	color: #ffc90f;
}

div.project_details_wide div.description{
	width: 550px;
}

div.project_details_wide{
	margin-bottom: 50px;	
}

div.contact_data{
	float: left;
	width: 200px;
	color: #949494;
	
}
div#content div.contact_data a{
	width: 150px;
	color: #949494;
	float:none;
	font-size:10px;
}


div.contact_form{
	float: left;
	width: 420px;
	margin-left: 20px;
	font-size: 10px;
	color: #686868;
}

form#contact_form label{
	float: left;
	clear: left;	
	width: 110px;
	text-align: right;
	margin: 4px;
}



form#contact_form input, form#contact_form textarea{
	float: left;
	width: 300px;
	background-color: #e8e8e8;
	border: 0;
	margin: 2px 0; 
	font-size: 10px;
	color: #686868;
}

form#contact_form textarea{
	height: 200px;
	margin-top: 5px;
}

form#contact_form input[type=submit]{
	float: right;	
	width: 75px;
	margin-right: 3px;
	border: 0;
	background: none;
	font-size: 14px;
	cursor:pointer;
}

form#contact_form ul.errors{
	list-style-type: none;
	color: #FF4F4F;
	padding: 0;
	margin: 5px 5px 3px 115px;
	float: left;
	clear: left;
}

div.gray_box{
	background-color: #E8E8E8;	
	margin: 0 0 4px 0;
	float:left;
}

div.message{
	border: 2px solid #ADFF6F;
	padding: 3px;
}



form#contact_form input.submit_contact{
	padding: 0;
	width: auto;
	margin-right: 0;
}

a:active, a:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
}
textarea#content {
	overflow:auto;
	font-family:Arial;
	font-size:10px;
}