body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
fieldset,img {border:0; margin: 0px; padding: 0px;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}


html, body {
	background: #FFFFFF url('../hpimages/milkbere_bgr.jpg') repeat-x top left;
	text-align: center;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #000;
}


a:link, a:visited,
a:active{
	color: #2e7273;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

h3{
	font-size:12px;
	font-weight:bold;
	padding:4px 0px 4px 30px;
	background: transparent url(../hpimages/h3_bgr.jpg) no-repeat top left;
	color:#FFF;
}

#line {
	height: 35px;
	background-color: #4cbcbe;
	color: #fff;
	padding-left:20px;
	padding-right:20px;
}


#right {
	width: 200px;
/*	border-left: 1px solid #ccc; */
	color: #000;
	background:url(/hpimages/right-shadow.png) repeat-y #fff;
	padding-left:10px;
	padding-top:10px;
}

#center {
	color: #000;
	background-color: #fff;
}



/*
#topmenu ul {
	list-style:none;

}

#topmenu ul li{
	font-size: 9px;
	float: left;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #fff;
	margin-top: 3px;

}

#topmenu ul li a:link, #topmenu ul li a:visited,
#topmenu ul li a:active{
	color: #fff;
	text-decoration: none;
}

#topmenu ul li a:hover{
	color: #fff;
	text-decoration: underline;
}

*/

#search {
	float: right;
	font-size: 8px;
}

#search select{
	border: 1px solid black;
}

#bottommenu {
	margin: 3px;
}


#bottommenu ul {
	list-style:none;
}

#bottommenu ul li{
	font-size: 10px;
	float: left;
	padding: 3px 7px 3px 7px;
	border-right: 1px solid #fff;

}

#bottommenu a:link,
#bottommenu a:visited,
#bottommenu a:active{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

#bottommenu a:hover{
	color: #fff;
	text-decoration: underline;
}

#phone {
	color: #ccc;
	font-size: 14px;
	font-weight: 900;
	float: right;
	margin: 25px 5px 0px 0px;
	padding: 3px;
	border-bottom: 1px solid #4cbcbe;
}

#phonelinks {
	padding:5px 3px 0px 0px;
	float: right;
	font-size:9px;
	color:#666;
	font-weight:normal;
}


h1 {
	font-size:28px;
	color:#4cbcbe;
	padding: 8px 0px 10px 0px;
	font-weight:normal;
	border-bottom:1px solid #E6E6E6;
	margin-bottom:10px;
}

.inputmezo {
	margin: 2px;
	padding: 2px;
	border: 1px solid #4cbcbe;
}

.inputmezo_error {
	margin: 2px;
	padding: 2px;
	border: 1px solid #f90000;
}

.gomb {
	margin: 2px;
	padding: 2px;
	border: 1px solid #4cbcbe;
	color: #4cbcbe;
}


/*-------------------------------
	content
-------------------------------*/
.center_article {
   padding: 5px 20px 0px 30px;
	margin-bottom: 20px;
	line-height:20px;
}

.center_article td {
    padding: 4px;
}

/*
.center_article h1{
	margin: 15px 0 0 0;
	color: #5b9ead;
	font-weight: normal;
	font-size: 20px;
}
*/

.center_article h2 {
	margin: 10px 0 0 0;
	color: #0f0f0f;
	font-size: 12px;
}


#quick_search{
	padding:2px;
	background-color:#FFF;
	margin-right:10px;
	color:#FFF;
	
}

#quick_search .cont{
	text-align:left;
	margin:0px;
	padding:3px;
	background-color:#2e7273;
	line-height:25px;
	padding:8px;
	border:1px solid #2e7273;
	-moz-border-radius:8px;
	-webkit-border-radius:8px; 
}

#quick_search .input{
	width:120px;
	border:1px solid #000;
	margin:2px;
	padding:1px;
}

#quick_search select{
	width:150px;
	margin:2px;
}

#quick_search .gomb{
	margin: 2px;
	padding: 2px;
	border: 1px solid #4cbcbe;
	color: #000;
}




