* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #fff;
	overflow-y: scroll;
	color: #666;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: normal;
}

div {
	position: relative;
	overflow: hidden;

}

img {
	border: 0px;
}


h1, h2, h3 {
	font-family: Cambria, Georgia;
	font-weight: bold;
	color: #059;
}

h1 {
	font-size: 31px;
	line-height: 37px;
}

h2 {
	font-size: 23px;
	line-height: 29px;
}

h3 {
	font-size: 17px;
	line-height: 23px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #e83;
}

.selected {
	color: #e83;
}

#frame-out {
	width: 100%;
	text-align: center;
}

#frame {
	text-align: left;	
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

/* Naglowek ------------ */

#head {
	width: 900px;
	margin-bottom: 23px;
	float: left;
}

#banner {
	width: 900px;
}

#logo {
	float: left;
	margin-left: 0px;
	margin-bottom: 13px;
}

#language {
	position: absolute;
	top: 45px;
	right: 0px;
}

#mainmenu {
	float: left;
	margin-top: 47px;
	margin-left: 13px;
}

#mainmenu ul {
	display: block;
}

#mainmenu li {
	display: block;
	padding: 1px 0 1px 10px;
	margin-left: 10px;
	border-left: 1px #ccc solid;
	list-style-type: none;
	float: left;
	font-family: Cambria, Georgia;
	font-size: 19px;
	line-height: 19px;
}

#mainmenu li:first-child {
	margin-left: 0;
	padding-left: 0; 
	border-left: 0;
}

#mainmenu li:hover > a {
	color: #d51 !important;
}

#mainmenu a {
	display: block;
	font-family: Cambria, Georgia;
	color: #059;
	font-size: 19px;
	line-height: 19px;
}

/* Tresc --------------- */

#content {
	width: 900px;
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: 1px #aaa dotted;
}

#content img {
	float: left;
}

#content p, #content h1, 
#content h2, #content h3 {
	padding-left: 105px;
	margin-bottom: 13px;
}

#content h1 {
	padding-top: 45px;
}

#content h2 {
	padding-top: 23px; 
}

#content h3 {
	padding-top: 23px; 
}

.c-box {
	width: 282px;
	float: left;
	margin-left: 13px;
	padding-left: 13px;
	border-left:  1px #fff dotted;
}

.c-box:first-child {
	margin: 0;
	padding: 0;
	border: none;
}

.c-wide {
		width: 900px;
}

/* Copy --------------- */

#copy {
	width: 900px;
	padding-bottom: 30px;
}

#copy p {
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
}
