*
{
  padding: 0;
  margin: 0;
}

html
{
	background: rgb(204,204,201);
	font-family:Arial, Helvetica;
}

html,body
{
  height: 100%;
}

#container
{
  position:relative;
  margin:0 auto;
	width:640px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

	
	background:rgb(255,253,202) url(koniczynka6.jpg) right bottom no-repeat;
	color:#333;
	line-height:130%;
	border-left: 2cm solid rgb(255,253,202);
  border-right: 2cm solid rgb(255,253,202);
}

#container1
{
  position:relative;
  margin:0 auto;
	width:640px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

	
	background:rgb(255,253,202) url(koniczynka4.jpg) right bottom no-repeat;
	color:#333;
	line-height:130%;
	border-left: 2cm solid rgb(255,253,202);
  border-right: 2cm solid rgb(255,253,202);
}

#header
{
	background-color:rgb(255,253,202);
	padding-bottom: 20mm;
	padding-top: 20mm;
}

#header h1
{
	font-size:45px;
	margin:0;
	padding:0;
}

#menu
{
	float:left;
	width:160px;
	margin:0;
	padding:1em;
}

#content
{
	margin-left:200px;
	border-top:2px solid rgb(1,150,65);
	border-right:2px solid rgb(230,120,30);
	max-width:36em;
	padding:1em;
	padding-bottom: 2em;
}

#content p
{
  margin-top: 10px;
  margin-bottom: 10px;
}

#content h3
{
	margin-bottom: 20px;
}

#content ul
{
	margin-top:5px;
	margin-bottom: 10px;
	padding-left: 30px;
}

#content ul#cform
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#content ul#cform li
{
	width:260px;
	text-align:right;
	padding:5px;
}

#footer
{
	position:absolute;
	bottom:0; /* stick to bottom */

	clear:both;
	color:#333;
	background-color:transparent;
	font-size:10px;
	text-align:center;
	width:640px;
	margin:0 auto;

}

#menu p
{
	background:rgb(228,120,22);
	border:solid 3px rgb(0,150, 65);
	margin:0 0 1em;
	padding:2px;
}

#menu p a
{
	color:white;
	font-weight:bold;
	letter-spacing:3px;
	text-decoration:none;
}

#menu p a:hover
{
	color:yellow;
	font-weight:bold;
	letter-spacing:3px;
	text-decoration:none;
}

input,textarea
{
	border:1px solid silver;
}

#content h2
{
	margin:0 0 .5em;
}

.popup
{
	display: none;
}

#content ul:hover span.popup
{
  display: block;
  position: absolute;
  top: 415px;
  left: 0px;
}

#content h3:hover span.popup
{
  display: block;
  position: absolute;
  top: 415px;
  left: 0px;
}

#content p:hover span.popup
{
  display: block;
  position: absolute;
  top: 415px;
  left: 0px;
}
