/* MCU Stylesheet - left 175 - right column 575 */

/* Graublau Fonts */
/*@font-face {
	font-family: 'GraublauSansHeavy';
	src: url('font/GraublauSans-Heavy.eot');
	src: local('Graublau Sans Heavy'), local('GraublauSans-Heavy'), url('font/GraublauSans-Heavy.woff') format('woff'), url('font/GraublauSans-Heavy.otf') format('opentype'), url('font/GraublauSans-Heavy.svg#GraublauSans-Heavy') format('svg');
}

@font-face {
	font-family: 'GraublauWebRegular';
	src: url('font/GraublauWeb.eot');
	src: local('Graublau Web Regular'), local('GraublauWeb-Regular'), url('font/GraublauWeb.woff') format('woff'), url('font/GraublauWeb.otf') format('opentype'), url('font/GraublauWeb.svg#GraublauWeb-Regular') format('svg');
}
*/
@font-face {
	font-family: 'GraublauWebBold';
	src: url('font/GraublauWebBold.eot');
	src: local('Graublau Web Bold'), local('GraublauWeb-Bold'), url('font/GraublauWebBold.woff') format('woff'), url('font/GraublauWebBold.otf') format('opentype'), url('font/GraublauWebBold.svg#GraublauWeb-Bold') format('svg');
}

BODY    {
	background: #c3c3c3 url(img/body_bg3.png) top left repeat-x;
}
	
a img { border: none; margin: 0px; padding: 0px;}

/* TYPO3 img border */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
border:2px solid #e1e1e1;
padding:0;
}
/* Quote */
.quote  {
  color: #9B193D;   			/* dark burgundy */
  font-weight: 550;
}


/* In Text Hyperlinks */
a:link {
 font-weight: bold;
 color: #045c9c;   			/* black */
 text-decoration: none;
}
a:visited {
 font-weight: bold;
 color: #045c9c;   			/* black */
 text-decoration: none;
}
a:hover {
 font-weight: bold;
 color: Red;
 text-decoration: underline;
}


/* General Fonts */
P,OL,UL,DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	font-style: normal;
	font-smooth: always;
	line-height: 18px;
	background-color: transparent;
}
SUP {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #151515;
	font-style: normal;
	font-smooth: always;
	line-height: 18px;
}

.mainwrap {
	background: #fff;
	border: solid 1px #b2b2b2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	}
	
TD#langMenu {
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 950px;
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	}		

/* Content column */
TD#content  {
	margin:0;
	vertical-align: top;
	padding: 10px 10px 0;
	}

TD#content p.bodytext {
	padding: 0px 20px 0px 20px; 
	}

