﻿/*Undo standard HTML*/
a img { border: 0; }
form, p, div, span, body, html, h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
table { border-spacing: 0; }
:focus {-moz-outline-style: none;}

/*Standard list*/
ul { list-style-type: disc; margin: 2px 0 2px 15px; padding: 0; }
ul li { list-style-type: disc; padding: 0; }
ol { list-style-type: decimal; margin: 2px 0 2px 25px; /*#margin: 2px 0 2px 27px; padding: 0;*/ }
ol li { list-style-type: decimal; padding: 0; }


/*Standard HTML tag*/
html
{
	background-color: #e6f0f6;
	background-image: url(/_LAYOUTS/1030/Custom/Kemin/Images/background_tile.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}

body
{
	margin: auto;
	color: #3d434a;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	width:auto;
	background-color: #e6f0f6;
	background-image: url(/_LAYOUTS/1030/Custom/Kemin/Images/background_tile.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
.pagewrapper{margin:auto; /*width:1048px;*/ width:980px;  min-height: 496px; background-image:url(/_LAYOUTS/1030/Custom/Kemin/Images/background.gif); background-repeat:no-repeat;}

a 
{
	color: #3d434a;
	text-decoration: none;
}
h1
{
	color: #5480a0;
	font-size: 18px;
	font-family: arial;
	line-height: 21px;
	margin: 0px 0px 13px 0px;
	font-weight: normal;
}
h2
{
	color: #5f9428;
	font-size: 12.5px;
	font-family: arial;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}
h3
{
	line-height: 16px;
	font-size: 11px;
}
h4
{
	color: #5f9428;
	font-size: 17px;
	font-family: arial;
	font-weight: normal;
	margin: 0px 0px 17px 0px;
}

/*General*/
.clear 
{
	clear: both;
}

.canvas
{
	width: 960px;
	margin: auto;
	position:relative;
}

/*Header*/
.header
{
	height: 104px;
	width: 960px;
	background-color: #FFFFFF;
	position:absolute;
	top:0;
	clear:both;
	z-index:20;
}

.header .logo
{
	float: left;
	margin: 21px 0px 0px 0px;
	padding: 4px 0px 0px 23px;
	width: 204px;
}

.header .menus
{
	width: 703px;
	float: right;
}

.header .menus .service
{
	margin: 8px 0px 0px 0px;
	float: right;
	padding: 0px 8px 0px 0px;
}

.header .menus .service .element,
.header .menus .menu .element,
.header .menus .menu .separator,
.header .menus .service .search
{
	float: left;
}

.header .menus .menu .separator
{
	background-image: url(/_LAYOUTS/1030/Custom/Kemin/Images/menu_separator.gif);
	width: 1px;
	height: 23px;
	background-position: center center;
	background-repeat: no-repeat;
}

.header .menus .service .element
{
	margin: 3px 0px 0px 14px;
}

.header .menus .service .search
{
	margin: 0px 0px 0px 12px;
}

.header .menus .service .search .text
{
	float: left;
}
.header .menus .service .search .button
{
	margin: 0px 0px 0px 1px; 
	float: left;
}

.header .menus .service .search .text input
{
	width: 113px;
	height: 14px;
	padding: 0px 2px 0px 2px;
	margin: 0;
	border: 1px solid #dbddde;
	color: #808080;
	font-family: verdana;
	font-size: 11px;
	#margin: -1px 0px 0px 0px;
}

.header .menus .menu
{
	float: right;
	margin: 40px 0px 0px 0px;
	#margin: 39px 0px 0px 0px;
}

.header .menus .menu .element
{
	position: relative;
	padding: 7px 8px 3px 8px;
	height: 16px;
	margin: 0;
}

.ms-consolestatusframe{margin-top:20px;}

.header .menus .menu .element a, .header .menus .menu .element a:link, .header .menus .menu .element a:visited{display:inline;}

.header .menus .menu .element img
{
	padding: 0;
	margin: 0;
}

.header .menus .menu .selected
{
	background-color: #5c86a5;
}


.header .menus .menu .element .remove_right_separator
{
	position: absolute;
	right: -2px;
	top: 0px;
	width: 2px;
	height: 26px;
	display: none;
	z-index: 21;
	background-color: #5c86a5;
}
.header .menus .menu .element .remove_left_separator
{
	position: absolute;
	left: -1px;
	top: 0px;
	width: 1px;
	height: 26px;
	display: none;
	z-index: 21;
	background-color: #5c86a5;
}

.header .menus .menu .element .dropdown
{
	position: absolute;
	right: -2px;
	top: 27px;
	/*width: 189px;*/
	width: 150px;
	/*background-image: url(/_LAYOUTS/1030/Custom/Kemin/Images/menu_bg.png);*/
	background-color: #5380a0;
	filter:alpha(opacity=87);
	opacity:0.87;
	padding: 8px 20px 12px 20px;
	z-index: 21;
	display: none;
}
.header .menus .menu .last .dropdown
{
	right: 0px;
}
.header .menus .menu .element.selected 
{
	z-index: 20;
}
.header .menus .menu .element.selected .dropdown,
.header .menus .menu .element.selected .remove_right_separator,
.header .menus .menu .element.selected .remove_left_separator
{
	z-index: 21;
	display: block;
} 

.header .menus .menu .element .dropdown .option
{
	border-bottom: 1px solid #FFFFFF;
	padding: 6px 0px 6px 0px;
	/*width: 189px;*/
	width:150px;
}
.header .menus .menu .element .dropdown .option a
{
	color: #FFFFFF;
	font-family: verdana;
	font-size: 12px;
}
.header .menus .menu .element .dropdown .option a:hover
{
	color: #eae9a8;
}

/*Footer*/
.footer
{
    color:#86a5bc;
	padding: 12px 0px 12px 0px;
	width: 960px;
	text-align: right;
	float:left;
	position:relative;
	top:102px;
}

.footer span
{
	font-family: verdana;
	color: #86a5bc;
	font-size: 12px;
	margin: 0px 0px 0px 20px;
}
.footer span a
{
	font-family: verdana;
	color: #86a5bc;
	font-size: 12px;
}

.content .left .employees
{
	padding: 13px 0px 0px 0px;
}
.content .left .employees .employee
{
	float: left;
	margin: 0px 0px 27px 0px;
	width: 196px;
	max-width: 196px;
}
.content .left .employees .employee .image
{
	margin: 0px 0px 9px 0px;
}
.content .left .employees .employee .bodytext
{
	line-height: 16px;
}

a .bodytext, a:link .bodytext, a:active .bodytext, a:visited .bodytext{color:#4a748e;}
a:hover .bodytext{color:#5f9428; text-decoration:none;}

.content .left .forms
{
	padding: 17px 0px 36px 15px;
	width: 377px;
	_width: 374px;
	border: 2px solid #abc2d9;
}
.content .left .forms .headline
{
	margin: 0px 0px 13px 0px;
	font-style: italic;
}
.content .left .forms .questionmark
{
	margin: 0px 0px 0px -1px;
}
.content .left .forms .sup
{
	color: #009ddf;
}
.content .left .forms th
{
	padding: 3px 0px 7px 0px;
	width: 154px;
	text-align: left;
	font-weight: normal;
}
.mac .content .left .forms th
{
	padding: 4px 0px 6px 0px;
}
.content .left .forms th.radios,
.content .left .forms td.radios
{
	padding-bottom: 16px;
	vertical-align: top;
}
.content .left .forms td
{
	padding: 5px 0px 5px 0px;
}
/* Inputs */
.content .left .forms td .input
{
	float: left;
	margin: 0px 6px 0px 0px;
}
.content .left .forms td .input input
{
	height: 14px;
	padding: 1px 2px 0px 2px;
	margin: 0;
	border: 1px solid #dbddde;
	font-family: verdana;
	font-size: 11px;
	#margin: -1px 0px 0px 0px;
}
.content .left .forms td .input input.ip1
{
	width: 203px;
}
.content .left .forms td .input input.ip2
{
	width: 121px;
}
.content .left .forms td .input input.ip3
{
	width: 29px;
}
.content .left .forms td .input input.ip4
{
	width: 183px;
}
/* Selects */
.content .left .forms td .select
{
	float: left;
	margin: 0px 7px 0px 0px;
}
.content .left .forms td .select select
{
	margin: 0;
	height: 17px;
	border: 1px solid #dbddde;
	font-family: verdana;
	font-size: 10px;
}
.content .left .forms td .select select.sel1
{
	width: 46px;
}
.content .left .forms td .select select.sel2
{
	width: 90px;
}
.content .left .forms td .select select.sel3
{
	width: 59px;
}
/* Radios */
.content .left .forms td .radio
{
	float: left;
	margin: 0px 25px 5px 0px;
	#margin: 0px 25px 1px 0px;
}
.content .left .forms td .radio input
{
	position: relative;
	float: left;
	left: -5px;
}
.content .left .forms td .radio span
{
	display: block;
	float: left;
	margin: 1px 0px 0px 0px;
	#margin: 3px 0px 0px 0px;
}
.ff .content .left .forms td .radio span
{
	margin: 2px 0px 0px 0px;
}
.saf .content .left .forms td .radio span
{
	margin: 3px 0px 0px 0px;
}

/* Next/Previous navigation */
.content .left .navi
{
	margin: 6px 0px 0px 0px;
}
.content .left .navi a
{
	color: #5f9428;
	text-transform: uppercase;
	font-size: 9px;
}
.content .left .previous
{
	float: left;
}
.content .left .next
{
	float: right;
}
/*Content*/

.content a{color:#307cad;}
.content a:hover{color:#78af1e;}

.content .banner 
{
    position: relative;
	height: 178px;
	z-index: 7;
}

.content .banner div 
{
    position:absolute;
    top:0px;
    left:0px;
    z-index: 8;
}

.content .banner div.active 
{
    z-index: 10;
}

.content .banner div.last-active 
{
    z-index: 9;
}

.content .sections
{
	
	/*padding: 13px 0px 7px 0px;*/
	margin: 0px 7px 0px 7px;
	width: 946px;
	/*kim*/
	padding: 18px 0px 23px 0px;
}

.content .sections .section
{
	float: left;
	width: 200px;
	/*padding: 9px 34px 9px 9px;*/
	/*_padding: 9px 32px 9px 9px;*/
	/*kim*/
	display:inline;
	height:169px;overflow:hidden;
	padding: 10px;
	margin:0 8px 0 8px;
}

.content .sections .news
{
	float: left;
	width: 200px;
	/*padding: 9px 33px 0px 9px;*/
	/*_padding: 9px 25px 0px 9px;*/
	/*kim*/
	display:inline;
	margin:0 8px 0 8px;
	height:137px;
	overflow:hidden;
	padding: 10px;
	font-size:11px;
}

.content .sections .whitebox
{
	float: left;
	width: 200px;
	/*kim*/
	padding:6px 6px 6px 0;
	height: 137px;
	overflow:hidden;
	font-family: verdana;
	font-size:11px;
}

.content .sections .whitebox ul{margin:0; padding:0;}

.content .sections .whitebox li
{
	margin: 0px 0px 8px 0px;
	list-style-type: none;
	/*list-style-image: url(/_LAYOUTS/1030/Custom/Kemin/Images/arrow_round.gif);*/
	background-image: url(/_LAYOUTS/1030/Custom/Kemin/Images/arrow_round.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding: 0px 0px 0px 16px;
	color: #5286b2;
	font-size: 12px;
	font-family: arial;
}


.content .sections .whitebox a, .content .sections .whitebox a:link, .content .sections .whitebox a:active, .content .sections .whitebox a:visited
{
	color:#307cad;
	font-size: 11px;
}

.content .sections .whitebox a:hover{color:#5f9428; text-decoration:none;}

.content .sections .whitebox li a, .content .sections .whitebox li a:link, .content .sections .whitebox li a:active, .content .sections .whitebox li a:visited
{
	color: #5286b2;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
}
.content .sections .whitebox li a:hover{color:#5f9428; text-decoration:none;}


.infoBox .news a, .infoBox .news a:link, .infoBox .news a:active, .infoBox .news a:visited{color:#307cad; text-decoration:none;}
.infoBox .news a:hover{color:#5f9428; text-decoration:none;}

.content .sections .news .news
{
	margin: 0px 0px 14px 0px;
	background-image: url(/_LAYOUTS/1030/Custom/Kemin/Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding: 0px 0px 0px 9px;
}

.content .sections strong
{
	/*color: #5286b2;*/
}

.content .sections .bluebox
{
	background-image: url(/_LAYOUTS/1030/Custom/Kemin/Images/element_bg.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 137px;
	/*margin: 9px 0px 0px 0px;*/
	/*padding: 6px 6px 6px 6px;*/
	color: #4a748e;
	/*kim*/
	padding:6px;
	overflow:hidden;
}

.blueboxRight
{
	background-image: url(/_LAYOUTS/1030/Custom/Kemin/Images/element_bg.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 137px;
	/*margin: 9px 0px 0px 0px;*/
	/*padding: 6px 6px 6px 6px;*/
	color: #4a748e;
	/*kim*/
	padding:6px;
	overflow:hidden;
}

.content .sections .bluebox strong,
.content .sections .bluebox a, .content .sections .bluebox a:link, .content .sections .bluebox a:active, .content .sections .bluebox a:visited
{
	color: #4a748e;
}

.content .sections .bluebox a:hover{color:#5F9428; text-decoration:none;}

.content .sections .bluebox .tex 
{
	margin: 7px 0px 0px 0px;
}

.content .sections .bluebox ul{margin:0; padding:0;}

.content .sections .bluebox li
{
	font-size: 11px;
	list-style-type:none;
	background-image: url(/_LAYOUTS/1030/Custom/Kemin/Images/arrow_onblue.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:7px;
	margin-bottom:3px;
}


.content .teasers
{
	clear: both;
	background-image: url(/_LAYOUTS/1030/Custom/Kemin/Images/teasers_tile.gif);
	background-repeat: repeat-x;
	height: 80px;
	/*width: 931px;*/
	/*margin: 0px 7px 0px 7px;*/
	/*padding: 10px 0px 0px 15px;*/
	/*kim*/
	width: 946px;
	margin:0 7px 0 7px;
	
}

.content .teasers .teaser
{
	float: left;
}

.content .teasers .separator
{
	float: left;
	width: 37px;
	height: 66px;
}
.content .left .politics
{
	margin: -5px 0px 0px 0px;
}
.content .left .politics .element
{
	float: left;
	margin: 0px 0px 23px 0px;
	width: 180px;
	max-width: 180px;
	/*change*/
	height: 150px;
	overflow:hidden;
}
.content .left .politics .element .image
{
	margin: 0px 0px 6px 0px;
}
.content .left .politics .element .bodytext
{
	line-height: 16px;
}
.content .left .politics .right_alignment
{
	float: right;
}
.content .left .search
{
	margin: 0px 0px 0px 0px;
}

.content .left .search ul{padding:0; margin:0; list-style-type:none;}
.content .left .search ul li{list-style-type:none; padding:5px 0 0 0; margin:0; border-bottom:1px solid #7fa0b8;}

.content .left .search .info
{
	margin: 0px 0px 14px 0px;
}
.content .left .search .form
{
	margin: 0px 0px 68px 0px;
	#margin: 0px 0px 69px 0px;
}
.content .left .search .form .input
{
	float: left;
}
.content .left .search .form .input input
{
	width: 227px;
	height: 14px;
	padding: 1px 2px 0px 2px;
	margin: 0;
	border: 1px solid #dbddde;
	font-family: verdana;
	font-size: 11px;
	#margin: -1px 0px 0px 0px;
}
.mac .content .left .search .form .input input
{
	padding-top: 0px;
	height: 15px;
}
.content .left .search .form .button
{
	margin: 0px 0px 0px 3px; 
	float: left;
}

.content .left .search .result
{
	margin: 0px 0px 18px 0px;
	border-bottom:1px solid #7fa0b8;
	padding-bottom:18px;
}
.content .left .search .result a
{
	color: #00679f;
	font-weight: bold;
}
.content .left .search .result a:hover
{
	text-decoration:none;
	color:#5F9428;
}

.content .left .search .result a:visited
{
	color: #7ea1bf;
}

.content .result_page{width: 100%;}
.content .result_page .pagerLeft{float:left; width:auto;}
.content .result_page .pagerRight{float:right; width:auto;}

/*Content*/

.contentWrapper{background-color:white; background-image:url(/_LAYOUTS/1030/Custom/Kemin/Images/top_tile.gif); background-position:right 5px; background-repeat:no-repeat; float:left; padding-top:20px; position:relative; top:104px; width:960px;}

.contentWrapperFront{background-color:white; float:left; position:relative; top:102px; width:960px;}

.content
{
	width: 673px;
	background-color: #FFFFFF;
	clear: both;
	min-height: 496px;
	_height: 496px;
	/*background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/top_tile.gif");
	background-position: right 5px;
	background-repeat: no-repeat;*/
	float:left;
}

.content .menu
{
	padding: 16px 10px 0px 10px;
	#padding: 16px 9px 0px 11px;
	width: 260px;
	margin: 0;
	float:left;
}

.content .menu .headline
{
	margin: 0px 0px 8px 0px;
}

.content .menu .headline a{margin:0;}

.content .menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 224px;
}



.content .menu li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.content .menu a
{
	display: block;
	margin: 5px 0px 0px 0px;
	
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/submenu_arrow.gif");
	background-repeat: no-repeat;
	background-position: 1px 4px;
	padding: 0px 0px 8px 10px;
	min-height: 13px;
	font-size: 11px;
	_height: 13px;
	line-height: 14px;
	color: #000000;	
}

.mac .content .menu a
{	
	margin-top: 6px;
	padding-left: 10px;
	padding-bottom: 7px;
	background-position: 1px 3px;
}

.content .menu li.selected li a,
.content .menu li.selected li.selected li a
{
	display: block;
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/submenu_arrowblue_grey.gif");
	color: #587786;
}

.content .menu li.selected li.selected li.selected li a
{
	display: block;
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/submenu_arrowblue_dark.gif");
	color: #587786;
}

.content .menu li.selected li.selected li.selected li a:hover
{
    /*color: #5f9428;
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/submenu_arrowgreen_dark.gif");*/
}

.content .menu li.selected li a:hover,
.content .menu li.selected li.selected li a:hover
{
	/*color: #5f9428;
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/submenu_arrowgreen_grey.gif");*/
}

.content .menu a:hover
{
	/*color: #5f9428;
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/submenu_arrowgreen.gif");*/
}

.content .menu li
{
	border-top: 1px solid #aac0d0;
}

.content .menu li.lvl3, .content .menu li.lvl4, .content .menu li.lvl5{border-top:1px solid white;}
.content .menu li.lvl3currentMenuItem, .content .menu li.lvl4currentMenuItem, .content .menu li.lvl5currentMenuItem{border-top:1px solid white;}

.content .menu li ul li
{
	border-top: 1px solid #bee5f7;
}

.content .menu li ul li ul li
{
	border-top: 1px solid #cbe7f4;
}

.content .menu ul li ul
{
	border-bottom: 0;
}

.content .menu ul 
{
	border-bottom: 1px solid #aac0d0;
}

.content .menu li ul a
{
	margin-left:15px;
}

.content .menu li ul,
.content .menu li.selected 
{
	background-color: #f5fbfe;
}

.content .menu li ul li ul a
{
	margin-left:30px;
}

.content .menu li ul li ul li ul,
.content .menu li ul li ul li.selected 
{
	background-color: #ebf1f4;
}

.content .menu li ul li ul li ul a
{
	margin-left:45px;
}

.content .menu li.selected a,
.content .menu li.selected li.selected a,
.content .menu li.selected a:hover,
.content .menu li.selected li.selected a:hover
{
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/submenu_selectedgrey.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #5f9428;
}

.mac .content .menu li.selected a,
.mac .content .menu li.selected li.selected a,
.mac .content .menu li.selected a:hover,
.mac .content .menu li.selected li.selected a:hover
{
	background-position: 0px 3px;
}

.content .menu li.selected li.selected li.selected a,
.content .menu li.selected li.selected li.selected a:hover
{
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/submenu_selecteddark.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #5f9428;
}

.mac .content .menu li.selected li.selected li.selected a,
.mac .content .menu li.selected li.selected li.selected a:hover
{
	background-position: 0px 3px;
}


.content .left
{
	width: 393px;
	margin: 0px 0px 59px 0px;
	overflow:hidden;
	float:right;
	padding-top:16px;
}

.content .left .noimg
{
	height: 10px;
	width: 393px;
	overflow: hidden;
}

.content .left .top
{
	color: #878e96;
	margin: 10px 0px 29px 0px;
	font-size: 11px;
	line-height: 13px;
}

.content .left .top a
{
	color: #878e96;
	font-size: 11px;
	line-height: 13px;
	text-decoration:none;
}

.content .left .top a:hover{color:#78af1e;}

.content .left .top .actions
{
	height: 15px;
	border-bottom: 1px solid #7fa0b8;
	margin: 0px 0px 2px 0px;
}

.content .left .top .actions div
{
	float: right;
	margin: 0px 0px 0px 12px;
}

.content .left .totop
{
	margin: 15px 0px 0px 0px;
}	

.content .left .totop a
{
	color: #5480a0;
	font-family:Verdana;
	font-size: 11px;
}

.right
{
	width: 262px;
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/right_teaser_tile.gif");
	background-position: right top;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 25px;
	float:left;
}

.right .top
{
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/right_teaser_top.gif");
	background-repeat: no-repeat;
	width: 262px;
	height: 29px;
}

.right .bottom
{
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/right_teaser_bottom.gif");
	background-repeat: no-repeat;
	width: 262px;
	height: 29px;
}

.right .teaser
{
	width: 202px;
	margin: 0;
	padding: 0;
	margin: 0px 0px 0px 33px;
}

.right .teaser .headline
{
	width: 191px;
	height: 22px;
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/right_teaser_headline.gif");
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin: 0px 0px 3px 0px;
	padding: 6px 0px 0px 11px;
	float:left;
}

.right .teaser .text
{
	width: 184px;
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/right_teaser_bg.gif");
	background-repeat: repeat-y;
	padding: 7px 7px 24px 11px;
	float:left;
}

.text a, .text a:link, .text a:active, .text a:visited{color:#4a748e;}
.text a:hover{color:#5f9428; text-decoration:none;}

.right .teaser .text table{padding: 0px 0px 15px 0px;}
.right .teaser .text table img{padding: 0px 0px 2px 0px;}
.right .teaser .link{margin: 0px 0px 13px 0px;}

.teaser .text ul{padding:0; margin:0;}
.teaser .text ul li{list-style-type:none; margin:0; padding: 0px 0px 0px 9px; background-position: 0px 4px; background-repeat:no-repeat; background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/right_teaser_blackarrow.gif");}

.teaser .text ul li a
{
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/right_teaser_blackarrow.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin: 3px 0px 0px -9px;
	padding: 0 0 0 9px;
	display: block;
}

.teaser .text ul li a:hover
{
	color: #5f9428;
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/right_teaser_greenarrow.gif");
	text-decoration:none;
}

.right .separator{width: 202px;	height: 1px; margin:23px 0 0 33px; border-bottom:23px solid white; border-top:1px solid #aac0d0; overflow: hidden; float:left; display:inline;}

.content .menu ul li.lvl2selected, .content .menu ul li.lvl2currentMenuItem, .content .menu ul li.lvl3, .content .menu ul li.lvl3selected, .content .menu ul li.lvl3currentMenuItem, .content .menu ul li.lvl4  
{
	background-color:#f5fbfe;	
}
.content .menu ul li.lvl4selected,.content .menu ul li.lvl4currentMenuItem, .content .menu ul li.lvl5 ,  .content .menu ul li.lvl5selected , .content .menu ul li.lvl5currentMenuItem 
{
	background-color:#f5fbfe;	
}
.content .menu ul li.lvl2selected a, .content .menu ul li.lvl3selected a, .content .menu ul li.lvl4selected a, .content .menu ul li.lvl5selected a
{
	color: #5f9428;
	/*background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/submenu_selectedgrey.gif");*/
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/submenu_arrowgreen.gif");
	background-repeat:no-repeat;
}
.content .menu ul li.lvl2currentMenuItem a, .content .menu ul li.lvl3currentMenuItem a, .content .menu ul li.lvl4currentMenuItem a, .content .menu ul li.lvl5currentMenuItem a
{	
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/submenu_arrowgreen.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #5f9428;
}

.content .menu ul li .lvl3
{
	
}
.content .menu ul li .lvl4
{
	
}

.content .menu li.lvl2expanded{background-color:#f5fbfe; border-top:1px solid #aac0d0;}
.content .menu li.lvl3expanded, .content .menu li.lvl4expanded, .content .menu li.lvl5expanded, .content .menu li.lvl6expanded{background-color:#f5fbfe; border-top:1px solid white;}

/*****************************************************************************************************************************************/
/*****************************************************************************************************************************************/

															/*iMind*/

/*****************************************************************************************************************************************/
/*****************************************************************************************************************************************/


/*Rad webpart på Kemin i højre side på indholdssider*/
div.right div.section{margin-left:33px; width:202px;}
div.right div.teaser div.separator{margin-left:0;}

div.contentSectionEdit a, div.contentSectionEdit a:link, div.contentSectionEdit a:visited, div.contentSectionEdit a:hover, div.contentSectionEdit a:active{color:#5480a0; text-decoration:none;}
div.contentSectionEdit a:hover{text-decoration:underline;}
.totop a, .totop a:link, .totop a:visited, .totop a:hover, .totop a:active{color:#5480a0; text-decoration:none;}
.totop a:hover{text-decoration:underline;}

.contentSectionEdit{font-size:0.7em;}
.contentSectionEdit{font-size:1em;}
.contentSectionEdit h1, .contentSectionEdit h2, .contentSectionEdit h3, .contentSectionEdit h4, .contentSectionEdit h5{color: #3d434a; margin:0; padding:0; font-weight:normal; font-family: arial; text-transform:none;}
.contentSectionEdit h1{font-size:18px;}
.contentSectionEdit h2{font-size:11px; font-weight:700; font-family: verdana;}
.contentSectionEdit h3{font-size:11px; font-family: verdana;}
.contentSectionEdit h4{font-size:11px; font-family: verdana;}
.contentSectionEdit h5{font-size:11px; font-family: verdana;}

.contentSectionEdit ul{list-style-type: circle;}
.contentSectionEdit ul li{list-style-type: circle;}

.contentSectionEdit .sitemap ul{list-style-type:none;}
.contentSectionEdit .sitemap li{list-style-type:none;}

/*WebpartZones Spacing Removed*/
.ms-PartSpacingVertical{display:none;}
.ms-PartSpacingHorizontal{display:none;}
/*.teasers{margin-bottom:10px;}*/

/*.teaserbilledeforside{width:201px; height:66px; padding:right:10px;}*/
/*Kemin Forside Fix*/

#ctl00_PlaceHolderMain_divDato{text-align:right;}

/*Blogsider*/
#ctl00_PlaceHolderMain_divDatoLeft{text-align:left; color:Green;}
.Bloggreen{color:#5f9428;}


.dato{color:#4d972b; padding-top:18px;}
.blogContent{padding-bottom:35px; border-bottom:1px solid #a6bed2;}
.blogContent h2{padding-top:10px; padding-bottom:10px; text-transform:none;  font-size:17px; font-weight:bold;}

/*Blogsider END*/




.currentMenuItem
{
	color: red;
}


.content .menu .currentMenuItem
{
	color: #5f9428;
	background-image: url("/_LAYOUTS/1030/Custom/Kemin/Images/submenu_arrowgreen.gif");
}

.kontaktImg{width:70px; height:70px; float:right;}
.kontaktTxt{float:left; width:105px;}

/*Pager Styles*/
.pagerRight{float:right;}
.pagerLeft{float:left;}

/* Kommentarer */
.answerComment{border-bottom:1px solid #4c7da5; padding-bottom:7px; padding-top:7px; float:left;}
.answerComment p a, .answerComment p a:link, .answerComment p a:active, .answerComment p a:visited{color:#3d434a;}
.answerComment p a:hover{color:#4d972b;}

.answer{float:left; padding-top:10px;}
.answer .formular{float:left; width:367px; border:1px solid #a6bed2; padding:12px; margin-top:10px;}
.oneRow{float:left; padding-bottom:10px; width:367px;}
.oneRow p{float:left;}
.oneRowBtm{padding-left:20px; min-height:17px; float:left; width:347px; background-image:url('_LAYOUTS/1030/Kemin/Images/dot.gif'); background-position:0 0; background-repeat:no-repeat;}
.oneRowBtm p a, .oneRowBtm p a:link, .oneRowBtm p a:active, .oneRowBtm p a:visited{color:#3d434a;}
.oneRowBtm p a:hover{color:#4d972b;}



.oneRow input{width:231px; float:right;}
.answer .formular textarea{width:360px; height:150px;}
.answer .btn{float:right;}
.answerComment p.cleft, .answer p.cleft{float:left; width:auto; display:inline;}
.answerComment p.cright{float:right; width:auto;  display:inline;height:16px; background-image:url('_LAYOUTS/1030/Kemin/Images/comment.gif'); background-repeat:no-repeat; background-position:right 0; padding-right:22px;}
.answer p.cright{float:right; width:369px; display:inline;height:16px; background-image:url('_LAYOUTS/1030/Kemin/Images/comment.gif'); background-repeat:no-repeat; background-position:right 0; padding-right:22px;}

.blogAnswer{float:left; padding-top:20px; padding-bottom:20px; border-bottom:3px #a6bed2 dotted; width: 100%;}
.blogAnswer h3{color:#4d972b; padding-bottom:20px;}

.ctl00_PlaceHolderMain_pagePropertiesEditPanel_pageProperties_showSideEgenskaber{float:left;}

.iMindEditMode{overflow:scroll; width:100%;}

.newsletterWrapper{position:absolute; top:330px;}
.newsletterAdminWrapper{position:absolute; top:140px;}
.menus .menu{width:auto;}

#editActions{margin-left:10px;}
#ctl00_authoringcontrols{float:left; margin-left:10px; margin-top:104px; width:960px;}

.iMindWrapEditMode .canvas{position:static;}
.iMindWrapEditMode  .contentWrapperFront{position:static;}
.iMindWrapEditMode  .contentWrapper{position:static;}
.iMindWrapEditMode .header{top:20px;}
.iMindWrapEditMode .footer{top:0;}

.iMindEditMode{float:left;}
.iMindEditMode .content{width:100%;}
.iMindEditMode .editProperty{float:left; position:relative;}
.iMindEditMode .banner{clear:both;}
.iMindEditMode .sections{float:left; /*position:relative;*/}
.iMindEditMode .teasers{float:left; /*position:relative;*/}

.iMindWrapEditMode .newsletterAdminWrapper{margin-top:0; position:relative; top:0;}
.iMindWrapEditMode .newsletterWrapper{width:920px; position:relative; top:0;}

/*Flickr Billeder Webpart*/
/*.flickrpic{padding-right:7px; padding-bottom:7px;}*/

/*Sitetools på forsiden*/
.SiteToolsFrontPage{padding-left:10px; float:left;}
.SiteToolsFrontPage p{color: #86A5BC;}
.SiteToolsFrontPage p a, .SiteToolsFrontPage p a:link, .SiteToolsFrontPage p a:active, .SiteToolsFrontPage p a:visited{color: #5f9428; text-decoration:none;}
.SiteToolsFrontPage p a:hover{text-decoration:underline;	}
