/*podstawowe*/

* {
	margin: 0;
	padding: 0
}

body {
	background: #d7d7cb;
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: 0.76em
}

img {
	border: 0
}

a {
	color: #646464
}

/*struktura*/

#center {
	text-align: left;
	margin: 0 auto;
	margin-top: 18px;
	width: 1016px;
	background: url(/img/css/cards/background_left.png) left top no-repeat
}

#main {
	margin-left: 66px;
	background: white;
	position: relative
}

#top {
	height: 82px;
	background: #d7d7cb
}

#top a{
	position: relative;
    top: -30px;
    left: 10px;
    font-size: 30px;
	font-family: georgian;
    text-decoration: none;
}

#left {
	width: 545px;
	float: left;
	margin-left: 11px
}

#right {
	width: 372px;
	float: right;
	margin-right: 11px
}

/*menu*/

#menu {
	list-style-type: none;
	height: 37px;
	margin: 0 0 0 11px;
	background: url(/img/css/cards/corner_top_right.png) top right no-repeat;
}

#menu li {
	float: left
}

#menu a {
	display: block;
	color: black;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	width: 90px;
	margin: 9px 0 0 0;
	background: url(/img/css/cards/triangle.png) left 70% no-repeat;
	padding-left: 15px
}

#menu a:hover {
	color: black;
	text-decoration: underline
}

/*srodek*/

.h_green, .h_creamy, .h_purple, .h_red , .h_violet, .h_purple, .h_orange, h2 { /*naglowki z zielonym tlem*/
	height: 23px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	padding: 4px 0 0 22px;
	position:relative
}

.h_green {
    background: #b4e455;
}

.h_red {
    background: #ff0000;
}

.h_blue {
    background: #4d4dff;
}

.h_violet {
    background: #cd4fff;
}

.h_purple {
    background: #a64da6;
}

.h_creamy {
    background: #fffbbb;
    color: #666;
}

.h_orange {
    background: #ffc04d;
}

.miriam_tl { /*cztery narożniki zielonych nagłówków*/
	position: absolute;
	top: 0;
	left: 0
}

.miriam_tr {
	position: absolute;
	top: 0;
	right: 0
}

.miriam_bl {
	position: absolute;
	bottom: 0;
	left: 0
}

.miriam_br {
	position: absolute;
	bottom: 0;
	right: 0
}

div.miriam_space { /*przestrzeń pod nagłówkami*/
	height: 13px
}

#right #oferta h3 {
	font-size: 0.9em;
	color: #2e2e2e;
	font-weight: normal
}

#right #oferta p {
	font-size: 0.9em;
	color: #646464
}

#right #oferta p.short {
	float: left;
}

#right #oferta p.more {
	float: right;
}

#right #oferta a {
	color: #a0a0a0;
	text-decoration: none
}

#right #oferta a:hover {
	color: black;
	text-decoration: none
}

#right #oferta .box {
	height: 40px;
	margin: 0 0 0 9px
}

.right_decoration { /*poziome gradienty*/
	width:373px;
	height:23px;
	background: url(/img/css/cards/right_decoration.png);
	margin-bottom: 10px
}

#galeria .img_row_two { /*drugi rzad w galerii*/
	margin: 0 6px 6px 6px
}

#galeria img {
	margin-bottom: 6px;
	max-width: 117px;
}

#kontakt {
	margin: 0 0 0 8px
}

#kontakt h3 {
	color: #999999;
	font-size: 1.4em;
	border-bottom: 1px solid #cdcdcd;
	padding: 0 0 9px 0
}

#kontakt h3 span {
	font-size: 0.8em
}

#kontakt p {
	color: #323232;
	margin-top: 10px;
	line-height: 1.4em
}

#content {
	color: #2f2f2f
}

#content h3 {
	color: #999999;
	margin: 15px 15px 15px 8px;
}

#content p {
	font-size: 0.9em;
	margin: 15px 15px 15px 8px;
	line-height: 1.4em
}

#content div.oferty p.more {
	text-align: right;
}

#content div.galeria {
	margin-top: 10px;
	text-align: center;
}

#content div.galeria  img{
	margin-bottom: 6px;
	max-width: 180px;
}

#logo{
	text-align: center;
}

#logo img{
	max-width: 545px;
}

#corner_bl { /*dwa zaokrąglenia na dole*/
	position: absolute;
	bottom: 0;
	left: 0
}

#corner_br {
	position: absolute;
	bottom: 0;
	right: 0
}

/*stopka*/

#footer {
	clear: both;
	background: url(/img/css/cards/bottom_decoration.png) top center no-repeat;
	height: 24px;
	padding-bottom: 11px
}

#footer_link {
	float: right;
	margin: 12px 0 55px 0
}