/* Headings */
H1,H2 {
	color: #006ab3;
	font-weight: normal;
	font-smooth: always;
	letter-spacing: -0,5;
	margin_bottom: 0.5em;
	border-bottom: 1px solid #e0e0e0;	/* dark blue */
	padding-bottom: 5px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 110%;
	text-shadow:1px 1px #d2dde5;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	}

h3 {
	color: #006ab3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-variant: inherit;
	font-smooth: always;
	padding-left: 0px;
	text-transform: none;
	text-decoration: none;
	padding-bottom: -20px;
	font-weight: 600;
	}
h4 { color: #202020; font-size: 10px; font-family: Tahoma, Geneva, sans-serif; line-height: 125%; font-stretch: narrower; word-spacing: 2px; margin-bottom: 0; padding: 0 20px 0 25px; }
h4 a:link { color: #202020; font-weight: lighter; text-decoration: none; }
h4 a:visited { color: #202020; font-weight: lighter; text-decoration: none; }
h4 a:hover { color: #045c9c; font-weight: lighter; text-decoration: none; }
h5 {
	padding: 0px 20px 0px 21px;
	color: #045c9c;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-smooth: always;
	word-spacing: 1px;
	letter-spacing: 0px; 
	line-height: 125%;
	font-stretch: narrower;
	}	
	
h6 {
	color: #a5a5a5;
	font-size: 9px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 100;
	word-spacing: 2px;
	line-height: 125%;
	font-stretch: narrower;
	font-smooth: always;
	margin-bottom: 0px;
	padding: 0 20px;
}
h6 a:link {
	color: #909090;
	font-weight: lighter;
	text-decoration: none;
}
h6 a:visited {
	color: #909090;
	font-weight: lighter;
	text-decoration: none;
}
h6 a:hover {
	color: #a5a5a5;
	font-weight: lighter;
	text-decoration: none;
}

/* Bold Title same as text size */
.title {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   color: #00000;   /* black */
   font-weight: bold;   
   font-variant: small-caps;
   font-stretch: wider;
   font-size: 11px;  
   padding: 0.2em
}
div.intro {
	width: 100%;
	margin: 0;
	/*padding-left: 30px;*/
}
.intro p {
	font-family:Arial,Helvetica,sans-serif;
	font-smooth: always;
	font-size:13px;
	line-height:150%;
	color:#222222;
	margin: 0;
	/*background-color:rgba(30,113,184,0.5);*/
}
/* Blue Box for product listing */
div.bluebox {
	background:#ecf0f9; 
	border-left:5px solid #fff; 
	border-right:5px solid #fff; 
	border-top:1px solid #f5f5f5; 
	border-bottom:1px solid #f5f5f5;
}
/* FRONTPAGE div table */
#c3450 {
	background:#e1e1e1 url(img/frontteaser-background.jpg) bottom right no-repeat;
	width:100%;
	height:555px;
	padding:0;
	margin:0;
}
/* FRONTPAGE POP UP */
a#front-popup img {
	border-left:3px solid #0072bc;		
	padding:0;
}
a#front-popup:hover img {
	border-left:3px solid red;	
}
a#front-popup:hover:after {
	content: attr(title);
 	padding: 4px 8px 4px 8px;
	color: #333;
	position: absolute;
	left: -120px;
	/*float:left;*/
	top: -30px;
	text-align:right;
	/*width:180%;*/
	white-space: nowrap;
	z-index: 20px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 5px;
	/*-moz-box-shadow: 0px 0px 2px #222;
	-webkit-box-shadow: 0px 0px 2px #222;*/
	box-shadow: 0px 0px 2px #222;
	/*background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));*/
}
/* TRANSPARENCY */	
.scrollContainer .scroll .panel element.style table#block_2col_66_33 .csc-default .tbody .tr .td {
	background-color: transparent;
}
/* Learn more opacity*/
a#learnmore:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/* frontpage header */
h1.frontpage-header2010 {
	font-family: 'GraublauWebBold', Arial, Helvetica, sans-serif;
	font-smooth:always;
	text-align: center;
	border-bottom: 0px solid #e0e0e0;
	font-size: 38px;
	line-height: 103%;
	letter-spacing: -0,5;
	font-stretch: narrower;
	padding-left: 0px;
	color: #111111;
}
h2.frontpage-header2010 {
	font-family: Arial, Helvetica, sans-serif;
	font-smooth:always;
	text-align: left;
	border-bottom: 0px solid #e0e0e0;
	letter-spacing: -0,5;
	font-size: 23px;
	font-stretch:narrower;
	font-smooth:always;
	line-height: 125%;
	padding-left: 40px;
	color: #0072bc;
	text-shadow:1px 1px #d2dde5;
}
.frontpage-header {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0px;
	font-size: 10px;
	font-smooth: always;
	line-height: 12px;
	padding-right: 20px;
	color: #111111;
	border: none;
}
h1.frontpage-header {
	font-family: 'GraublauWebBold', Arial, Helvetica, sans-serif;
	font-smooth:always;
	text-align: center;
	border-bottom: 0px solid #e0e0e0;
	font-size: 38px;
	line-height: 115%;
	letter-spacing: -0,5;
	font-stretch: narrower;
	padding-left: 0px;
	color: #111111;
}
h2.frontpage-header {
	font-family: Arial, Helvetica, sans-serif;
	font-smooth:always;
	text-align: center;
	border-bottom: 0px solid #e0e0e0;
	letter-spacing: -0,5;
	font-size: 19px;
	line-height: 24px;
	padding-left: 0px;
	color: #045c9c;
	text-shadow:1px 1px #d2dde5;
}
	
