@CHARSET "UTF-8";

body{
	margin:0;
	padding:0;
	font-family: Georgia, serif;
	font-size: 14px;
	background: #52275d url('../images/top_bg.png') repeat-x;
}

.left{
	float: left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.wraper{
	width:940px;
	margin: 0 auto;

}

a{
	color: #222;
}

div#top{
	background: url('../images/top.jpg') bottom center no-repeat;
	width: 940px;
	height:240px;
	margin:0 auto;
	position:relative;
}

div#top div#logo{
	position:absolute;
	top: 20px;
	left: 100px;
	width:260px;
	height:100px;
}

div#top div#menu{
	position: absolute;
	width:600px;
	height:45px;
	top:195px;
	left:170px;
}

div#menu ul{
	list-style: none;
	margin:0;
	padding:0;
	text-align:center;
}

div#menu ul li{
	display: inline;
	line-height: 45px;
	font-size: 18px;
	margin:0 10px;
}

div#menu a{
	color: #eee;
	text-decoration: none;
}

div#content{
	margin:0 auto;
	background: #fff url('../images/content_bg.png') repeat-x top;
	padding-bottom: 50px;
	color:#333;
}

div#content div#main{
	width: 530px;
	margin-top: 15px;
	position: relative;
}

div#main div#swirl_right{
	position:absolute;
	width:66px;
	height: 87px;
	top:0;
	right:0;
	background: url('../images/swirl_right.jpg') no-repeat;
}

div#main div#swirl_left{
	position:absolute;
	width:66px;
	height: 87px;
	bottom:0;
	left:0;
	background: url('../images/swirl_left.jpg') no-repeat;
}

div#content div#right{
	width: 380px;
	margin-left: 20px;
	margin-top: 15px;
}

div#main h1.heading{
	font-size: 32px;
	height: 87px;
	line-height: 87px;
	margin:0;
	color:#302034;
}

div#main div#tresc,div.box div{
	width: 430px;
	margin-left: 65px;
	line-height: 22px;
}

div#footer{
	height:75px;
	background: url('../images/bottom_bg.jpg') repeat-x;
	position: relative;
	color: #fff;
	padding-top: 20px;
}

div#footer a{
	color: #fff;
}

div#footer div.flores{
	background:url('../images/flores.gif') no-repeat;
	width: 640px;
	height: 45px;
	position: absolute;
	margin-top: -58px;
	margin-left: 150px;
}
/*CMS elements*/
div#pathway{line-height: 30px;color:#b92932;}
body#tinymce{background: #fff !important;background-image: none !important;color: #000;}
fieldset{border:none;margin-top: 10px;}
div#error{margin:10px;padding:0 5px;background: #ffe45c;color: #000;border: 1px solid #fed22f;}
div#error div.error{padding: 5px 5px;}
div#error div.error span{background: url('../images/ui-icons.png') -1px -146px no-repeat;display:inline-block;width:14px;height:12px;margin-right: 5px;}
/*zmiana rozmiaru tekstu*/
#invalid{position:absolute;right:10px;top:5px;}
.biger{font-size: 16px;}
.biger p{line-height: 24px !important;}
.bigest{font-size: 20px;}
.bigest p{line-height: 28px !important;}
#small{font-size: 13px}
#biger{font-size:16px}
#bigest{font-size: 20px}
/*end of zmiana rozmiaru tekstu*/
/*dolny panel narzedzi*/
#tools{	font-size: 11px; margin: 10px 0;}
#tools a{text-decoration:none;}
#tools img{vertical-align:middle;}
/*end of dolny panel*/
/*end od CMS elements */
