* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #3339999;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
/*width: 780px;*/
width: 80%;
}

#header {
height: 90px;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #3069AE;
}
#header h1 a { 
color: #3069AE;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: ##9F7AC6;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
/* background: #3069AE url(images/menu.jpg) no-repeat; */
background: #9069AE;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}

#menu ul.right {
	float:right;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #fff;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}



#content {
padding: 0 20px 20px 20px;
}

.left {
float: right;
width: 77%;/*550px;*/
text-align: justify;
padding-top: 10px;
}
.left h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

.right {
float: left;
width: 20%; /*160px;*/
padding-top: 15px;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #9F7AC6;
color: #fff;
font-size: 13px;
}
.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.right ul li a {
color: #336699;
text-decoration: none;
font-size: 12px;
font-weight: 100;
}
.right ul li a:hover {
color: #111;
}
#footer {
height: 30px;
line-height: 30px;
background: #D1E6EF; /* url(images/footer.jpg) no-repeat;*/
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }


div.form-logowanie {
	width: 200px;
}
div.form-logowanie input
{
	margin: 5px;
	width: 150px;
	
}

div.form-logowanie input.submit {
	margin: 0px;
	margin-top: 15px;
	//margin-right:5px;
	width: 190px;
	
}

div.form-message {
	color:red;
	font-size:large;
	margin-top: 15px;
}


div.form-nowy-uzytkownik input
{
	margin: 5px;
	margin-bottom: 15px;
	width: 150px;
	
}
div.form-nowe-zamowienie textarea
{
	margin: 5px;
	margin-bottom: 15px;
	width: 250px;
	
}
div.form-nowy-uzytkownik select
{
	margin: 5px;
	margin-bottom: 15px;
	width: 150px;
	
}
div.form-nowy-uzytkownik input.submit {
	margin: 0px;
	margin-top: 15px;
	//margin-right:5px;
	width: 190px;
	
}


div.about-me  h4{
	margin-left: 15px;
	margin-bottom: 15px;
}

#customers
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#customers td, #customers th 
{
font-size:1em;
border:1px solid #98bf21;
border-color: #DA0000;
padding:3px 7px 2px 7px;
}
#customers th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
background-color:#DA8899;
color:#ffffff;
}
#customers tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}