h1.market-header {
	font-family: 'GraublauWebBold', Arial, Helvetica, sans-serif;
	font-smooth: always;
	text-align: left;
	margin-top: 0px;
	border-bottom: 0px solid #e0e0e0;
	font-size: 30px;
	line-height: 125%;
	letter-spacing: -0,5;
	font-stretch: narrower;
	padding-left: 20px;
	color:#ffffff;
}
h2.market-header {
	font-family: Arial, Helvetica, sans-serif;
	font-smooth: always;
	text-align: left;
	margin-top:0;
	border-bottom: 0px solid #e0e0e0;
	letter-spacing: -0,5;
	font-size: 19px;
	line-height: 125%;
	padding-left: 20px;
	color: #ffffff;
}
h3.market-header {
	font-family: Arial, Helvetica, sans-serif;
	font-smooth: always;
	text-align: left;
	margin-top:0;
	border-bottom: 0px solid #e0e0e0;
	letter-spacing: -0,5;
	font-size: 12px;
	line-height: 125%;
	padding-left: 20px;
	color: #ffffff;
}
/* motocross header */
div.motocross-header {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 0px;
	font-size: 10px;
	font-smooth: always;
	line-height: 10px;
	padding-left: 20px;
	color: #111111;
	border: none;
	background: #fff url(img/230v-motocross.jpg) top left no-repeat;
	height:401px;
}
h1.motocross-header {
	font-family: 'GraublauWebBold', Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 0px solid #e0e0e0;
	margin-top: 0px;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: -0,5;
	font-stretch: narrower;
	padding-left: 10px;
	padding-top: 14px;
	color: #111111;
}
h2.motocross-header {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 0px solid #e0e0e0;
	letter-spacing: -0,5;
	font-size: 20px;
	line-height: 28px;
	margin-top: -30px;
	padding-left: 10px;
	color: #111111;
}
h3.motocross-header {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 0px solid #e0e0e0;
	margin-top: 0px;
	letter-spacing: -0,5;
	font-size: 20px;
	padding-left: 20px;
	color: #045c9c;
}
h4.motocross-header {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 0px solid #e0e0e0;
	margin-top: 0px;
	letter-spacing: -0,5;
	font-size: 14px;
	line-height: 150%;
	padding-left: 20px;
	color: #045c9c;
}
p.motocross-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	font-style: bold;
	line-height: 150%;
	padding-left: 36px;
	color: #fff;
}

/* product header */
div.product-header {
	background: #ffffff url(img/product-header-bagg.jpg) top left repeat-x;
	height: 90px;
	text-align:left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	text-align: left;
	margin: 0px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 0px 0px 0px 0px;	
	}
div.product-header div {
	background: transparent url(img/harsh-environment-approved.png) top right no-repeat;
	height: 100%;
	margin: 0;
	}
h1.product-header {
	font-family: 'GraublauWebBold', Arial, Helvetica, sans-serif;
	font-smooth: always;
	font-size: 30px;
	line-height: 125%;
	font-stretch: narrower;
	font-weight: normal;
	letter-spacing: -0.5;
	padding-left: 30px;
	padding-top: 15px;
	color: #111111;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
	}
h2.product-header {
	font-family: Arial, Helvetica, sans-serif;
	font-smooth: always;
	font-size: 13px;
	line-height: 175%;
	font-stretch: narrower;
	font-weight: bold;
	letter-spacing: 0;
	padding-left: 30px;
	padding-top: 0px;
	color: #222222;
	margin: 0;
	border: 0px;
	}
/* Product links */
div.product-link {
	border-left: 2px solid #0072bc;
}
div.product-link a:link  {
	font-weight: inherit;
	color: #222222;   			/* black */
	text-decoration: none;
	border-color:#fff;
}
div.product-link a:visited {
	font-weight: inherit;
	color: #222222;   			/* black */
	text-decoration: none;
	border-color:#fff;
}
div.product-link a:hover {
	font-weight: inherit;
	color: #045C9C;
	text-decoration: none;
	border-color:#F00
}

	
/* contact header */
div.contact-header {
	background: #fff url(img/contact-background.jpg) top left no-repeat;
	height: 250px;
	text-align: left;
	color: #111111;
	margin-top: 0px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 0px solid #f0f0f0;
	padding: 0;		
	}
	
