/* Default stylesheet */
body {
	background: url("http://img3.custompublish.com/getfile.php/2252176.1493.efqyqewebu/pat4deeppurple.png") repeat scroll 0 0 #e3e3e3;
	/* font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif; */
	/*font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;*/
	/*font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family:  Arial, "Liberation Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Sans, Sans-serif;
	/*font-family: "Gill Sans", Calibri, FreeSans, "Trebuchet MS", sans-serif;*/
	/*font-family: "Myriad Pro", Myriad, FreeSans, Tahoma, Geneva, "Helvetica Neue", "Liberation Sans", Helvetica, Arial, Sans-serif	;*/
	font-size: 75%; /* 12px*/
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 0 5px;
}
.body img[align="left"] {
	margin-right: 10px;
}
.body img[align="right"] {
	margin-left: 10px;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link {color: #0A8A95; text-decoration: none;}
a:visited { color: #666666; }
a:hover { text-decoration: underline;}

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}
.menu .itemselected > a:link, .menu .itemselected > a:visited {text-decoration: underline;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.	 */
#cp {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 10px;
}
#cp .cplogo {
	background: url(http://img4.custompublish.com/getfile.php/2069350.1554.psfauvuetd/cplogo.png) no-repeat center 0;
	width: 18px;
	height: 23px;
	display: inline-block;
	margin: 0 6px;
	vertical-align: middle;
}
#cp a {
	color: #999;
}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
/* Navigation path links */
.path { }
a.path:link { text-decoration: none; }
a.path:visited { text-decoration: none; }
a.path:hover { text-decoration: underline; }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/

/* default form styling */
form.cpsimpleform {
	background-color: rgba(0,0,0,0.05);
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 40em;
}

input, textarea {
	max-width: 98%;
}
.cpsimpleform input[type="text"]:not([size]) {
	max-width: 20em;
	width: 98%;
}

label, .cpstextheading {
	font-weight: bold;
}
fieldset {
	border: 1px solid #999999;
	margin: 1em 0;
	padding-top: 1em;
}
legend {
	font-weight: bold;
}
.cpsimpleform input[type="submit"] {
	display: block;
	margin-left: auto;
	margin-right : 0;
}
/* Cp forms */
.cpstextheading {
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-top: 2px;
}
.cpselementcontainer {
	/*border-bottom: 1px solid #E1E1E1;*/
	margin-bottom: 5px;
	padding: 2px 0 5px;
}
.cpsoptionsclear {
	clear: both; 
	font-size: 1px; 
	height: 0px;
}
.cpsoptionlabel {
	font-weight: normal;
}
.cpselementcontainer.horizontal .cpstextheading {
	float: left;
	width: 32%;
}
.cpselementcontainer.horizontal .cpsoptions, .cpselementcontainer.horizontal .cpsstatictext  {
	float: right;
	text-align: left;
	width: 66%;
}
.cpselementcontainer .cpsstatictext {
	margin: 2px 0 5px 0;
	padding-top: 2px;
}
.optionshorizontal .cpsradiooption {
	float: left;	
}
.mandatory {
	color: #FF0000;
}
div.date, span.date { color: #999999; font-size: 0.9em; }
.eventdate {
	background: url("http://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent;
	padding: 2px 5px 0 20px;
}
.author { color: #333333; font-size: 0.9em; }
.feedback { }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 

/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
.frontpage div.pagedescription { 
	margin: 0 0 26px;
	font-size: 30px;
	text-align: center;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.pagedescription { }
h1.headline, h1.headlineview {
	font-size: 1.6em;
	margin: 0px;
	padding: 0px;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
	line-height: 1.4;
}
.ingressview {
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
	line-height: 1.4;
	font-size: 14px;
}
p.byline, .byline {
	margin: 10px 0 10px 0; padding: 0px;
}

.viewarea div.listingpic {
	width: 250px;
	float: right;
	margin: 0 0 10px 10px;
}

/* SECTION: Articlemedia */
div.articlemedia.video { 
	margin-bottom: 10px;
}
div.articlemedia.images { 
	clear: right;
	width: 250px;
	float: right;
	margin-left: 10px;
}

.page130402 div.articlemedia.images {
	float:none;
	margin-left:0;
	margin-top:20px;
}

.page130402 .imgwrap {
	text-align: center;
}

div.articleimage, div.articlemovie { 
	margin-bottom: 10px;
}
div.articlemovie .articlemovieplayer{
	text-align: center;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.frontpagelisting .articleblock .imgwrap {
	width: auto;
	float: none;
	margin-bottom: 15px;
	text-align: center;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
.frontpagelisting .articleblock .textwrap {
	width: auto;
	float: none;
	text-align: center;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol > .col { 
	width: 49%;
}
div.twocol > .col.col0 { 
	clear: both;
	float: left;
}
div.twocol > .col.col1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol > .col { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol > .col.col0 { 
	clear: both;
}
div.threecol > .col.col1 { 
	margin-right: 0;
}
div.threecol > .col.col2 { 
	clear: right;
	float: right;
	margin-right: 0;
}
div.threecol .textwrap, div.threecol .imgwrap {
	float: none;
	width: auto;
}
/* 4-spalter */
div.fourcol > .col { 
	width: 23%;
	float: left;
	margin-right: 2%;
}
div.fourcol > .col.col0 { 
	clear: both;
}
div.fourcol > .col.col2 { 
	margin-right: 0;
}
div.fourcol > .col.col3 { 
	clear: right;
	float: right;
	margin-right: 0;
}
div.fourcol .textwrap, div.fourcol .imgwrap {
	float: none;
	width: auto;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #CCC;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }

/* SECTION: page containers */ 
#page {
	width: 980px;
	margin: 20px auto;
	padding: 0px;
	text-align: left;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #FFF;
	border-radius: 8px;
}
#top {
	margin: 0px;
	padding: 0;
	background-color: #f7f7f7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 254, 254)), to(rgb(241, 241, 241)));
	background-image: -webkit-linear-gradient(top, rgb(254, 254, 254), rgb(241, 241, 241));
	background-image: -moz-linear-gradient(top, rgb(254, 254, 254), rgb(241, 241, 241));
	background-image: -o-linear-gradient(top, rgb(254, 254, 254), rgb(241, 241, 241));
	background-image: -ms-linear-gradient(top, rgb(254, 254, 254), rgb(241, 241, 241));
	background-image: linear-gradient(top, rgb(254, 254, 254), rgb(241, 241, 241));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fefefe', EndColorStr='#f1f1f1');
	border-radius: 8px 8px 0 0;
}
.logo {
	padding: 30px 0 10px 20px;
	float: left;
}

.languagebar {
float: right;
padding-top: 5px;
}
.mainmenucontainer {
	background: #6cacb2;
	/* fix #top padding */
	margin-top: 20px;
}
#mainmenu {
	
}
#mainmenu li {
	float: left;
	font-weight: bold;
	font-size: 14px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
#mainmenu li a {
	color: #FFF;
	display: block;
	padding: 16px 30px;
	border-right: 1px solid #47898f;
	text-decoration: none;
	
}
#mainmenu li.firstitem a {
	border-left: 0;
}
#mainmenu li.lastitem a {
	border-right: 0;
}
#mainmenu li a:hover, #mainmenu li.itemselected > a {
	background-color: #0A8A95;
	
}

#mainmenu li ul{
	position: absolute;
	left: 0;
	top: 90%;
	width: 200px;
	visibility:hidden;
	opacity:0;
	border-radius:2px;
	box-shadow:0 1px 6px rgba(0,0,0,.15);
	-webkit-transition:all .1s ease-out;
	-moz-transition:all .1s ease-out;
	background: #FFF;
	padding: 4px 0;
	z-index: 10;
}
#mainmenu ul li {
	-webkit-transition:background .1s ease-out;
	float: none;
	text-shadow: none;
}

#mainmenu ul li a{
  	font-size: 12px;
  	padding:6px;
	color:#444;
	border-radius:2px;
}
#mainmenu ul li a:hover, #mainmenu ul li.itemselected > a{
  	background: #f6f6f6;
}

