/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0px;	
}

#container {
	width: 1000px;
	margin-top: 15px;
	margin-bottom: 10px;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #ccc;
}

#header {
	width: 1000px;
	height: 80px;
	float: left;
	text-align: right;
	margin: 0;
}

#headermenu {
	width: 1000px;
	height: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: left;
	margin: 0;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;	
	background: #e4e4e4;
}

#headermenu a {
	text-decoration: none;
	color: #000;
}

#headermenu a:hover {
	text-decoration: underline;
	color: #2e3092;
}

#menuleft {
	float: left;
	margin: 0;	
	display: inline;
	padding-bottom: 10px;	
	padding-right: 5px;	
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;	
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #e4e4e4;			
}

#menuleft a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	padding-left: 4px;
	border-left: 3px solid #9999cc;
	text-transform: uppercase;
}

#menuleft a:hover {
	text-decoration: none;
	color: #2e3092;
	border-left: 3px solid #2e3092;
}

#content {
	text-align: center;
	font-size: 12px;
	display: inline;
	float: left;
	margin: 0;
	padding-top: 22px;		
}

#footer {
	width: 1000px;
	clear: both;
	margin: 0;	
	text-align: center;
	font-size: 9px;
	letter-spacing: -0.02em;
	color: #000;
	border-top: 1px solid #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #e4e4e4;		
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

.menuitem {
 	margin-top: 10px;
 	margin-bottom: 10px;
	margin-left: 8px; 
	font-weight: bold;
	letter-spacing: 0.05em;
}

form {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: -0.04em;	
}

input {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	background: #CCCCCC;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

textarea {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	background: #CCCCCC;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

select {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	background: #CCCCCC;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#menuDetails {
	width: 1000px;
	float: left;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #2e3092;	
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 15px;	
	border-bottom: 1px solid #CCCCCC;	
}

#menuDetails a {
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-left: 2px;
	margin-right: 2px;			
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 5px;		
	padding-right: 5px;			
	color: #666666;		
	text-transform: uppercase;
	text-decoration: none;	
}

#menuDetails a:hover {
	color: #2e3092;		
	text-transform: uppercase;
	text-decoration: none;	
}

#formheader, #clientDetails {
	width: 1000px;
	float: left;
	display: inline;
	margin-bottom: 10px;	
	padding-top: 5px;	
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	
}

#mainform, #offerDetails, #aboutOffer, #photoDetails, #statsDetails {
	width: 1000px;
	float: left;
	text-align: left;
	display: inline;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	background: url(form_bg.gif) repeat-y;
}

#aboutOffer {
	font-size: 12px;
	letter-spacing: 0;
}

#leftcol {
	width: 330px;
	float: left;
	display: inline;
	margin-right: 5px;	
}

#centcol {
	width: 330px;
	float: left;
	display: inline;
	margin-right: 5px;
}

#rightcol {
	width: 330px;
	float: left;
	display: inline;
}

input.submit  {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #FF0000;
	color: #fff;	
}

.headertitle {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 10px;
	color: #2e3092;
	letter-spacing: -0.02em;
}

.headertitlesmall {
	font-size: 10px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: -0.04em;
}

.offerkind {
	color: #2e3092; 
	letter-spacing: 0.05em; 
	font-size: 12px; 
	text-align: center; 
	margin-bottom: 10px; 
	font-weight: bold;
}

.formbold {
	color: #2e3092; 
	letter-spacing: 0.05em; 
	font-size: 11px;
}

.normalForm {
	font-size: 12px;
	letter-spacing: 0;
}

.normalForm select {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 2px;
}

.kontaktyTable {
	font-size: 10px;
	border: 1px solid black;
	border-collapse: collapse;
}

.kontaktyTable table {
	width: 98%;
	border: 1px solid #999;
	border-collapse: collapse;
}

.kontaktyTable thead {
	font-size: 10px;
	font-weight: bold;
	background: #E4E4E4;
	color: #2E3092;
	text-transform: uppercase;
}

.kontaktyTable td {
	border: 1px solid #999;
	padding: 1px;
}

.formOptions input {
	width: 150px;
}

#header img {
	border: 0;
}

#header a {
	text-decoration: none;
	color: #2e3092;
}

#header a:hover {
	text-decoration: none;
	color: #2e3092;
}

a {
	text-decoration: none;
	color: #2e3092;
}

a:hover {
	text-decoration: underline;
	color: #2e3092;
}

.alert {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #2e3092;
}

#offerList td{
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;	
}

#offerList .headtable td {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	background: #E4E4E4;
	color: #2E3092;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.kalendarz td {
	padding: 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
}

.kalendarzHeader td tr {
	background-color: #ccc;
	color: #000;
}

#kontaktTable tr {
	border-bottom: 1px solid #ccc;
}

.bbcode select {
	border: 1px black solid;
	margin: 0;
	height: 22px;
	vertical-align: top;
	
}
.styl1 {
	color: #F00;
}
.styl2 {
	color: #0F0;
}

fieldset {
	width: 450px;
}

.bbform {
	width: 450px;
}

#php_effect {
	width: 450px;
	text-align: left;
}

#php_effect img, #effect img {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 2px;
	border: 6px solid #ADADAD;
}

#effect {
	width: 450px;
	text-align: left;
}