h1.contact-header {
	font-family: 'GraublauWebBold', Arial, Helvetica, sans-serif;
	font-smooth: always;	
	font-size: 30px;
	line-height: 125%;
	font-stretch: narrower;
	font-weight: normal;
	letter-spacing: -0.5;
	padding-left: 30px;
	padding-top: 178px;
	color: #111111;
	margin: 0;
	border: 0px;
	}
h2.contact-header {
	font-family: Arial, Helvetica, sans-serif;
	font-smooth: always;	
	font-size: 13px;
	line-height: 175%;
	font-stretch: narrower;
	font-weight: bold;
	letter-spacing: 0;
	padding-left: 30px;
	padding-top: 0px;
	color: #111111;
	margin: 0;
	border: 0px;
	}

/* where to buy header */
div.where-to-buy-header {
	background: #fff url(img/where-to-buy-background.jpg) top left no-repeat;
	height: 250px;
	text-align: left;
	color: #111111;
	margin-top: 0px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 0px solid #f0f0f0;
	padding: 0;		
	}
	
h1.where-to-buy-header {
	font-family: 'GraublauWebBold', Arial, Helvetica, sans-serif;
	font-smooth: always;	
	font-size: 30px;
	line-height: 125%;
	font-stretch: narrower;
	font-weight: normal;
	letter-spacing: -0.5;
	padding-left: 30px;
	padding-top: 178px;
	color: white;
	margin: 0px;
	border: 0px;
	}
h2.where-to-buy-header {
	font-family: Arial, Helvetica, sans-serif;
	font-smooth: always;	
	font-size: 13px;
	line-height: 175%;
	font-stretch: narrower;
	font-weight: bold;
	letter-spacing: 0;
	padding-left: 30px;
	padding-top: 0px;
	color: white;
	margin: 0px;
	border: 0px;
	}
/* OEM Header */
div.oem-header {
	background: #fff url(img/oem-1.jpg) top left no-repeat;
	height: 250px;
	text-align: left;
	color: #111111;
	margin-top: 0px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 0px solid #f0f0f0;
	padding: 0;		
	}
	
h1.oem-header {
	font-family: 'GraublauWebBold', Arial, Helvetica, sans-serif;
	font-smooth: always;	
	font-size: 30px;
	line-height: 125%;
	font-stretch: narrower;
	font-weight: normal;
	letter-spacing: -0.5;
	padding-left: 30px;
	padding-top: 178px;
	color: white;
	margin: 0px;
	border: 0px;
	}
h2.oem-header {
	font-family: Arial, Helvetica, sans-serif;
	font-smooth: always;	
	font-size: 13px;
	line-height: 175%;
	font-stretch: narrower;
	font-weight: bold;
	letter-spacing: 0;
	padding-left: 30px;
	padding-top: 0px;
	color: white;
	margin: 0px;
	border: 0px;
	}
/* newsbar */
.newsbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-smooth: always;	
	font-size: 10px;
	line-height: 30px;
	height: 30px; width: 200px;
	border: 1px; border-color: #313131;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 20px
	}
.newsbar a:link {color: #313131; font-weight: bold; text-decoration: none; background: #ffffff;
	 }
.newsbar a:visited {color: #313131; font-weight: bold; text-decoration: none; background: #ffffff;
	 }
.newsbar a:hover {color: #313131; font-weight: bold; text-decoration: none; background: #ffffff url(img/news-button-over.jpg) top left repeat-x;
	 }
	 
/* Power Solutions - Off grid*/	
div.solutions-off-grid {
	background: transparent;
	margin: 0 0 0 0;
	height: 230px;
	}
h1.solutions-off-grid {
	font-family: Arial, Helvetica, sans-serif;
	color: #006ab3;
	font-weight: normal;
	font-smooth: always;
	font-size: 20px;
	text-align:left;
	line-height: 150%;
	letter-spacing: -0.5;
	padding-left: 26px;
	padding-top: 15px;
	color: #fff;
	margin: 0;
	border-left: 3px solid;
	border-bottom: 0px;
	border-color: red;
}
h3.solutions-off-grid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	font-stretch: narrower;
	font-weight: bold;
	letter-spacing: 0.5;
	text-align:left;
	padding-left: 30px;
	padding-top: 0px;
	color: #111111;
	margin: 0px;
	border: 0px;
	color:#fff;
	}