#mainmenu ul ul {
  	margin: -0.45em 0 0 190px;
}

#mainmenu li:hover ul,
#mainmenu a:hover ul {
	visibility:visible;
	opacity:1;
}

#mainmenu ul li:hover {
	visibility:visible;
	opacity:1;
}
#mainmenu .triangle {
	width:0;
	height:0;
	position:absolute;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #fff;
	top:-8px;
	left:50%;
	margin-left:-8px;
}
#topnav {
	float: right;
	padding: 10px;
}

#slides {
	position: relative;
	overflow: hidden;
	
}
#slides .slides_container {
	height: 280px;
	width: 980px;
	position: relative;
}
#slides .slidetext {
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 20px;
	max-width: 300px;
	background: rgba(255,255,255,0.8);
	padding: 10px 20px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	
}

#slides .circle {
	background: url(http://img4.custompublish.com/getfile.php/2068106.1554.aufwcvypyb/circle.png);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 50px;
	z-index: 10;
	background-size: cover;
}
#middle {
	padding: 0 20px 20px 20px;
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 180px;
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	padding-top: 20px;
}
#main {
	float: left;
	width: 520px;
	min-height: 300px; /* ref .viewarea */
	padding-top: 20px;
}
#main center a{
        display: none;
}
.viewareacontent {
	min-height: 260px; /* ref #main */
}

