body {
	background-color: #003123;
	padding: 0;
	margin: 0;
	background-image: url("img/hkachel.jpg");
	background-repeat: repeat-x;
	font-family: Arial;
	color: #66ff00;
}

#container {
	width: 710px;
	margin: 0;
	padding: 0;
}

#top {
	height: 220px;
	width: 660px;
   margin-bottom: -5px;

}

/*****************FORMULAR*****************************/
#top_form {
   padding:10px 10px 10px 10px;
}
#top_form table{
   width:100%;
   border:0px solid black;
   padding:4px;
}
#top_form table thead{
   font-size: 11px;
   font-weight: bold;
   text-align:left;
}

#top_form table tbody{
   font-size: 11px;
}
#top_form table td{
   padding-top:4px;
}

#top_form select {
   padding:1px;
   font-size: 11px;
   background-color: #f1f1e7;
   border-bottom:1px solid #AAAAAA;
   border-right:1px solid #AAAAAA;

}


/********************************************************/



#footer {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 60px;
}

#content {
	margin-left: 50px;
	background-color: #003914;
	width: 660px;
}

#content #top {
	height: 100px;
}

#content .item {
	width: 640px;
	background-color: #004104;
	margin: 10px;
}

#content .content {
	margin-left: 120px;
	padding: 10px;
}

#content .item .image {
	background-color: #000;
	width: 120px;
	height: 90px;
	float: left;
	margin: 10px 10px 0 0;
	text-align: center;
}

#content .item .small {
	font-size: 11px;
	font-weight: bold;
}

#content .item .header {
	font-size: 17px;
	font-weight: bold;
	color: #99ff33;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content .item .text {
	font-size: 13px;
	padding-bottom: 10px;
}

#content .item .start {
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #99ff33;
	text-align: right;
	margin: 0 20px;
}

#pageview {
	width: 100%;
	height: 15px;
	background-color: #003914;
	margin-top: -10px;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 13px;
	font-weight: bold;

	}

#pageview .button {
	float: left;
	width: 150px;
	text-align: center;
}

#pageview .counter {
	float: left;
	width: 350px;
	text-align: center;
}

a {
   color: #99ff33;
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

img {
border:none;
}

