@charset "utf-8";
/* CSS Document */
html {
	/*overflow: hidden;*/
}
body,td,th {
	color: #333;
	font-size: 12px;
	text-align: center;
	
}
body {
	background-color: #FFF;
	text-align: center;
	font-family:verdana;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
.menu_g {
	background-color: #FFF;
	font-style: normal;
	font-size: 12px;
	text-align: left;
}
#stopka {
	background-color: #FFF;
	font-size: 12px;
	text-align: center;
	width:812px;
	margin:5px auto;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	padding:10px 0;
}

.back {
	background-color: #FFF;
}
.back .back tr .back p {
	text-align: left;
}
.back .back tr .back p {
	font-size: 12px;
}
.gallery{
	background-color: #FFF;
	width: 100%;
	height: 570px;
}

/*klasa główna tabeli*/
.header {
	width: 812px;
	border:0;
	margin:0 auto;
	
}

#content {
	padding-top:10px;
	width:812px;
	margin:0 auto;
}

#flashcontent {
		height: 560px;
}

.div_klient {
	margin-top:10px;
	width:810px;
	border-bottom:1px solid #808080;
	margin:0 auto;
}

.klient_logo {
	width:270px;
	height:180px;
	float:left;
}

.klient_tresc_s {
	width:520px;
	padding-top:10px;
	padding-bottom:10px;
	float:right;
	text-align:left;
}
.klient_tresc_s a {
	font-size:14px;
	color:#333;
	text-decoration:none;
	font-family:verdana;
}
/*blog*/
.blog_komunikat {
	margin-left:10px;
	border: 1px solid #A564A6;
	width:620px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:14px;
}
.blog_wpis {
	width:810px;
	margin: 20px auto 0 auto;
	background-color:white;
	border-top: 1px solid gray;
	text-align:left;

}
.blog_header {
	background-color:white;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}
.blog_wpis_temat {
	margin-left:10px;
	
}
.blog_wpis_temat h1 {
	padding:0;
	margin:0;
}
.blog_wpis_temat h1 a {
	font-size:16px;
	font-weight:normal;
	color:black;
	text-decoration:none;
	cursor:pointer;
}
.blog_wpis_data {
	margin-right:10px;
	font-size:10px;
	font-weight:normal;
	color:black;
}
.blog_wpis_tekst {
	text-align:left;
	width:810px;
	font-weight:normal;
	font-size:12px;	
	margin-top:10px;
	padding-bottom:10px;
	padding-top:10px;
}

.blog_wyszukiwarka {
	width:810px;
	margin: 0 auto;
	text-align:left;
}

.blog_wyszukiwarka select {
	border:1px solid #333;
}

.blog_wyszukiwarka input {
	border:1px solid #333;
	background-color:white;
	cursor:pointer;
}
/* KOMENTARZE */

.kom{
	margin-top:5px;
	width:812px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	background-color:#dddddd;
	padding-bottom:5px;
}


.kom_tresc {
	margin:0 auto;
	width:812px;
}

.kom_login {
	font-size:10px;
	font-weight:bold;
	color: black;
}

.kom_data {
	margin-left:10px;
	color:#000000;
	font-size:10px;
}

.kom_tekst{
	font-size:10px;
	text-align:left;
	padding-left:5px;
	color:black;
}