/*
Niklas Henriksson (c) 2008
Alla rättigheter reserverade
All rights reserved
*/
body{
background-color: lightsteelblue;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
color: black;
}

img{
border:none;
}

a:link{
color:black;
}
a:hover{
color: darkblue;
}
a:visited{
color:firebrick;
}

.menuitem{
display: block;
font-size: 125%;
background-color: #93AED2;
color: green; 
border-bottom: 1px dotted lightgrey;
text-decoration:none;
font-variant:small-caps;
text-align:center;
}

.menuitem:hover{
background-color: steelblue;
color: white;
text-decoration:none;
}

h1{
background-color: #92B3D3;
border-bottom: 1px solid steelblue;
border-top: 1px solid steelblue;
border-right: 1px solid steelblue;
-moz-border-radius-topright: 22px;
-moz-border-radius-bottomright: 22px;
text-align:center;
font-family: Calibri, Verdana, Times;
}

input, select, textarea{
background-color: #93AED2;
border: 1px solid steelblue;
color: white;
font-weight:bold;
}

input:focus, select:focus, textarea:focus{
border: 1px solid black;
}

input:hover, select:hover, textarea:hover{
background-color: #7698C7;
}

th{
background-color: steelblue;
color: white;
text-align:center;
}

#logoArea{
border-bottom: 2px solid green;
background-color: #7EA5CB;
}
#menuArea{
background-color: #7EA5CB;
}
#bodyContent{
border-left: 2px solid green;
}

div.textBox{
	position: relative;
	border: 2px solid steelblue;
	text-align:justify;
	width: 70%;
	margin-bottom: 1%;
-moz-border-radius: 8px;
background-color: #92B3D3;
}

.rounders{
border: 1px solid steelblue; 
margin-left: 2%; 
margin-bottom: 2%;
-moz-border-radius: 10px;
}

#langBox, #taxoBox{
-moz-border-radius: 8px;
background-color: #92B3D3;
}
.taxoRow{
border-top: 1px dotted steelblue;
}