P.solutions-off-grid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #151515;
	font-style: normal;
	font-smooth: always;
	line-height: 150%;
	text-align: left;
	padding-left: 30px;
}
/* Traction */
div.traction {
	background: transparent url(img/blue-sky.jpg) center no-repeat;
	height: 460px;
	width: 100%;
	margin: 0;
	text-align:left;
}
h1.traction {
	font-family: 'GraublauWebBold', Arial, Helvetica, sans-serif;
	font-smooth: always;	
	font-size: 30px;
	line-height: 125%;
	font-stretch: narrower;
	font-weight: normal;
	letter-spacing: -0.5;
	padding-left: 30px;
	padding-top: 15px;
	color: #111111;
	margin: 0px;
	border: 0px;
	}
h2.traction {
	font-family: Arial, Helvetica, sans-serif;
	font-smooth: always;	
	font-size: 12px;
	line-height: 125%;
	font-stretch: narrower;
	font-weight: bold;
	letter-spacing: 0;
	padding-left: 30px;
	padding-top: 0px;
	color: #111111;
	margin: 0px;
	border: 0px;
	}
h3.traction {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-smooth: always;
	font-size: 16px;
	text-align:left;
	line-height: 24px;
	letter-spacing: -0.5;
	border: none;
	padding-top: 80px;
	padding-left: 75px;
}
h4.traction {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-smooth: always;
	font-size: 12px;
	text-align:left;
	line-height: 20px;
	letter-spacing: -0.5;
	border: none;
	padding-top: 0px;
	padding-left: 75px;
}
/* Storage */
div.storage {
	background: transparent url(img/storage.jpg) center no-repeat;
	height: 460px;
	width: 100%;
	margin: 0;
	text-align:left;
}
h3.storage {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-smooth: always;
	font-size: 16px;
	text-align:left;
	line-height: 20px;
	letter-spacing: -0.5;
	border: none;
	padding-top: 110px;
	padding-left: 75px;
}
h4.storage {
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	font-weight: bold;
	font-smooth: always;
	font-size: 12px;
	text-align:left;
	line-height: 20px;
	letter-spacing: -0.5;
	border: none;
	padding-top: 0px;
	padding-left: 75px;
}
/* Partner Header */
div.partnerpage-header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 162px;
	background: #f8f8f8 url(img/lithiumbatterysplash-claytonpower.png) right top no-repeat;
	border-left: #e1e1e1 1px solid;
	border-right: #e1e1e1 0px solid;
	border-top: #e1e1e1 1px solid;
	border-bottom: #f1f1f1 1px solid;
}
h1.partnerpage-header {
	font-family: 'GraublauWebBold', Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 0px solid #e0e0e0;
	font-size: 36px;
	line-height: 107%;
	letter-spacing: -0,5;
	font-stretch: narrower;
	padding-left: 50px;
	padding-top:11px;
	color: #111111;
	margin: 0;
}
h2.partnerpage-header {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom: 0px solid #e0e0e0;
	letter-spacing: -0,5;
	font-size: 19px;
	line-height: 140%;
	padding-left: 50px;
	padding-top: 5px;
	color: #045c9c;
}

/* ups */
div.ups {
	background: transparent url(img/lightning1.jpg) center no-repeat;
	height: 460px;
	width: 100%;
	margin: 0;
	text-align:left;
}

/* Blue Border for Tables */
.border {
   border: 1px solid #COC8D4;	/* lite blue grey */
}

/* Footer */
.footer {
   font-size: 10px;
   font-smooth: always;   
   color: #a5a5a5;			/* light grey */
   line-height: 150%; 
   text-align: left;
   width: 100%;
   height: 35px;
   background: #ffffff url(img/footer-background.jpg) top left repeat-x;
   border-top: 1px solid #e0e0e0;
}

.footer_menu {
	font-family: Tahoma, Geneva, sans-serif;
	font-smooth: always;
	float: right;
	border-left: 1px solid #f0f0f0;
	margin: 10px 0px;
}

