body{
	background-color: #e2e2e2;
	font-family: Arial, Verdana;
	color: #777777;
	font-size: 12px;
}
a{
	text-decoration: none;
	color: #777777;
}
h1, h2, h3, h4, h5{
	font-family: 'Abel';
}
h3{
    color: #464646;
    font-size: 38px;
    font-weight: normal;
	margin: 20px;
}
img{
	border: none;
}
/*
input{
    background: url("../images/input.png") no-repeat scroll 0 0 transparent;
    border:  none;
    color: #575350;
    height: 25px;
    padding: 0 5px;
    width: 212px;
}
*/
textarea, input{
	border: 1px solid;
	border-top-color: #a9a2a0;
	border-bottom-color: #d5d5d5;
	border-left-color: #a9a2a0 ;
	border-right-color: #e7e7e7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #575350;
}

input.inputbox{
	width: 222px;
	height: 25px;
	padding: 0 5px;
}
button{
    background: url("../images/zamawiam.png") no-repeat scroll 0 0 transparent;
    border: none;
    height: 29px;
    padding-bottom: 3px;
    padding-right: 30px;
    width: 99px;
	color: #575350;
}


#main{
	background-color: #FFFFFF;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#main #header{
	overflow: hidden;
	position: relative;
}
#main #header .pasek{
    background-image: url("../images/pasek.png");
    background-repeat: repeat;
    height: 10px;
    margin: 0 auto;
    position: relative;
    top: 91px;
    width: 94%;
}
#main #header .logo{
    float: left;
    height: 100px;
    margin-bottom: 10px;
    margin-left: 60px;
    margin-top: 10px;
    position: relative;
    width: 102px;
    z-index: 5;
}

#main #header .lang{
    position: absolute;
    right: 30px;
    top: 15px;
}

#main #header .menu{
    color: #7E1710;
    float: right;
    font-size: 18px;
    margin-top: 28px;
}
#main #header .menu ul{
	list-style: none;
	display: block;
}
#main #header .menu ul li{
	display: inline;
	margin: 0 30px;
}
#main #header .menu ul li a{
	color: #231e60;
}
#main #header .menu ul li.active a{
	text-decoration: underline;
}
#main #content{
	overflow: hidden;
}
#main #content .left{
    float: left;
    margin-top: 25px;
    width: 25%;
}
#main #content .left div{
	width:245px;
	margin-left: 28px;
}
#main #content .left div.moduletable_menu{
	border: 1px solid #ededed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main #content .left h3{
    color: #464646;
    font-size: 32px;
    font-weight: normal;
    margin: 20px 0 20px 15px;
}
#main #content .left ul{
	color: #3bbeea;
	
}
#main #content .left ul li{
	margin: 15px 0;
}
#main #content .left ul li a{
	color: #231e60;
	text-decoration: underline;
	font-size: 12px;
}

#main #content .left .acymailing_module_form .subbutton{
    background: url("../images/zamawiam2.png") no-repeat scroll 0 0 transparent;
    border: none;
    height: 29px;
    padding-bottom: 3px;
    padding-right: 30px;
    width: 115px;
	color: #575350;
}

#main #content .left .acymailing_module_form .unsubbutton{
    background: url("../images/zamawiam2.png") no-repeat scroll 0 0 transparent;
    border: none;
    height: 29px;
    padding-bottom: 3px;
    padding-right: 30px;
    width: 115px;
	color: #575350;
}

#main #content .main{
    border-left: 1px dotted #E1DDDD;
    float: right;
    margin-bottom: 35px;
    margin-top: 15px;
    min-height: 350px;
    padding-left: 25px;
    padding-right: 25px;
    width: 645px;
}
.footer{
	background-color: #c0bebb;
	float: left;
	width: 100%;
}
.footer .wrap{
	background-color: #d9d6d3;
	border-left: 1px solid #aeacaa;
	border-right: 1px solid #aeacaa;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.footer .wrap .footleft{
    float: left;
    margin-left: 30px;
    width: 25%;
}
.footer .wrap .footright{
    border-left: 1px dotted #FFFFFF;
    float: right;
    padding-left: 25px;
    padding-right: 25px;
    width: 645px;
}
.footer .wrap .footright .left{
    float: left;
    min-height: 100px;
    width: 65%;
}
.footer .wrap .footright .left ul{
	list-style: none;
}
.footer .wrap .footright .left ul li{
	display: inline;
	margin: 0 5px;
}
.footer .wrap .footright .left ul li a{
	color: #777777;
	text-transform: lowercase;
}
.footer .wrap .footright .right{
	float: left;
	width: 35%;
}
.footer .wrap .footright .right a{
	color: inherit;
}
.footer .wrap .footright .right .copyright{
	margin: 12px 0;
}