@charset "utf-8";
/* CSS Document */

body {
background-color:#f17700;
background-image:url(../gfx/bg.png);
background-repeat:repeat-x;
margin: 0px;
padding: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

img {
border:none;
}

a {
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}

a:visited {
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}

a:hover {
text-decoration: none;
}

#container {
width: 980px;
margin:auto;
}

#header {
width: 100%;
height: 118px;
text-align:center;
padding-top:10px;
}

#header_logo {
width: 320px;
height:80px;
float:left;
margin-left: 330px;
}

#header_cart {
width: 155px;
height:70px;
float:left;
background-image:url(../gfx/koszyk_bg.png);
background-repeat:no-repeat;
margin-left: 150px;
padding-top: 10px;
}

#header_cart a {
text-decoration: none;
}

#header_cart a:hover {
text-decoration: underline;
}

#menu {
width: 100%;
height:118px;
}

#menu td {
padding-top: 50px;
}

#menu a {
text-decoration:none;
font-weight:600;
}

#menu a:hover {
text-decoration: underline;
}

#content {
width: 100%;
padding:5px;
}

h1 { 
font-size:20px;
font-weight:100;
}

#offer {
width: 100%;
padding-bottom:20px;
}

#footer {
width: 100%;
height: 50px;
text-align:center;
background-image:url(../gfx/footer_hr.png);
background-repeat:repeat-x;
background-position: top center;
padding-top:8px;
}

.message-good, .message-bad, .message-info  {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.message-good {
	color: #ffffff;
	background-color: #f3ffd0;
	background-image: url(../gfx/komunikat.png)
}

.message-good a {
	color: #516f1b;
}

.message-bad {
	color: #000000;
	background-color: #f10000;
}

.message-bad a {
	color: #ce0000;
}

.message-info {
	background-color: #ffffcc;
	background-image:  url(../gfx/komunikat.png);
}