.footer_menu a {
	display:block;
	padding: 5px 10px;
	font-size: 10px;
	color: #909090;
	font-weight: normal;
}


.footer_menu a:link, .footer_menu a:visited  {
	text-decoration: none;
	color: #909090;
	font-weight: normal;
}

.footer_menu a:hover, .footer_menu-act a {
	text-decoration: underline;
	color: #909090;
}

.footer-text {
	clear: none;
	width: auto;
	float: left;
	margin: 0px 5px;
	padding-top: 5px;
	}

.footer-text a:link, .footer-text a:visited {
	color: #a5a5a5;
	font-weight: none;
	text-decoration: none;
}
 
.footer-text a:hover {
	color: #a5a5a5;
	font-weight: none;
	text-decoration: underline;
}

/* FRONTPAGE footer */
div.frontpage-footer {
	background: #c0d0db url(img/white-corner.png) right bottom no-repeat;
	border-top: 1px solid #b5c4ce;
	border-right: 0px solid #e1e1e1;
	border-bottom: 0px solid #e1e1e1;
	border-left: 1px solid #b5c4ce;
	display:block;
	margin:0;
	width:99%;
	height:180px;
	padding-top: 5px;
}
div.frontpage-footer:hover {
	background: #c7d9e4 url(img/white-corner.png) right bottom no-repeat;
}
div.frontpage-footer:visited {
	background: #c0d0db url(img/white-corner.png) right bottom no-repeat;
}
.frontpage-footer p {
	font-smooth: always;
	margin: 0;
	color:#ffffff;
	line-height: 125%;
	font-size:11px;
}
.frontpage-footer a:link, .frontpage-footer a:visited {
	font-smooth: always;
	margin: 0px;
	/* font-family: Tahoma, Geneva, sans-serif; */
	color: #2c5169;
	font-weight: bold;
	font-size:11px;
	line-height: 175%;
	text-decoration:none;
	border-left: 0px solid #f0f0f0;
}

.frontpage-footer a:hover {
	/*color:#ffffff;*/
	text-decoration:underline;
}
/* Last Update */
.lastupdate {
	font-size: 10px;
	color: #003366;   			/* dark blue */
	line-height: 150%;
	text-align: center;
	background-image: url(hvid-fortoning-15px.gif);
	background-repeat: repeat-x;
}


/* Top Navigation Menu */
TR#menu_2 TD { 
	background: #fff url(navback.jpg) no-repeat; 
	text-align: left;
	vertical-align: middle; 
	margin: 0; 
	padding: 0px; 
	height: 40px;
	}


.topnav {
	font-variant: small-caps;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif; 
	font-smooth: always;
	}

TR#menu_2 TD A  {
	color: #000;
	font-weight: bolder;
	font-size: 11px;
	font-family: "Arial Bold", Arial, Helvetica, sans-serif;
	font-smooth: always;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 20px 0px 20px;
	border-right: 1px solid #909090;	
	}
TR#menu_2 TD A IMG  {
	vertical-align: middle;
	padding-top: 0;
	border: 0px;
	}
	
TR#menu_2 TD .menu2-level1-act a {
	color: #000;
	background: transparent url(img/selected_blue_pointer.png) no-repeat left;
	}

TR#menu_2 TD A:hover   {
	color: white;
	}

.topnav_act a:active  {
	color: #fff;
	}

.topnav_act a:hover  {
	color: #ffffff;
	font-variant: small-caps;
	font-weight: normal;
	font-family: "Arial Black", Verdana, sans-serif;
	font-smooth: always;
	text-decoration: none;
	}


/*  Mainpic */
TR#mainpic TD    {
	margin: 0px;
	background-color: transparent;
	text-align: center;
	}


/* Sub Navigation Menu */
TR#menu_3 {
	border-bottom: 0px solid #e0e0e0;
	}

TR#menu_3 TD.subbg     {
	margin:0;
	background: transparent;
	text-align: left;
	vertical-align:top;
	padding-top:10px;
	height: 40px;
	border-bottom: 1px solid #fff;
	}

.subnav     {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	font-smooth: always;
	}

  
TR#menu_3 TD A   {
	font-size: 11px;
	font-weight: bold;
	color: #404040;
	font-family: Arial, Verdana, sans-serif;
	font-smooth: always;
	text-decoration: none;
	padding: 2px 20px;
	line-height: 24px;
	}
	
