ul
{
	margin:0;
	padding-left: 20px;
}

th
{
	text-align: left;
}

.introimage
{
	width: 400px;
	height: 400px;
	border: 1px solid gray;	
}

.introcontent
{
	width: 276px;
	height: 125px;
	position: relative;
	top: 258px;
}

h2
{
	margin-bottom: 5px;
}

html
{
	font-family: verdana;
	font-size: 10px;
}

td
{
	font-family: verdana;
	font-size: 10px;
}

tr
{
	font-family: verdana;
	font-size: 10px;
}

body
{
	margin: 0;
	background-image:url("gradient.png");
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
}

h1,h3
{
	margin-top: 15;
	margin-bottom: 10px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
h3:before {
	padding-right: 5px;
	content: url(blokicoon.gif);
}

.blokheader
{
	margin-left: 20px;
}

.bigblok
{
	margin: 0;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a:hover
{
	color: darkred;
}

#bloktitle
{
	position: absolute;
	width: 141px;
	height: 46px;
	top: 29px;
	left: 18px;
	text-align: center;
}

#blokmenu
{
	position: absolute;
	width: 141px;
	top: 100px;
	left: 10px;
	text-align:left ;
}

#menu
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 170px;
	height: 100%;
	border: gray 1px solid;
	background-color: white;
	background-repeat: no-repeat;
	background-image: url("menubg.png");
	padding: 5px;
	padding-bottom: 25px;
}

#total
{
	height: 90%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}


#content
{
	border: gray 1px solid;
	background-color: white;
	padding: 15px;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 800px;
	margin-left: 200px;
	margin-right: 0;
	height: 100%;
	overflow: auto;
}

#biglogo
{
	position: relative;
	top: 4px;
}

.imagecontainer
{
	border: 1px solid #d0d0d0;
}
li
{
	list-style-type:none;
	background-image: url("blokicoonsmall.gif");
	background-position: 2px 6px;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left:12px;
	padding-top: 2px;
}
.selectedli
{
	list-style-type:none;
	background-image: url("blokicoon.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left:12px;
	padding-top: 2px;
	
}

img
{
	border: 0;
}

.hh
{
	text-align: right;
	position: absolute;
	top: 100%;
	width: 100%;
	margin-top: -22px
}
.hh a
{
   color: gray;
}
.hh a:hover
{
   color: darkred;
}

.hho
{
}

.box 
{
	background-color: white;
	border: 1px solid #d0d0d0;
	color: #000000;
	padding: 0px;
	width: 100%;
	height: 100%;

	margin-bottom: 20px;

}
 
.bar 
{
	background-color: #e8e8e8;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: Black;
	cursor: move;
	font-weight: bold;
	padding-left: 1px;
}

.topbar
{
	background-color: white;
	width: 100%;
	border-bottom: 1px solid #d0d0d0;
	height: 45px;
	margin-bottom: 20px;
}

.bottombar
{
	width: 100%;
	border-top: 1px solid #f0f0f0;
	height: 45px;
	color:#909090;
}

.bottombar a
 {
	color:#808080;
}
 
.bottombar a:hover
 {
	color:black;
}

.bottombar td
 {
	color:#909090;
}

.bar img
{
	margin-right: 3px;
}

.topbar th
{
	font-size: 20px;
	padding-right: 10px;
}

.topbar td
{

}

.content 
{
  padding-top: 15px;
}

.innercontent
{
	padding: 5px;
}

.innerbox
{
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
 
 .warning
 {
 border: 1px solid #ffd1d1;
 padding: 10px;
 margin-bottom: 10px;
 }
 
 