html {
	height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color:black;
	background-color:#222e83;
	height:100%;
	background-image:url(img/bg.gif);
	background-repeat:repeat-y;
	background-position:top center;
}

@media print {
  body {
  	background-color:white;
  	background-image:url();
  }
}


img {
	border:0px;
}

@media print {
  .noprint {
  	visibility:hidden;
  }
}


#centeredContainer {
	width: 974px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color:white;
}

#topBar {
	height:127px;
}

#topBar #lv-headline {
	float:left;
	border:0px;
}

#mainMenu {
	height:34px;
	text-align:center;
	background-image:url(img/menu/bg.jpg);
}

@media print {
  #mainMenu {
  	display:none;
  }
}

#contentArea {
	position:absolute;
	
	top:160px;
	bottom:40px;
	left:0px;
	right:0px;
	
	overflow:auto;
	margin:10px;
	padding:5px 25px 0px 25px;
	z-index:1;
	
	line-height:1.75em;
}

#downloadContentArea {
	overflow:auto;
	margin:10px;
	padding:5px 25px 0px 25px;
	z-index:1;
	line-height:2em;
}

@media print {
	#contentArea {
		height:auto;
		position:static;
		overflow:visible;
		top:0px;
		bottom:0px;
	}
}

#footer {
	position:absolute;	
	height:18px;
	padding-top:75px;
	bottom:0px;	
	width:974px;
	color:#222e83;
	font-size:10px;
	z-index:10;
	background-image:url(img/bottom.png);
}

@media print {
  #footer {
  	display:none;
  }
}

#footer #footerleft {
	float:left;
	margin-left:20px;
}

#footer #footerright {
	float:right;
	margin-right:80px;
}

#footer #footerright a {
	margin-left:60px;
}

#footer a {
	color:#222e83;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

a.backlink {
	width:100px;
	margin-top:30px;
	display:block;
	color:#222e83;
	text-decoration:none;
	clear:both;
}

@media print {
  a.backlink {
  	display:none;
  }
}

a.backlink:hover {
	width:100px;
	margin-top:30px;
	display:block;
	color:#005aab;
	text-decoration:underline;
	clear:both;
}

/* MAIN MENU */

.menu1 {
	position:relative;
	float:left;
	margin-left:20px;
	z-index:20;
}

.menu1 a {
	color:white;
}

.menu1 a img {
	display:block;
	border:0px;
}

.menu2 {
	display:none;
	position:absolute;
	top:31px;
	background-color:#222e83;
	text-align:left;
	z-index:20;
	border-bottom:10px solid #222e83;
	border-top:5px solid #222e83;
}

.menu2 .entry {
	width:209px;
}

.menu2 .entrySub {
	width:209px;
}

.menu2 a {
	display:block;
	color:white;
	text-decoration:none;
}

.menu2 a:hover {
	color:white;
	cursor:pointer;
	background-color:#141a4d;
	text-decoration:none;
}

.menu2 .entry a {
	padding:2px 5px 2px 10px;
}

.menu2 .entry a:hover {
	padding:2px 5px 2px 10px;
}

.menu2 .entrySub a {
	color:#dddddd;
	padding:2px 5px 2px 30px;
}

.menu2 .entrySub a:hover {
	padding:2px 5px 2px 30px;
}

.menu2 .hr {
	border:0px;
	border-top:1px solid #00467B;
	margin:0px;
	padding:0px;
}

/* CONTENT AREA */

#contentArea {
	color:#666666;
}

#contentArea a {
	color:#222e83;
	text-decoration:none;
}

#contentArea .smaller {
	font-size:10px;
	line-height:1.5em;
}

#contentArea a:hover {
	color:#222e83;
	text-decoration:underline;
}

#contentArea .right {
	display:block;
	float:right;
	margin:0px 20px 20px 20px;
	border:0px;
}

#contentArea h1 {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size:26px;
	color:#222e83;
	padding:0px;
	margin:0px 0px 15px 0px;
}

#contentArea h2 {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size:21px;
	color:#222e83;
	padding:0px;
	margin:0px;	
}

#contentArea h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color:black;
	padding:0px;
	margin:14px 0px 8px 0px;
}

#contentArea hr {
	color:#8f8f8f;
	border-style:solid;
	margin:10px -3px 10px -3px;
	clear:left;
}

#contentArea .arguments {
	text-align:center;
	line-height:1.5em;
}

#contentArea .arguments p {
	text-align:center;
	/*margin-bottom:5px;*/
}

#contentArea p {
	margin-bottom:2em;	
}

#contentArea div.date {
	color:#666666;
}

/* BOX */

table.box td.content {
	padding:10px 0px 5px 0px;
}

table.box td.content a{
	color:black;
	text-decoration:none;
}

table.box td.content a:hover{
	color:black;
	text-decoration:underline;
}

table.box td.content img {
	display:block;
	margin:0px auto 10px auto;
}

table.box td.content hr {
	color:#005aab;
	border-style:solid;
	margin:10px -3px 10px -3px;
}

/* FORMS */

.inputtext {
	border:1px solid #0000db;
	background-color:#e5e5e5;
}

.inputbutton {
	border:1px solid #0000db;
}

.inputtext:focus  {
	background-color:#e0e0e0;
}

.inputtext:hover {
	background-color:#f0f0f0;
}

.inputtext_error {
	border:1px solid #0000db;
	background-color:#ffc0c0;
}

.inputtext_error:focus {
	background-color:#f0a0a0;
}

.inputtext_error:hover {
	background-color:#f0a0a0;
}

.error {
	color:#660000;
	font-weight:bold;
}

.success {
	color:#006600;
	font-weight:bold;
}

.required {
	color: #222e83;
}

/* customer area */

.releasenotesOverview div {
	font-weight:bold;
	padding-bottom:8px;
}

.releasenotesOverview a {
	background-image:url(/img/icons/linkarrow_grey.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding:2px 0px 2px 20px;
	color:#FF0000;
	display:block;
}

.releasenotesOverview a:visited {
	background-image:url(/img/icons/linkarrow_grey2.gif);
}

.releasenotesOverview a:hover {
	background-image:url(/img/icons/linkarrow_blue.gif);
}

code {
	background-color:#EEEEEE;
	color:black;	
}

.code {
	background-color:#EEEEEE;
	color:black;	
}

span.comment {
	color:#009900;	
}

pre span.redBold {
	color:#990000;
	font-weight:bold;
}


/* news */

div#topnews {
	line-height:2em;
	width:890px; /* 650px with newticker */
}

div#topnews a {
	text-decoration:underline;
}

div#topnews div.headl {
	color:#005aab;
	font-weight:bold;
}

div#newssite {
	line-height:2em;
	margin-right:10px;
}

div#newssite a{
	text-decoration:underline;
}

div#newssite div.headl {
	color:#005aab;
	font-weight:bold;
}

div#newticker img {
	display:none;
}

div#newticker div.noticker {
	display:none;	
}

div#newticker div.headl {
	font-weight:bold;
}


/* homepage */

div.homepage_left {
	width:300px;
	float:left;
	padding-right:20px;
	border-right:2px solid #8f8f8f;
}

div.homepage_right {
	width:550px;
	float:right;
}

/* products */

.lovion_red {
	color:#a70000;
}

.lovion_green {
	color:#007700;
}

.lovion_blue {
	color:#0000db;
}

/* content menu */

.contentmenu img {
	float:left;
}

.contentmenu div {
	float:left;
	height:22px;
	background-color:#d9d9d9;
	margin-bottom:10px;
	padding:3px;
}

.contentmenu div.selected {
	color:white;
	background-color:#222e83;
}