/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

.site{
	width:1050px;
	margin:auto;
	border-left:1px solid #ebebed;
	border-right:1px solid #ebebed;
}
	
.contlogo{
	padding:15px 15px 0px 15px;
}

.cott_list{
	display:block;
	width:300px;
	float:right;
	text-align:right;
	color:#2e7273;
	font-size:11px;
	line-height:20px;
	padding-top:10px;
}
	
.footer{
	margin:auto;
	padding:10px;
	background-color:#4cbcbe;
	width:1030px;
	color:#FFF;
}

.menu{
	background-color:#4cbcbe;
	border-bottom:1px solid #4cbcbe;
	height:30px;
	padding-top:1px;
}

.right_box{
	border:2px solid #909595;
	padding:4px;
	text-align:left;
	margin-right:11px;
	margin-bottom:10px;
}

.rtext{
	padding:5px 0px 5px 0px;
	color:#909595;
	font-size:10px;
	line-height:16px;
	
}

.rtext_title{
	font-weight:bold;
	font-size:12px;
	text-decoration: underline;
}

#jsddm
{	margin: 0;
	padding: 0;
	width:800px;
	float:left;
}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;}

	#jsddm li a
	{	display: block;
		padding: 8px 10px 8px 10px;
		text-decoration: none;
		border-right: 1px solid white;
		width: auto;
		color: #FFF;
		margin:0px;
		white-space: nowrap;
	}

	#jsddm li a:hover
	{	background-color: #FFF;
		color:#4cbcbe;
	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			margin-top:1px;
		}
		
		#jsddm li ul li
		{	float: none;
			display: inline;
		}
		
		#jsddm li ul li a
		{	width: auto;
			border-bottom:1px solid #FFF;
			background-color: #4cbcbe;
		}
		
		#jsddm li ul li a:hover
		{
			background-color:#4cbcbe;
			color:#333;
		}

.call{
	float:right;
	color:#FFF;
	font-weight:bold;
	padding:7px 20px 0px 0px;
	width:140px;
}

.slider{
	height:237px;
}



/*------------------------------
    form table
------------------------------*/
table.form_table *.error {
    border: 1px solid red;
    background-color: #ffeeee;
}
table.form_table label.error {
    border: 0;
    font-weight: bold;
    color: red;
    background-color: transparent;
}
table.form_table input, textarea,select {
    border: 1px solid #2E7273;
    font-family: Arial;
    font-size: 12px;
    padding: 3px;
    background-color:#FFF;
}

table.form_table input.noclass{
	border:none;
	padding:0;
}

table.form_table select.text250,input.text250 {
    width: 300px;
}
table.form_table input.text120 {
    width: 219px;
}

table.form_table input.text50 {
    width: 50px;
}

table.form_table input.inputleft {
    width: 219px;
    
}

table.form_table input.input_number {
    width: 20px;    
}


table.form_table input.inputmezo{
    width: 219px;
    
}

table.form_table input.inputleft_error{
    width: 219px;
    border:1px solid red;
    background-color:#F6F6F6;
}

table.form_table input.inputmezo_error{
    width: 219px;
    border:1px solid red;
    background-color:#F6F6F6;
}


table.form_table textarea.text250 {
    width: 300px;
    height: 100px;
    overflow: auto;
}

table.form_table label {
    cursor: pointer;
}
table.imgeditor th,
table.form_table th {
    background-color: #2E7273;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    padding:5px;
}

table.form_table td {
    padding:8px;
}

table.form_table input.submit {
    width: 100px;
    background-color:#2E7273;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #2E7273;
}

table.form_table tr.row1 td {
    border-bottom: 1px solid #DDD;
    background-color: #F6F6F6;
}
table.form_table tr.row2 td {
    border-bottom: 1px solid #DDD;
    background-color: #FFFFFF;
}

.error{
	color:red;
}


.homebox{
	background: transparent url(../fotok/mapmilkberehols.jpg) no-repeat bottom right;
}

#submenu li{
	padding:3px 0px 3px 0px;
}
