html {
	height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color:black;
	background-color:#C7C7C7;
	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;
}

#centeredContainer {
	width:850px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:0px 10px;
	background-color:white;
}

#topBar {
	height:62px;
	padding:10px 0px;
}

#topBar #lv-headline {
	float:left;
	border:0px;
}

#topBar #its-logo {
	float:right;
	margin-right:10px;
	border:0px;
}

#mainMenu {
	height:31px;
	text-align:center;
	background-image:url(img/menu/bg.jpg);
}

@media print {
  #mainMenu {
  	display:none;
  }
}

#contentArea {
	position:absolute;
	top:10px;
	bottom:27px;
	left:10px;
	right:10px;
	overflow:auto;
	margin:10px;
	padding:3px 5px 0px 5px;
	z-index:1;
}

@media print {
	#contentArea {
		height:auto;
		position:static;
		overflow:visible;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;	
		margin:10px;
		padding:3px 5px 3px 5px;
	}
}

#footer {
	position:absolute;	
	height:15px;
	bottom:0px;	
	padding: 5px 20px 5px 20px;
	border-top:2px solid #048E47;	
	margin-left:-18px;
	width:936px;
	color:#048E47;
	font-size:10px;
}

@media print {
  #footer {
  	display:none;
  }
}

#footer #footerleft {
	float:left;
}

#footer #footerright {
	float:right;
}

#footer #footerright a {
	margin-left:60px;
}

#footer a {
	color:#048E47;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

a.backlink {
	width:100px;
	margin-top:30px;
	display:block;
	color:#005aab;
	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-right:20px;
	z-index:2;
}

.menu1 a {
	color:white;
}

.menu1 a img {
	display:block;
	border:0px;
}

.menu2 {
	display:none;
	position:absolute;
	top:31px;
	background-color:#005AAB;
	text-align:left;
	z-index:2;
	border-bottom:10px solid #005AAB;
	border-top:5px solid #005AAB;
}

.menu2 .entry {
	width:185px;
}

.menu2 .entrySub {
	width:185px;
}

.menu2 a {
	display:block;
	color:white;
	text-decoration:none;
}

.menu2 a:hover {
	color:white;
	cursor:pointer;
	background-color:#00467B;
	text-decoration:none;
}

.menu2 .entry a {
	padding:2px 5px 2px 10px;
}

.menu2 .entry a:hover {
	padding:2px 5px 2px 10px;
	background-color:#00467B;
}

.menu2 .entrySub a {
	color:#dddddd;
	padding:2px 5px 2px 30px;
}

.menu2 .entrySub a:hover {
	padding:2px 5px 2px 30px;
	background-color:#00467B;
}

.menu2 .hr {
	border:0px;
	border-top:1px solid #00467B;
	margin:0px;
	padding:0px;
}

/* CONTENT AREA */

#contentArea {
	color:#333333;
}

#contentArea a {
	color:#005aab;
	text-decoration:none;
}

#contentArea .smaller {
	font-size:10px;	
}

#contentArea a:hover {
	color:#005aab;
	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 20px 0px;
}

#contentArea h2 {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size:18px;
	color:#005AAB;
	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:#75a5d0;
	border-style:solid;
	margin:10px -3px 10px -3px;
	clear:left;
}

#contentArea div.date {
	color:#666666;
}

/* BOX */

table.box {
	float:right;
	margin:10px 0px 10px 20px;
	font-size:10px;
}

table.box td.content {
	padding:10px 0px 15px 0px;
	width:180px;
}

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;
}

table.box td.content div.date {
	color:#666666;
}

/* FORMS */

.inputtext {
	border:1px solid #222e83;
}

.inputbutton {
	border:1px solid #222e83;
}

.inputtext:focus  {
	background-color:#daecff;
}

.error {
	color:#660000;
	font-weight:bold;
}

.success {
	color:#006600;
	font-weight:bold;
}


/* 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;
}

/* products */
div.justify {
	text-align: justify;
}

.imgtext {
	text-align:justify;
}

.imgtext h1 {
	display:none;
}

.imgtext h2 {
	display:none;
}

.imgtext ul {
	display:none;
}

