body,
html
{
margin: 0;
padding: 0;
background: #d5d3d3;
color: #000000;
}

body
{
min-width:755px;
margin-top: 25px;
}

#container
{
margin: 0 auto;
width: 755px;
text-align: left;
margin-top: 25px;
background: #ffffff;
}

#container2
{
width: 755px;
}

#top
{
background: url(/include/images/header.png) no-repeat left top;
text-align: right;
font-family: Verdana;
font-size: 11px;
height: 131px;
padding-left: 12px;
}

#menu_container
{
	background: url(/include/images/RIGHT_SIDE.png) repeat-y right;
}
#topmenu
{
	height: 71px;
	background: url(/include/images/UNDER_HEADER.png) no-repeat left top;
	width: 146px;
	height: 510px;
}

#content
{
text-align: left;
font-family: Verdana;
font-size: 11px;
line-height: 120%;
float: right;
width: 568px;
height: 500px;
padding-left: 15px;
padding-top: 5px;
padding-right: 15px;
overflow: auto;
background: url(/include/images/LOGO.png) no-repeat left top;
background-color: #e2fdfc;
z-index: 995;
position: absolute;
top: 156px;
margin-left: 146px;
}

#menu
{
/*float: left;*/
width: 146px;
padding-top: 5px;
min-height: 439px;
font-family: Verdana;
font-size: 11px;
line-height: 120%;
background: url(/include/images/MENU.png);
background-repeat: repeat-y;
position: absolute;
top: 227px;
}

#footer
{
clear:both;
text-align: center;
height: 27px;
padding-left: 10px;
padding-top: 0px;
background: url(/include/images/FOOTER.png) no-repeat;
font-family: Verdana;
font-size: 9px;
z-index: 996;
}

a {
	color: black;
	text-decoration: none;
}

a:visited{
	color: black;
}

a:hover{
	color: black;
	text-decoration: underline;
}

h1 {
	display: inline;
	color: #00b1b0;
	font-size: 19px;
	font-family: Verdana;
	font-weight: bold;
	padding-right: 10px;
	border-bottom: 1px solid black;
}

div#grayout
{
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	background-color: #333333;
	z-index: 998;
	opacity: .5;
	display: block;
	display: none;
	width: 100%;
	clear: both;
}

div#dialog
{
	position: absolute;
	background-color: white;
	width: 400px;
	height: 300px;
	z-index: 999;
	border: 1px solid #00b1b0;
	display: none;
}

div#dialog_header
{
	font-family: Verdana;
	padding-top: 2px;
	background-color: #cf345b;
	height: 30px;	
	text-align: right;
	font-size: 24px;
	display: block;
	width: 400px;
}

div#dialog_content
{
	height: 250px;
}

div#dialog_footer
{
	clear: both;
	background-color: #cf345b;
	height: 20px;
	width: 400px;
}

span#dialog_header_text
{
	width: 100%;
	margin-right: 5px;
	font-family: Verdana;
}

div#dialog_content_text
{
	font-family: Verdana;
	font-size: 11px;
	width: 200px;
	height: 225px;
	overflow: auto;
	/*padding: 5px;*/
	float: left;
}

div#dialog_icon
{
	float: left;
	width: 170px;
	height: 250px;
}

table.dialog_icon_table
{
	height: 100%;
	width: 100%;
}

table.dialog_icon_table td
{
	text-align: center;
	vertical-align: middle;
}

#dialog_icon_image
{
	margin-left: -20px;
	height: 200px;
}

span#dialog_footer_text
{
	font-family: Verdana;
	font-size: 9px;
	width: 100%;
	margin-left: 5px;
}

img#session_keep_image
{
	padding-top: 20px;
	cursor: pointer;
	float: right;
}

img#ok_image
{
	padding-top: 20px;
	cursor: pointer;
	float: right;
}

/*** PAGE HEADER ***/
div.page_header
{
	text-align: right;
}

span#small
{
	font-family: Verdana;
	letter-spacing: 2px;
	font-size: 9px;
	cursor: pointer;
}

span#normal
{
	font-family: Verdana;
	letter-spacing: 2px;
	font-size: 11px;
	cursor: pointer;
}

span#big
{
	font-family: Verdana;
	letter-spacing: 2px;
	font-size: 13px;
	cursor: pointer;
}

span#small:hover,
span#normal:hover,
span#big:hover
{
	color: #484848;
	text-decoration:none;
  	border-bottom:2px solid #00b1b0;	
}

span#print
{
	cursor: pointer;
}

/*** ***/
table.header
{
	width: 100%;
	height: 100%;
}
td.header
{
	text-align: right;
	vertical-align: bottom;
	padding-right: 15px;
	font-size: 9px;
}

/*** Menu ***/

