/* 
 * Cascading Style Sheet(CSS), Stworzony dla Dawid Baruch
 * Author: Dawid "Spanner" Baruch, biuro@spannerdev.pl, http://www.spannerdev.pl
 * Copyright: 2007 SpannerDEV.pl, all rights reserved 
 */
 
 
 body {
	background: #FFFFFF;
	padding: 0;
	margin: 0;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 11px;
	color: #555555;
}

img {
	border: 0;
}

p {
	margin: 0;
}

a:link,
a:active,
a:visited {
	background: transparent;
	text-decoration: none;
	color: #28558D;
}

a:hover {
	background: transparent;
	text-decoration: underline;
	color: #62A9DE;
}
	
#logostrip {
	background: #FFFFFF url(/img/logo_bg.png) repeat-x;
	width: 100%;
	height: 196px;
	text-align: center;
}

#logographics {
	background: transparent;
	text-align: center;
	width: 717px;
	height: 196px;
	padding: 0;
	margin: 0;
	display: inline;
}

#logo_left,
#logo_right {
	background: transparent;
	display: inline;
	width: 248px;
}

#logo_right {
	width: 469px;
}

#topmenu {
	background: #FFFFFF url(/img/menu_bg.png) repeat-x;
	width: 100%;
	height: 38px;
}

#home {
	background: transparent;
	width: 117px;
	height: 38px;
	float: left;
	display: inline;
}

#about {
	background: transparent;
	width: 61px;
	height: 38px;
	float: left;
	display: inline;
}

#arts {
	background: transparent;
	width: 145px;
	height: 38px;
	float: left;
	display: inline;
}

#site {
	background: transparent;
	width: 97px;
	height: 38px;
	float: left;
	display: inline;
}

#work {
	background: transparent;
	width: 91px;
	height: 38px;
	float: left;
	display: inline;
}

#review {
	background: transparent;
	width: 75px;
	height: 38px;
	float: left;
	display: inline;
}

#publish {
	background: transparent;
	width: 85px;
	height: 38px;
	float: left;
	display: inline;
}

#links {
	background: transparent;
	width: 45px;
	height: 38px;
	float: left;
	display: inline;
}

#contact {
	background: transparent;
	width: 66px;
	height: 38px;
	float: left;
	display: inline;
}

#tresc {
	padding: 15px;
	width: 77%;
	float: left;
	padding-right: 0;
	margin: 0;
}

.menu {
	background: transparent;
	float: right;
	width: 200px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 0;
	border: 1px solid #83B0D6;
	padding-bottom: 10px;
	clear: right;
}

.menu h3 {
	font-size: 12px;
	text-align: center;
	color: #28558D;
	padding: 5px;
	border-bottom: 1px solid #83B0D6;
	margin-bottom: 0;
}

.menu h3:first-letter {
	color: #FF0000;
	font-size: 12px;
}

.menu p {
	font-size: 11px;
	margin: 5px 5px 0 10px;
	padding: 0;
	display: block !important;
}

#copyright {
	background: transparent;
	color: #555555;
	text-align: center;
	width: 100%;
	border-top: 1px solid #DFEFFF;
}

#copyright p {
	font-size: 11px;
	margin: 5px 0 5px 0;
	padding: 0;
}

.clr {
	clear: both;
	height: 0;
}

.news {
	width: 95%;
	text-align: center;
	border: 1px solid #62A9DE;
	font-size: 11px;
	margin-bottom: 15px;
}

.news_nagl {
	background: transparent;
	padding: 5px;
	border-bottom: 1px solid #62A9DE;
}

.naglowek_newsa {
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

.news_tresc {
	background: transparent;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #62A9DE;
}

.news_data {
	background: transparent;
	text-align: left;
}

.read_more {
	float: left;
	padding-left: 5px;
	padding-bottom: 5px;
}

.date {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

.art_add {
	color: #CCCCCC;
	margin: 0;
	padding: 0;
	text-align: center;
}

.art_add a:link,
.art_add a:visited,
.art_add a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.art_add a:hover {
	text-decoration: underline;
	color: #83B0D6;
}

#kontakt {
	text-align: center;
}

#kontakt p {
	text-align: center;
}

#kontakt input,
#kontakt textarea {
	background: transparent;
	border: 1px solid #83B0D6;
	color: #555555;
}

#kontakt textarea {
	overflow-y: auto;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #DFEFFF;
	scrollbar-face-color: #83B0D6;
	scrollbar-shadow-color: #83B0D6;
	scrollbar-highlight-color: #83B0D6;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
}

.h1_linki {
	font-size: 11px;
	margin: 10px 0 10px 0;
	padding: 0;
}

#h1_link {
	font-size: 18px;
	font-weight: bold;
}

#h2_link {
	font-size: 11px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: normal;
}

#h2_link p,
#tresc p {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#h4_link {
	font-size: 11px;
}

#h4_link a:link,
#h4_link a:visited,
#h4_link a:active {
	text-decoration: none;
	font-size: 11px;
}

#h4_link a:hover {
	text-decoration: underline;
	font-size: 11px;
}

#h4_link p {
	display: inline;
}

#arch_news {
	text-align: center;
}

.work_tresc {
	background: transparent;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #62A9DE;
	text-align: center;
}

#show_execute {
	text-align: center;
}

#show_execute p {
	margin: 10px;
}

#foto {
	float: right;
	padding-right: 20%;
}

#omnie {
	width: 95%;
	text-align: center;
}

#omnie p {
	text-align: left;
	padding-top: 5px;
}

#pub_moje_nagl {
	background: transparent;
	padding: 5px;
	border-bottom: 1px solid #62A9DE;
	margin-bottom: 10px;
}

#review_image {
	float: left;
	width: 120px;
	height: 173px;
	padding: 0 5px 5px 15px;
}

.naglowek_tresc {
	background: transparent;
	font-size: 12px;
	color: #28558D;
}

.codemain {
	background: #DFEFFF;
	border: 1px solid #83B0D6;
	color: #28558D;
	font-family: Courier, Courier New, Verdana, Arial;
	margin: 0 auto 0 auto;
	padding: 5px;
}

#headerh1 {
	display: block;
	top: 0px;
	left: 0px;
	position: absolute;
	text-indent: -2000em;
}

.partners {
	text-align: center;
}