body {
  background: #FFFFFF;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
/*
a:link { color:#000099; text-decoration: none;}
a:visited{}
a:active { color:#550000;  font-size:100%;}
a:hover { color:#FF00AA;} 
.subjects a:link,  .subjects a:visited { color: #000099;}
.subjects a:visited:after { color: #FFAADD;}
a:visited:active {color:#FF0000;}
*/
/* a:visited { padding-right: 12px; color: #FF0000; text-decoration: none; } */
/* a:visited:after { font-size: 80%;  color: #FFAABB; } */
/* .subjects a:visited{color: #55AABB;}  
:link:hover, :visited:hover {color:red;}*/
/* see : http://bytes.com/topic/javascript/answers/90390-change-text-color-visited-link-back-unvisited-color */

a:link { color:#000099; text-decoration: none;}
a:visited { color:#0099; text-decoration: none;}

#outer {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 16px;
	width: 1420px;
	overflow: hidden;
}

.wrapper {
	font-family: Arial, Helvetica, sans-serif;
	width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#bilde {
	float: left;
	width: 465px;
  background: #FFFFFF;
	padding-right: 30px;
}

div#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	width: 915px;
  background: #FFFFFF;
}

.subjects {
	float: left;
	width: 300px;
  background: #FFFFFF;
}

.lessons {
	width: 450px;
  background: #FFFFFF;
}


h1 {
  margin:4px 0;
  font-size:1.5em;
}

pre {
  margin:0;
  border:1px solid #777;
  padding:8px;
  background:#fff;
}

#header {
	text-align: center;
  background:#EEEEEE;
  clear:both;
}

#logos {
	width: 1400px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
  background:#FFFFFF;
  clear:both;
}

#footer {
	width: auto;
  text-align: center;
  background:#EEEEEE;
  clear:both;
}

/*
label {
	display:block;
	float:left;
}
*/
#newProductLink {
	clear:both;
	display:block;
}
#prices select {
	display:block;
	float:left;
	clear:left;
}

.currency , .unitPrice , .salePrice {
	width:100px;
	float:left;
}

.msg {
	text-align:center;
	background: silver;
	height: 40px;
	padding-top: 20px;	
}

#pages li {
	display:block;
	float:left;
	width:30px;
}

/*
#pages {
	display:block;
	clear:both;
}
*/
.attributeName , .attributeValue {
	width: 100px;
	display: block;
	float:left;
}

.attributeValue {
	clear:right;
}

.categoryHierarchy {
	width: 300px;
	display: block;
	float:left;
}

#categories label {
	clear:left;
}
.clear {
	clear:both;
}

/*
.areaalignment{
	background: silver; 
}
*/

.leadintext {
	display:inline-block;
	vertical-align: middle;
	min-width:100px;
}

.textarea2 {
	border-color: black;
	border-style: solid;
	border-width: thin;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	text-align: top;
	min-width: 500px; 
	min-height: 100px; 
 	font-size: 14px;
/* 	max-width: 500px; seems without effect  */
}

.applicationmenulink {
 	background:#FFFFFF;
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 14px;
}

div.checkboxline {
	display:block;
	clear:both;
  background-color:#FFFFFF;
}

div.newItemline {
	display:block;
	clear:both;
  background-color:#FFFFFF;
	min-height:25px;
}

.newitem {
  background-color:#CCFFFF;
	color: #FF00BB;
}

.iditem {
	display:inline-block;
	width: 30px;
  background-color:#AADDFF;
	color: #FF00BB;
}

.usertypeitem {
	display:inline-block;
	width: 100px;
  background-color:#AAEEFF;
	color: #000000;
}

.usernameitem {
	display:inline-block;
  background-color:#AAEEFF;
	color: #000000;
}

.institutionshortnameitem {
	display:inline-block;
	width: 50px;
  background-color:#AAEEFF;
	color: #000000;
}

.institutionnameitem {
	display:inline-block;
	width: 310px;
  background-color:#AAEEFF;
	color: #000000;
}

.subjectnameitem {
	display:inline-block;
	width: 250px;
  background-color:#AAEEFF;
	color: #000000;
}

.lessonownernameitem {
	display:inline-block;
	width: 150px;
  background-color:#AAEEFF;
	color: #000000;
}

.lessontitle {
	color: #FFAABB;
	min-width:100px;
}

.lessontitleitemodd {
	display:inline-block;
	width: 350px;
  background-color:#F8F8F8;
	color: #000000;
}

.lessontitleitemeven {
	display:inline-block;
	width: 350px;
  background-color:#E0E0E0;
	color: #000000;
}

.bottmessage {
  background-color:#FDEEF4;
	font-size: 16px;
}

.bold {
	font-weight:900;
}

.redwarning {
	font-weight:900;
	color:#FF0000;
/*	color:#FF1493; */
}

#firstpage {
/*  background-color:#55AA00;*/
	max-width:600px;
}

.firstpagetab1 {
		padding-left: 40px;
}

#backgroundimagehref {  /* MASK OUT HREF */
	font-size: 3px;
	background-color:#FFFFFF; /* WHITE - INVISIBLE */
	color:#FFFFFF; 
	text-decoration: none;
}

#backgroundimagehref:visited { color:#FFFFFF; text-decoration: none;} /* WHITE - INVISIBLE */

p.firstpagelistelements {line-height:140%} 
