/* --- Reset CSS --- */
html, body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, p, a, pre, form, fieldset, input, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { text-align: left; font-weight: bold; color: inherit; background-color: inherit; font-size: 100%; }
q:before, q:after { content: ''; }

ul { list-style: disc outside;  }
ol { list-style: decimal outside;  }

/* --- General --- */
body
{
	text-align: center;
	background-color: #fff;
}

.c_pageheader
{
	background: #f1f1f1 url('/images/background/vn_globalmenu.png') left bottom repeat-x;
}

html, body, form, fieldset 
{
	font-size: 100%;
	line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #707070;
}

html {
    font-size: 1.25em !important;
}

body {
	font-size: 50%;
}

/* --- Text elements --- */
input, select, textarea 
{ 
	font-size: 100%;
	font-family: inherit;
	color: #707070;
}

p
{
	margin: 0em 0em 1em 0em;
	font-size: 100%;
	font-family: inherit;
	color: #707070;
}

.normaltext
{
	font-size: 1.1em;
	line-height: 1.5em;
}

.bold
{
	font-weight: bold;	
}

.mainheading_general
{
	font-family: Helvetica, Arial;
	font-size: 2.8em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0.4em 0em;
	color: #E62B1F;
}

.mainheading_large
{
	font-family: Helvetica, Arial;
	font-size: 4em;
	line-height: 1em;
	font-weight: bold;
	margin: 0.5em 0em 0.3em 0em;
	color: #EE3024;
}

.mainheading_product, .mainheading_product_long, .mainheading_product_extralong
{
	font-family: Helvetica, Arial;
	font-size: 2.4em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0em;
	color: #E62B1F;
	padding-right: 1em;
}

.mainheading_product_long
{
	font-size: 2em;
	line-height: 1.7em;
}

.mainheading_product_extralong
{
	font-size: 1.8em;
}

.subheading, .subheading_large, .subheading_small, .subheading_category, .subheading_preview
{
	display: block;
	font-family: Helvetica, Arial;
	font-weight: bold;
	margin: 0em 0em 0.2em 0em;
	color: #626364;
	line-height: 1em;
}

.subheading
{
	font-size: 1.4em;
}

.subheading_large
{
	font-size: 1.6em;
}

.subheading a, .subheading_large a, .subheading a:visited, .subheading_large a:visited
{
	color: #626364;
}

.subheading_preview
{
	font-size: 1.6em;
	line-height: 1.2em;
	color: #E62B1F;
	float: left;
	width: 75%;
}

.subheading_navigation
{
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}

.subheading_category
{
	color: #E62B1F;
	font-size: 1.6em;
}

.subheading_category a, .subheading_category a:visited
{
	color: #E62B1F;
}

.subheading_category span
{	
	display: block;
	float: left;
	padding: 0.2em 0 0.2em 0;
}

.subheading_small
{
	font-size: 1.1em;
	margin-right: 0.3em;
}

.mainingress
{
	font-family: Helvetica, Arial;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	color: #626364;
}

.previewtext
{
	font-size: 1.1em;
	line-height: 1.4em;
}

a
{
	color:#1765AD;
	text-decoration: none;
}

a:visited
{
	color: #551A8B;
}

a:hover, a:hover span, a:active span
{
	text-decoration: underline;
	cursor: pointer;
}

a.linkexternal
{
	background: url(/images/icons/external_link_blue.png) no-repeat right bottom;
	padding-right: 0.9em;
}

a.linkexternal:visited
{
	background: url(/images/icons/external_link_visited.png) no-repeat right bottom;
}

/* --- Images --- */
.smallpreview
{
	width: 12.3em;
}

.largepreview
{
	width: 31.8em;
}

img.smallbodyimageframe
{
	margin: 0em 1em 1em 0em;
	float: left;
	padding: 8px;
	background-image: url(/images/background/vn_small_bodyimage_frame.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 123px;
	height: 71px;
}

img.largebodyimageframe
{
	margin: 0em 0.5em 1.7em -0.3em;
	float: left;
	padding: 8px;
	background-image: url(/images/background/vn_large_bodyimage_frame.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 318px;
	height: 184px;
}

img.smallbodyimagewhite
{
    margin: 0em 1em 1em 0em;
	float: left;
	padding: 0px;
	width: 131px;
}

img.largebodyimagewhite
{
    margin: 0em 1em 1.7em 0em;
	float: left;
	padding: 0px;
	width: 326px;
}

/* --- Visibility --- */
.notvisible
{
	display: none;
	visibility: hidden;
}

.visible
{
	display: inherit;
	visibility: visible;
}

a.keyboardlink:active, a.keyboardlink_active
{
	color:inherit;
}

a.keyboardlink, a.keyboardlink:visited
{
	color:#ffffff;
}

/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.fullwidth
{
	width: 100%;
}
div.clear
{
	clear: both;
}
div.clearright
{
	clear: right;	
}
div.clearleft
{
	clear: left;	
}
.relative
{
	position: relative;	
}
.noborder
{
	border: none;
}
.leftcolumn
{
	float: left;
	width: 45%;
}
.rightcolumn
{
	float: right;
	width: 45%;
	margin-left: 3em;
}
.overflowhidden
{
	overflow: hidden;
}
.haslayoutfull
{
	overflow: hidden;
	width: 100%;
}
.shadowtextbox
{
	border: 1px solid #B2B8BD;
	background: url(/images/background/vn_bg_textfield.png) no-repeat top left;
}
.displayinline
{
	display: inline;
}
.fontweightnormal
{
	font-weight: normal;	
}
.skipnav
{
	position: absolute; left: -1000em; width: 20em;
}

/* --- links --- */
.closelink
{
	background: url(/images/icons/vn_close.png) no-repeat right;
	padding: 0.1em 1.6em 0 0;
	height: 16px;
	display: block;
	float: right;
}

/* Borders */

.vn_bordertop
{
	border-top:1px solid #ECE8E9;
}
.vn_borderbottom
{
	border-bottom:1px solid #ECE8E9;
}
.vn_borderleft
{
	border-left:1px solid #ECE8E9;
}
.vn_borderright
{
	border-right:1px solid #ECE8E9;
}

/* --- Main content containers --- */
.c_maincontainer_header, .c_maincontainer_content
{
	width: 99.3em;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

.c_maincontainer_header
{
	z-index: 9999;
}

#c_globalmenu
{
	height: 7.2em;
    width: 100%;
}

.c_printmenu
{
    margin-bottom: 2.2em;
	height: 4.0em;
    background-color: #EBE8E8;
    margin-left: 0.3em;
    margin-right: 0.3em;
    text-align:right;
    display:none;
}

#c_mainmenu
{
	margin-left: 0.2em;
}

#c_maincontent
{
	margin: 0.7em 0.3em 0 0.3em;
	overflow: hidden;
}

#c_leftmaincontent
{
	width: 74em;
	float: left;
}

#c_rightmaincontent
{
	width: 24.7em;
	float:left;
}

#c_footer
{
	clear: both;
	margin: 1.5em 0.3em 1em 0.3em;
}

#c_newsletter
{
	clear: both;
	margin: 3.5em 0.3em 1em 0.3em;
}

.c_logotext
{
	padding-top: 1.1em;
	float: left; 
	padding-left: 1em;
}

.c_logotext_nopadding
{
	padding-top: 0.7em; 
	float: left;
	padding-left:0.3em;
}

/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
  
  span.sIFR-active {
	  visibility: hidden;
	  font-family: Helvetica, Arial;
	  font-size: 1.5em;
	  color: #878686;
	}
}