.menu3-level1-act {
	color: #404040;
	text-decoration:underline;
}
.tx-srlanguagemenu-pi1 p , .tx-srlanguagemenu-pi1 .links-list-header{
	color: #fff;
	}
.subnav a:active {
	color: #999999;
}


.subnav a:visited   {
	color: #404040;
	}


TR#menu_3 TD A:hover    {
	color: #045c9c;
	}

.tbody {
	margin: 0;
	vertical-align:top;
}

.subnav_3_act a:active   {
	color: #045c9c;
	text-decoration: underline;
	}


.subnav_act a:link   {
	color: #045c9c;
	}


.subnav_act a:visted   {
	color: #045c9c;
	}


.subnav_act a:hover   {
	color: #045c9c;
	}
	
.subnav_act a {
	color: #045c9c;
	}

	
	

/* Feedback Links */
.fback A {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #003366;    			/* dark blue */
   font-weight: bold;
   font-size: 11px;
   font-stretch: wider;
   text-decoration: none;
   display: block;
   padding: 0.25em;
   border: 1px solid #003366;  	/* dark blue */
}
.fback A:visited {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #003366;    			/* dark blue */
   font-weight: bold;
   font-size: 11px;
   font-stretch: wider;
   text-decoration: none;
   display: block;
   padding: 0.25em;
   border: 1px solid #003366;  	/* dark blue */
}
.fback A:hover {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #FFFFFF;    			/* white */
   font-weight: bold;
   font-size: 11px;
   font-stretch: wider;
   text-decoration: none;
   display: block;
   background: #003366;   	/* dark blue */
   padding: 0.25em;
   border: 1px solid #333333;  	/* med grey */
}


/* Forms Fields */
SELECT {  
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px 
}
TEXTAREA {  
 font-family: Arial, Helvetica,  sans-serif; 
 font-size: 10px
} 
INPUT {  
 font-family: Arial, Helvetica,  sans-serif; 
 font-size: 10px 
}


.caption {
 	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}


.bulletlist {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}


.table {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}


.contenttable {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border:  0px solid #045c9c;
}

.contenttable h2 {
	color: #fff;
	font-size: 12px;
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 20px;
}


.contenttable p {
 	color: #000;
}

/* Event table*/
table.eventtable {
	font-family : Verdana, sans-serif;
	font-size: 18px;
	color:  #045c9c;
	padding: 0 10px 0 10px;
	margin-top: 1em;
	margin-bottom: 1em;
	border:  0px solid #045c9c;
	width: 100%;
	
}

table.eventtable tbody {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #000000;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border:  0px solid #045c9c;
}

table.eventtable tr.tr-even.tr-0 {
	background: #f5f5f5;
}
table.eventtable td.td-0 {
	text-align: center;
	padding: 0 15px 0 5px;
}
table.eventtable td.td-1 {
	font-weight: bold;
}

/* Search Formats */
.searchform {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 11px;
 color : #000000;
 font-weight : normal;
}
.searchresultpagetitle {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 15px;
 color : #333333;
 font-weight : bold;
}
.searchresultcontent {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 11px;
 color : #000000;
 font-weight : normal;
}
.searchresultheader {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 14px;
 color : #333366;
 font-weight : bolder;
}
.searchmarkup {
 color : #000000;
}
.loginform {
 font-family : Arial, Helvetica, sans-serif;
 font-size : 14px;
 color : #000000;
 font-weight : normal;
}


/* Mailform Formattting 
.csc-form-labelcell {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #313131;
	font-weight : normal;
	text-align: right;
	}
.csc-form-label-req {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #003366;
	font-weight : bolder;
		}
.csc-form-label {  
 	font-family : Verdana, sans-serif;
 	font-size : 11px;
 	color : #333;
 	font-weight : normal;
 	}

TD#csc-form-commentcell { font-family : Verdana, sans-serif; font-size : 13px; color : #cc0000; font-weight : bolder; }

.csc-form-radio {
 font-family : Verdana, sans-serif;
 font-size : 10px;
 color : #003366;
 font-weight : normal;
} 

*/

