﻿/* BIZ Biuro rachunkowe */

* { 
	margin: 0; 
	padding: 0;
	border: 0;
}

body { 
	background: url(../images/top.jpg) repeat-x top;	
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	color: #414141;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 11px;
	font-weight: normal;
}

img {
	border: 0;
}

.bold {
	font-size: 13px;
	color: #2a4d79;
	font-weight: bold;
}

#flash, #footer {
	float: left;
}

#flash {
	width: 970px;
	height: 376px;
}

#center {
	width: 970px;
	clear: both;
	min-height: 363px;
	background: url(../images/l_marg.jpg) repeat-y;
}

#text {
	width: 512px;
	padding: 35px 25px 30px 90px;
	float: left;
	background: url(../images/l_marg.jpg) repeat-y;
}

#text a {
	color: #2a4d79;
	text-decoration: none;
	font-size: 11px;
	margin-left: 11px;
}

#text a:visited {
	color: 414141
	text-decoration: none;
}

#text a:hover {
	color: #50a9f7;
	margin-left: 10px;
}

#text ul, li {
	margin-left: 10px;
	margin-top: 6px;
	font-size: 11px;
	list-style-image: url(../images/znacznik.jpg);
	list-style-position: outside;
}

#offer ul, #offer ul li {
	margin-left: 20px;
}

#separ {
	width: 1px;
	height: 179px;
	background: url(../images/separ.jpg) no-repeat;
	float: left;
}

#offer {
	width: 285px;
	margin-left: 15px;
	padding-right: 41px;
	float: left;
	background: url(../images/r_marg.jpg) top right no-repeat;
}

#footer {
	width: 900px;
	height: 39px;
	background: url(../images/footer.jpg);
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 58px;
	font-size: 10px;
	bottom: 0;
}

#footer a, #footer a:visited {
	color: #FFF;
	text-decoration: none;
	margin-left: 10px;
}

#footer a:hover {
	color: #50a9f7;
	margin-left: 10px;
}
/* formularz */

.error {
	text-align: left;
	font-size: 12px;
	color: #2a4d79;
	font-weight: bold;
	line-height: 20px;
}

form {
	float: left;
	padding: 10px;
	clear: both;
	width: 100%;
}

div.formheader {
	padding: 2px;
	float: left;
	background-color: #FFF;
	color: #414141;
	text-align: left;
	width: 100%;
}

div.formsection {
	float: left;
	font-size: 11px;
	border-bottom: 1px solid #414141;
	width: 100%;
	padding-bottom: 3px;
}

input, textarea {
	font-size: 14px;
	color: #414141;
	background-color: #dddddd;
}

input:focus, select:focus {
	border:2px solid solid #f8b8b4;
}

label {
	display: block;
	font-size: 85%;
	font-weight: bold;
	margin: .4em 0 0;
	padding-bottom: .4em;
}

input[type="submit"] {
	width: 83px;
	height: 16px;
	background: url(../images/wyslij.png) no-repeat;
	clear: both;
}

.buttongroup {
	float: left;
}

.buttongroup input {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.buttongroup label {
	width: 35px;
	float: left;
	margin: 0 0 0 .5em;
	font-weight: normal;
	clear: none;
}

.buttongroup clearfix {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* formularz koniec*/

