html, body {
   margin: 0px;
   padding: 0px;
}

body {
	background: white;
	font-size: 12px;
	font-family: "Times New Roman",Times,Helvetica,serif;
	color: #3c3c3c;
}

a:link, a:visited{
	color: #00498e;
}
 
a:hover, a:active {
	color: black;
	text-decoration: underline;
}


div#ex1{
	background-color: #cbc4ab;
	border: 2px solid #cbc4ab;
	font-size: 8px;
}

.style2 {
   font-size: 10px;
   color: #333333; 
}
.style3 {
	font-family: tahoma,system,sans-serif;
	font-size: 11px;
	color: black;
	padding-left: 15px;
	padding-right: 9px;
	
}
.style4 {
	font-family: "Arial Narrow",Arial,Verdana,Tahoma,serif;
	font-size: 11px;
	color: #660000;
	padding-left: 15px;
	padding-right: 9px;
	
}



.text2 {
	font-family: tahoma,system,sans-serif;
	font-size: 10px;
	color: black;
	padding-left: 15px;
	padding-right: 9px;
}
#footer {
	background: url(bg_foote.gif) repeat-x;
	padding-top: 10px;
	margin-top: 0px;
}

@import url(/lightbox/css/lightbox.css);

/* reklamma ******************************************** */

#reklamma {
	overflow: hidden;
	width: 888px;
	margin: 0 40px;
	padding: 10px 0 20px 0;
	color: #83766d;
}
#reklamma p {
	margin: 0;
	padding: 0;
}
#reklamma a {
	color: #544c47;	
}


/* group navigation */
#content ul {
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
	font-family: "Arial Narrow",Arial,Verdana,Tahoma,sans-serif;
}
#content ul li {
		background: url(bullet00.gif) no-repeat 0 .5em;
		padding-left: 10px;
		margin-left: 22px;
}

# h1 {
	color: yellow;
	font-size: 10px;
}

/* Price table */
#price table, #price_new table {
	width: 100%;
	margin: 0;
	padding: 6px;
	text-align: center;
}

#price table th, #price_new table th {
	background: #fff4f2;
	padding: 8px 0;
}

#price table td, #price_new table td {
	background: #e8f4ff;
	padding: 6px 2px;
	font-size: 12px;
}

#price table caption, #price_new table caption {
	margin: 0;
	padding: 0;
	font-weight: bold;
}