#mainsidebar {
	float: right;
	width: 180px;
	padding: 10px;
	background: #FCFCFC;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	padding-top: 20px;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main, .frontpage.articlelisting #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar, .frontpage.articlelisting #navbar, .frontpage.articlelisting #mainsidebar {
	display: none;
}


#footer {
	clear: both;
	background: #333;
	border-radius: 0 0 8px 8px;
	padding: 10px 20px;
	color: #FFF;
}
#footer .contactinfo {
	float: left;
	width: 60%;
}
#footer #copyright {
	float: right;
	width: 30%;
	text-align: right;
}
#footer a {
	color: #FFF;
}
#footer .companyname {
	font-weight: bold;
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box.blue {
	background: #e6f2f2;
	border-radius: 8px;
}
.box .cell {
        min-height: 308px;
	padding: 20px 10px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0 0 5px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box .caption {
	padding: 10px 0;
	margin: 0px;
}
/* SECTION: page elements */
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
#path {
	padding: 10px;
	background: #E9F4F7;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

ul.topmenu {
	list-style-type: none;
}
ul.topmenu li {
	display: inline-block;
	padding-left: 24px;
	margin-left: 15px;
}
ul.topmenu li.phone {
	background: url(http://img4.custompublish.com/getfile.php/2069340.1554.spssrrpvse/telephone.png) no-repeat left center;
}
ul.topmenu li.email {
	background: url(http://img4.custompublish.com/getfile.php/2069341.1554.tdaqbprpsd/email.png) no-repeat left center;
}

ul.childmenu {
	list-style: none;
	padding: 0; margin: 0px;
}
ul.childmenu li {
	border-bottom: 1px solid #CCC;
}
ul.childmenu li.lastitem {
	border-bottom: 0;
}
ul.childmenu li a {
	display: block;
	text-decoration: none;
	padding: 8px 0;
	
}

ul.childmenu .itemselected > a, ul.childmenu li a:hover {
	font-weight: bold;
	text-decoration: underline;
}
ul.childmenu ul {
	list-style: circle;
	list-style-position: inside;
}
ul.childmenu li li{
	font-size: 12px;
}

#searchform {
	text-align: right;
}
input.searchinput {
	vertical-align: middle;
	font-size: 14px;
	outline: 0;
	background: #FFF;
	padding: 4px;
	border: 1px solid #CCC;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
	background: #f5901e;
	color: #FFF;
	border: 0;
	padding: 5px 12px;
	font-size: 14px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	margin-right: 0;
	display: inline-block;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}


.cycle-slideshow .circle {
	background: url(http://img4.custompublish.com/getfile.php/2068106.1554.aufwcvypyb/circle.png);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 50px;
	z-index: 99999;
	background-size: cover;
}

.cycle-slideshow .slidetext {
	display: none; /*Ikke i bruk av kunden. blir bare tom boks når ikke i bruk*/
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 20px;
	max-width: 300px;
	background: rgba(255,255,255,0.8);
	padding: 10px 20px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	
}

.cycle-slideshow .imgwrap img {
	width: 100%;
	height: auto;
}
	
div.articlelist.cycle-slideshow {
	background-color: #fff;
	height: auto;
	overflow: hidden;
	position: relative;
	
}
div.articlelist.cycle-slideshow img {
	margin: 0;
}
div.articlelist.cycle-slideshow .item {
	height: 315px;
	position: relative;
	width: 100%;
}
div.articlelist.cycle-slideshow .textwrap {
	background-color: transparent;
	overflow: hidden;
	max-height: 5em;
	top: 100%;
	padding: 0.5em 4%;
	position: absolute;	
	width: 92%;
}
div.articlelist.cycle-slideshow .headline {
	/*background-color: rgba(256,256,256,0.7);*/
	background-image: url(/images/opacity/white/opacity70.png);
	background-position: top left;
	background-repeat: repeat;
	bottom: 0;
	font-size: 2.0em;
	padding: 10px 4%;
	position: absolute;
	width: 92%;
}
div.articlelist.cycle-slideshow .cycle-pager {
	font-size: 1.2em;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10000;
}
div.articlelist.cycle-slideshow .cycle-pager a {
	/*background-color: rgba(256,256,256,0.75);*/
	background-image: url(/images/opacity/white/opacity70.png);
	background-position: top left;
	background-repeat: repeat;
	border-radius: 50%;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-left: 5px;
	min-width: 1.2em;
	padding: 5px;
	text-align: center;
	text-decoration: none;

}
div.articlelist.cycle-slideshow .cycle-pager a:hover, div.articlelist.cycle-slideshow .cycle-pager a.cycle-pager-active {
	background-color: #FFFFFF;
	background-image: none;
	color: #006699;
}




/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 759px) {
.cycle-slideshow .imgwrap img {
	width: 100%;
	height: auto;
}
.circle {display: none;}
		
body {
		
	}
	
	#searchform {
		text-align: left;
		width: auto;
	}
	#slides .slide .slidetext{
		display: none;
	}
	.articleblock.col.col0, .articleblock.col.col1, .articleblock.col.col2, .articleblock.col.col3, #top, .logo, #topnav, #page, #main{
		float: none ;
		position: static;
		text-align: left;
		width:  auto;
		display: block;
	}
	#mainmenu li ul {
		display: none;
	}
	.cpsformcontainer{
		float: none;
		width: auto ;
	}
	/* felt */
	.cpsformcontainer .cpsimpleform input.cpstext,
	.cpsformcontainer .cpselementcontainer {
		width: auto;
		float: none;
	}
	/* checkout */
	.checkoutpage #main {
		width: auto;
		padding: 0px;
	}
	#mainsidebar {
		display: none;
	}
}

@media handheld, only screen and (max-width: 559px) {

body {
		
	}
	.logo {
		padding: 0;
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	#searchform {
		display: none;
	}
	.col0, .col1, .col2, .col3, #top, .logo, #topnav, #page, .articleblock .textwrap, .articleblock .imgwrap {
		float: none;
		position: static;
		text-align: left;
		width:  auto;
		display: block;
	}
	.logo {
		text-align: center;
	}
	#mainmenu li{
		float: none;
	}
	#slides {
		display: none;
	}

	
}



@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}