﻿/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/
body {
	background: #EEEEEE; 
	margin: 0;
	padding: 0;	
	font: 11px verdana, arial, sans-serif;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/
#content {
	background: url(../../images/bgmiddle.png) top center repeat-y; 	
	width: 760px; /* height: 100%; */
	padding: 5px 20px 0px 20px;
	color: #000000;
	vertical-align: top;
}
/**************************************************/
/*                               All the content                                        */
/**************************************************/
#header {
	
	width: 740px;
	height: 10px;
	margin: 20px 0px 10px 10px;
}

#container
    {
    	margin: 0px 0px 10px 10px;
    	
        width: 740px;
        height: 257px;
        background-color: white;
        border: 1px solid black;
        color: white;   /* for error messages, etc. */
    }


/*                    Menu                   */
#Hmenu
{
	margin: -10px 1px 0 1px; 
	width: 738px;	
}

#Hmenu a 
{	
	float: left;
	voice-family: "\"}\"";
	voice-family: inherit;	
	text-decoration: none;	
	font-weight:bold;
	font-size: larger;
	text-align: center;		
	width: 123px;
	height: 20px;
}
#Hmenu a:visited {
	color: #fff;	
	display: block;
	background: url(../../images/off.png);
}
#Hmenu a:link {
	color: #fff;
	display: block;
	background: url(../../images/off.png);
}
#Hmenu a:hover {
	color: #0A2441;
	background: url(../../images/on.png);
}

#menu
{
	float: left;
	margin-left: 10px
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#stuff {
	width: 515px;
	margin: 0px 0px 5px 223px;	
	border:  2px #000000 solid;
	padding: 5px;
}

#dolnyNapis {
	font-style: italic;
	font-size: small;
}
img {
	border: none;
}
/**************************************************/
/*                                       Bottom                                             */
/**************************************************/
#bottom {
	background: url(../../images/bgbottom.png) bottom center no-repeat;
	width: 800px;
	height: 70px;
	text-align: center;
}
.obrazekMenu 
{
	text-align: center;
	border: thin green solid;
	width: 200px;
}

.obrazekMenu  a:visited {
	color: #000000;	
}
.obrazekMenu  a:link {
	color: #000000;
}

.dolnyObrazek {
	border: thin green solid;
	margin-left: 10px;
	width:740px;
}

#kontakt
{
	text-align:center;
	font-family: Arial Rounded MT Bold;
}

#styleTable {
	width: 100%;
	border: thin black solid;
	text-align: left;
	text-decoration: underline;
}

.zamowButton
{	
	text-align: center; 	
	background: green;
	color: #EEEEEE; 
	border: thin green solid; 
	padding: 2px 0 2px 0;
}

.zamowButton a:visited 
{
	background: green;
	color: #EEEEEE; 
	padding: 2px;
}
.zamowButton a:link {
	background: green;
	color: #EEEEEE; 
	padding: 2px;
}
.zamowButton a:hover {
	background: #EEEEEE; 
	color: #000000; 
	padding: 2px;
}