#menu ul li a{
	font-size: 12px;
	line-height: 120%;
	font-family: Verdana;
	text-decoration: none;
	/*border-top: 1px solid white;
	border-bottom: 1px solid white;*/
	width: 100%;
	font-weight: bold;
	z-index: 0;
	cursor: pointer;
}

#menu ul.whaa li.whaa a.whaa
{
	width: 100%;
}

#menu a
{
	display: block;
	text-align: left;
	text-decoration: none;
}

#menu a:link {
	color: black;
	/*background-color: white;*/
}

#menu a:visited {
	color: black;
	/*background-color: white;*/
}

#menu a:hover {
	color: #eefdfc;
	/*background-color: #ebc6d3;
	border-top: 1px dotted #800000;
	border-bottom: 1px dotted #800000;*/
	text-decoration: none;
}

#menu ul {
	list-style: none;
	margin-left: -35px;
}

#menu ul li {
	margin: 0px;
	background: none;
}

#menu a{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#menu li {
	padding-left: 3px;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

fieldset.warning
{
	border: 1px solid red;
	width: 90%
}

fieldset.warning legend
{
	display: inline;
}

fieldset
{
	border: 1px solid #00b1b0;
	padding: 5px;
	padding-left: 20px;
	width: 200px;
}


legend
{
	display: none;
}

dd input
{
	border: 1px solid #00b1b0;
}

textarea.editable
{
	width: 98%;
	height: 364px;
}

td.table_container table
{
	margin-right: -1px;
}


td.table_container table tbody tr td
{
	width: 170px;
}

/*** webshop ***/

div.webshop_cat_first
{
	width: 160px;
	height: 100px;
	background-color: #eefdfc;
	border: 1px solid #00b1b0;
	margin: 0px;
	margin-top: 10px;
	float: left;
	padding: 2px;
	padding-left: 5px;
}

table.webshoptable
{
	width: 170px;
}

div.webshop_cat
{
	width: 160px;
	height: 100px;
	background-color: #eefdfc;
	border: 1px solid #00b1b0;
	margin: 0px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	padding: 2px;
	padding-left: 5px;
}

div.webshop_cat_first h1,
div.webshop_cat h1
{
	border: none;
	font-size: 14px;
}

div.webshop_cats_containter
{
	margin: 0px;
	/*position: absolute;*/
}

div.webshop_cat_first table,
div.webshop_cat table
{
margin-left: -2px;
}

div.webshop_cat_first table tr td img,
div.webshop_cat table tr td img
{
	border: none;
}

a.link_content
{
	color: #484848;
	text-decoration:none;
  	border-bottom:2px solid #00b1b0;
}

a.link_content:hover
{
	color: #00b1b0;
	text-decoration: none;
	border-bottom: 2px solid #00b1b0;
}

table.contactform
{
	border: 1px solid #00b1b0;
	padding: 5px;
}

table.contactform tr td fieldset
{
	border: none;
}

table.contactform tr td
{
	margin: 0px;
}

table.contactform tr td fieldset dl dd
{
	margin-left: 10px;
}

table.contactform tr td fieldset dl dd textarea
{
	position: relative;
	margin-left: -50px;
	border: 1px solid #00b1b0;
	width: 260px;
	height: 295px;
	z-index: 1;
}

ul.rights li
{
	background: none;
	list-style: none;
}

fieldset.rights
{
	width: 90%;
}

legend.rights
{
	display: inline;
	background-color: #E2FDFC;
}

ul.sitemap li
{
	font-weight: normal;
}

ul.sitemap li a
{
	font-weight: lighter;
	font-style: italic;
}

a.rights
{
	text-decoration: underline;
}

fieldset.edit_cat
{
	width: 400px;
}

fieldset.edit_cat dl dt
{
	position: relative;

}

fieldset.edit_cat dl dd
{
	position: absolute;
	margin-left: 120px;
	margin-top: -15px;
}

fieldset.edit_item
{
	width: 400px;
	height: 370px;
}

fieldset.edit_item dl dt
{
	position: relative;

}

fieldset.edit_item dl dd
{
	position: absolute;
	margin-left: 120px;
	margin-top: -15px;
}

fieldset.edit_item dl dd textarea
{
	border: 1px solid #00b1b0;
	width: 250px;
	height: 150px;
}

fieldset.edit_item input[type="submit"]
{
	margin-top: 104px;
}

div.disclaimer
{
	font-size: 9px;
}

table.webshop_list
{
	border-collapse: collapse; 
	width: 550px;
}

div.webshop_price
{
	float: right; 
	padding-right: 50px; 
	color: red; 
	font-weight: bold; 
	line-height: 30px;
	font-size: 28px;
	z-index: 1;
}

div.webshop_price span
{
	float: right;
	padding-right: 50px;
	color: black;
	font-weight: bold;
	line-height: 9px;
	font-size: 9px;
	z-index: 0;
}

div#print_header
{
	display: none;
}

h2
{
	font-size: 19px;
}
