body
{
	background: #cfcfcf url('../img/background.jpg') repeat-x top left;
/* 	background: #d4d4d4;	*/
	color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana,"MS Sans Serif", sans-serif;
	font-size: .8em;
//	font-size: 12px;
}

p {
  font-size: 1em;
}

h1
{
  font-size: 2em;
  line-height: 1em;
}
h2
{
  font-size: 1.6em;
  line-height: 1em;
}
h3
{
  font-size: 1.2em;
  line-height: 1em;
}
h4
{
  font-size: 1em;
  line-height: 1em;
}

.frame, .userlogin, .credits
{
	background-color: #FFF;
	padding: 0 0 0 0;
	width: 677px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	min-width:500px;
	max-width:1000px;
	border: 1px solid #b4b4b4;
}



.userlogin
{
	font-size: .9em;
	padding: 4px 0 4px 0;
}
.userlogin form
{
	padding: 0 0 0 5px;
	margin: 0px;
}
.userlogin input.txt
{
	border: solid 1px #ddd;
	width: 36px;
}

.icon
{
	margin-bottom: -6px;
}

.topmenu
{
	background: #000000 ;
	padding: 0 0 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: left;
	border-bottom: 0px solid #444;
	text-align:left;
	padding:2px;
	padding-left:5px;
}


.line
{
	clear:both;
	background-color:#333333;
	height:1px;
	margin-top:-1px;
}

a
{
	color: #330099;
	text-decoration:underline;
}

a:hover
{
	color: #cc0099;
	text-decoration:underline;
}

a img {
	border: 0;
}

.main
{
	clear:both;
	width:100%;
}
.mainleft
{
	float:left;
	width:136px;
}
.mainleft img
{
	margin-top:80px;
}
.maindiv
{
	border-left: 1px solid #C4C4C4;
	margin-top: 0;
	margin-left:136px;
	min-height: 350px;
	padding: 0px;
	line-height: 1.5em;
}

.tekst
{
	padding:10px;
}

select {
	font-size: 10px;
}
option.hd {
	background-color: #333;
}
input {
	font-size: 12px;
}
input.wide
{
	width: 99%;
}
input.small
{
	width: 3em;
}


/* top */
.topdiv
{
	margin: 0px;
	margin-top:0px;
	margin-bottom:0px;
	width: 677px;
	font-size:16px;
	height:150px;
	background: #ffffff url('../img/top.jpg') no-repeat top right;

}
.topdiv .logo {
	width: 136px;
	height: 150px;
	float: left;
	background: #ffffff url('../img/logo.gif') no-repeat top left;
}

/* bottom & credits */
.bottomdiv {
	font-size: .9em;
	clear:both;
	background-color: #FFF;
	padding: 0 0 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	width:663px;
	border-top: 1px solid #b4b4b4;
	height:3.2em;

}

.bottomkader
{
	float:left;
	width:28% ;
	text-align: left;
	border-right: 1px solid #C4C4C4;
	padding: 5px 0px 5px 25px;
}

.lang {
	float: left;
	position: relative;
	top: -5.3em;
	width: 130px;
}

.credits
{
	font-size: .8em;
	text-align: center;
	height: 1.8em;
}

/* error & info-display */
div.error, div.info {
	color: #666;
	position: absolute;
	z-index: 20;
	top: 50px;
	left: 150px;
	width: 350px;
	padding: 10px;
	background-color: #f4f3e5;
	cursor: pointer;
	text-align: left;
	border: solid 1px #ddd;
	font-family: "MS Sans Serif",sans-serif;
}
div.error div, div.info div {
	text-align: left;
	padding: 10px 15px 15px 10px;
	border: solid 1px #fdd;
	background: url(img/bg_error.gif) no-repeat center center #fffbd7;
	background: #fffbd7;
	font-size: 0.8em;
	line-height: 1.8em;
}
div.error div span, div.info div span {
	color: #666;
	font-family: "Courier New",monospace;
	line-height: 1.2em;
}

/* message */
div#message {
	position: absolute;
	display: block;
	width: 200px;
	height: auto;
	z-index: 20;
	background-color: #ffeebb;
	border: solid 1px #f00;
	text-align: center;
	padding: 3px;
	padding: 30px 20px 25px 20px;
	margin: 50px 0 0 200px;
	color: #c33;
	cursor: pointer;
}
div#message a.ok {
	display: block;
	border: solid 1px #f66;
	background-color: #ffdddd;
	padding: 5px 0;
	color: #f66;
	margin: 25px 50px 0 50px;
	text-decoration: none;
	font-weight: bold;
}
div#message a.ok:hover {
	color: #f00;
	background-color: #ffd8d8;
}

img.icon, input.icon {
	margin-bottom: -3px;
}

/* contactform */
form.contact
{
	display: block;
	margin-top: 15px;
	border: 0;

}
form.contact label
{
	display: block;
	float: left;
	width: 150px;
	vertical-align: top;
}

form.contact input, form.contact textarea
{
	background-color: #eee;
	color: #000;
	font-size: 1em;
}

form.contact textarea
{
	width:240px;
	height:140px;
	font-family: Verdana,"MS Sans Serif", sans-serif;
}

.titletext
{
	font-family: Verdana,sans-serif;
	text-align:left;
	font-size:16px;
	letter-spacing:2px;
	font-weight:lighter;
	vertical-align:bottom;
	margin-right: 80px;
	margin-top:20px;
}

td.month
{
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: .5em;
}
tr.odd 
{
	background-color: #eee;
}
tr.even 
{
	background-color: #ddd;
}
.float_left {
	float: left;
	margin-right: 5px;
}
.float_right {
	float: right;
	margin-left: 5px;
}