/* Mailform formatering ny - Musmand START*/
.csc-mailform,
.csc-mailform-field,
fieldset.csc-mailform{
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #34739e;
	font-weight : bolder;
	border: solid 0px;
	padding: 0px 10px 0px 12px;
	background-color:#fff;
}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
	font-family : Verdana, sans-serif;
	font-size : 9px;
	color : #111111;
	font-weight : bolder;
	border: 1px solid #aaaaaa;
	background-color: #fff;
	padding: 2px;
	margin-bottom: 4px;
	width: 100%;
}

.csc-mailform-field legend {
	font-family : Verdana, sans-serif;
	font-size : 0px;
	color : #fff;
	border: 0px solid #fff;
	background-color: #fff;
	width: 100%;
}


.csc-mailform-field input:hover,
.csc-mailform-field input:focus,
.csc-mailform-field textarea:hover,
.csc-mailform-field textarea:focus {
	border: 1px solid #000;
}

.csc-mailform-field input.csc-mailform-radio,
.csc-mailform-field input.csc-mailform-check {
	border: 0px;
}

.csc-mailform-field input.csc-mailform-radio,
.csc-mailform-field input.csc-mailform-check,
.csc-mailform-field input.csc-mailform-submit {
	width: auto;
}

.csc-mailform-field span.csc-mailform-radio fieldset {
	border: 0px;
	margin-bottom: 4px;
	label: none;
}

.csc-mailform-field input.csc-mailform-submit {
	background-color: #006ab3;
	color: #fff;
	font-weight: bold;
	border: 1px solid #006ab3;
	margin-bottom: 20px;
}

/* Mailform formatering ny - Musmand SLUT*/



.filelinks {
 font-family : Verdana, sans-serif;
 font-size : 12px;
 color : #000000;
}
.filelinkssize {
 font-family : Verdana, sans-serif;
 font-size : 12px;
 color : #000000;
}


.tx-srlanguagemenu-pi1 p, .tx-srlanguagemenu-pi1 .links-list-header {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height:12 px;
	color: #999999;
	padding: 0px;
	text-indent: 0px;
	margin: 0px;
}
.tx-srlanguagemenu-pi1 img { margin: 0 5px; padding: 0; border-style: none; }
.tx-srlanguagemenu-pi1 .CUR { float: left; font-size: .8em; }
.tx-srlanguagemenu-pi1 .CUR a { background-color: transparent; color: #999999; text-decoration: none; font-weight: bold; }
.tx-srlanguagemenu-pi1 .CUR a:focus, .tx-srlanguagemenu-pi1 .CUR a:hover, .tx-srlanguagemenu-pi1 .CUR a:active { color:#333333; }
.tx-srlanguagemenu-pi1 .NO { float: left; font-size: .8em; }
.tx-srlanguagemenu-pi1 .NO a { background-color:transparent; color: #999999; text-decoration:none; font-weight:bold; }
.tx-srlanguagemenu-pi1 .NO a:focus, .tx-srlanguagemenu-pi1 .NO a:hover, .tx-srlanguagemenu-pi1 .NO a:active { color:#333333; }
.tx-srlanguagemenu-pi1 .INACT { float: left; font-size: .8em; }
.tx-srlanguagemenu-pi1 .INACT a { background-color:transparent; color: #999999; text-decoration: none; font-weight: normal; }
.tx-srlanguagemenu-pi1 .INACT a:focus, .tx-srlanguagemenu-pi1 .INACT a:hover, .tx-srlanguagemenu-pi1 .INACT a:active { color: #333333; }
.tx-srlanguagemenu-pi1 .SPC {  float: left; font-family: Arial, Helvetica, sans-serif; font-size: .8em; line-height: 100%; color: #999999; }
.tx-srlanguagemenu-pi1 fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 8px;
}
.tx-srlanguagemenu-pi1 fieldset legend {
	display: none;
}
.tx-srlanguagemenu-pi1 fieldset label { display: none; }
.tx-srlanguagemenu-pi1 fieldset select {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	color: white;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.tx-srlanguagemenu-pi1 fieldset option.tx-srlanguagemenu-pi1-option-0 { }
  )
div.tx-srlanguagemenu-pi1  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 8px;
}
