html, body {
	
	background-color: #fff;
	font: 11px/1.3em Tahoma, Helvetica, sans-serif;
	color: #5E5E5E;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#head {
	background-color: #FFF;
	margin: auto;
	width: 680px;
	
}

#main {
	background: url(./../images/bg_main.gif) repeat-y;
	background-color: #FFF;
	margin: auto;
	width: 680px;
	
}

#content {
	padding-top: 0px;
}	
#content img{
	margin: 0px 0px 2px 5px;
}	
#contentnews {
	padding-top: 0px;
}

#left {
	width: 160px;
	float: left;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 11px;

}

#right {
	width: 461px;
	float: left;
	padding-top: 5px;
	padding-left: 13px;
	padding-right: 14px;

}

#menu {
	width: 172px;
	height: 64px;
	padding-left: 289px;
	padding-top: 6px;
}	

.clear {
	width: 0px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	clear: both;
}

span.title {
	font-weight: bold;
	color: #404040;
	padding-bottom: 1px;
}

.right {
	text-align: right;
}

ul {
	list-style: none;
	margin: 0;
	padding-left: 15px;
	padding-top: 10px;
}

ul.error {
	list-style: none;
	margin: 0;
	padding: 10px 0px 10px 0px;
}

ul.error li {
    background: url(./../images/square.gif) no-repeat 0 50%;
	padding-left: 10px;
}	

li {
	margin: 0 0 0px 0px;
	padding: 0px 0 2px 0px;
}

li.parent_id {
	margin: 0 0 0px 0px;
	padding: 0px 0 2px 10px;
}

ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li.menu {
	display: inline;
	margin: 0 0 0px 0px;
	padding: 0px 5px 0px 0px;
}

li.v {
	display: inline;
	margin: 0 0 0px 0px;
	padding: 0px 5px 2px 0px;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0;
	padding: 0;
}

h2 {
	background: url(./../images/01.jpg) no-repeat;
	height: 56px;
}

input {
	font-size: 11px;
	border: 1px solid #D3D3D3;
	padding-left: 2px;
 	color: #5E5E5E; 
	background-color: #FFF;
}

input.left {
	width: 145px;
}

textarea {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5E5E5E; 
	border: 1px solid #D3D3D3;
	width: 350px;
	padding-left: 2px; 

}

li.parent_id a {
	color: #0078FF; 
	text-decoration: line-through;
}

li.parent_id a:hover { 
	color: #5E5E5E;
	text-decoration: line-through;
}

.date{
	color: #0076C1; 
	text-decoration: none;
	background: url(./../images/date.gif) no-repeat 0 50%;
	padding-left: 14px;
}

a:link, a:visited, a:active {
	color: #0076C1; 
	text-decoration: none;
}

a:hover { 
	color: #5E5E5E;
	text-decoration: underline;
}

a.date:link, a.date:visited, a.date:active {
	color: #0076C1; 
	text-decoration: none;
	background: url(./../images/bullet_comments.gif) no-repeat 0 50%;
	padding-left: 14px;
}

a.date:hover { 
	color: #5E5E5E; 
	text-decoration: underline;
	background: url(./../images/bullet_comments.gif) no-repeat 0 50%;
	padding-left: 14px;
}

a.comments:link, a.comments:visited, a.comments:active {
	color: #0076C1; 
	text-decoration: none;
	background: url(./../images/bullet_saysomething.gif) no-repeat 0 50%;
	padding-left: 14px;
}

a.comments:hover { 
	color: #5E5E5E; 
	text-decoration: underline;
	background: url(./../images/bullet_saysomething.gif) no-repeat 0 50%;
	padding-left: 14px;
}

.engine {
	padding-top: 15px;
	padding-left: 19px;
	padding-bottom: 5px;
}

.quote {
	color: #5E5E5E;
	margin: auto;
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #D3D3D3;
	width: 90%;
}

.category {
	padding-bottom: 4px;
	border-bottom: 1px dotted #D3D3D3;
	text-align: right;
}

.author {
	background: url(./../images/bullet_author.gif) no-repeat 0 50%;
	padding-left: 14px;
	color: #8F8F88;
}

img {
	border: 0px;
}

dl {
	margin: 0 0px 14px 0px;
}

dt {
	font-weight: bold;
	background-color: #FFF;
	padding: 3px;
}

dd {
	border-bottom: 1px solid #F0F0F0;
	background: url('./../images/arrow_blue.gif') no-repeat 0 4px;
	margin: 3px 0px 5px 10px;
	padding: 0 0 3px 13px;
}

.search {
	background-color: #0A95D0;
	color: #FFF;
	font-weight: bold;
}

.code {
	color: #000;
	padding: 2px;
	font: 12px/1.3em Courier, Tahoma, Helvetica, sans-serif;
	border-left: 1px solid #EEEEEE;
	padding-left: 10px;
	margin-left: 25px;
}

code {
	padding: 2px;
	font: 12px/1.3em Courier, Verdana, Helvetica, sans-serif;
}

.line {
	display: block;
	border-bottom: 1px dotted #D3D3D3;
	margin-top: 5px;
	margin-bottom: 5px;
}

#image {
	margin: 4px auto;
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #D8D8D8;
	text-align: center;
	width: 80%;	
}

.href {
	color: #000;
	font-size: 14pt;
	font-family: Arial;

}

.pageTitle {
	color: #000;
	font-size: 14pt;
	font-family: Arial;
}

.counter {
	color: #F8F8F8;
}

li.parent {
    font-weight: bold;
}

li.child {
    font-weight: normal;
}

.center {
    text-align: center;
} 
.ed_button {
  margin-right: 3px;
}
.helpline {
    width:100%; 
    border: 0px; 
    padding: 0px;
    color: #ACACAC;
}

.day {
	background-color: #F1F1EF; 		
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
	height: 20px;
	width: 30px;	
	font-size: 10px;
	vertical-align: middle;
	text-align: center;	
}

.day_hit {
	background-color: #FFFFFF; 		
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
	height: 20px;
	width: 30px;	
	font-size: 10px;
	color: #FF4200;
	vertical-align: middle;
	text-align: center;	
}

.day_current {
	background-color: #FFFFFF; 		
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
	height: 20px;
	width: 30px;	
	font-size: 10px;
	color: #FF4200;
	vertical-align: middle;
	text-align: center;	
}

.day_current_hit {
	background-color: #FFFFFF; 		
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
	height: 20px;
	width: 30px;	
	font-size: 10px;
	color: #FF4200;
	vertical-align: middle;
	text-align: center;	
}

.day_hit a:link, .day_hit a:active, .day_hit a:visited,
.week a:link,.week a:active,.week a:visited {
	font-size: 10px;
	color: #0076C1;
}

.day_current_hit a:link, .day_current_hit a:active, .day_current_hit a:visited {
    font-size: 10px;
	color: #FF4200;
	text-decoration: underline;
}

.week {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
	height: 20px;
	width: 30px;	
	font-size: 10px;
	vertical-align: middle;
	text-align: center;	
	background-color: #D0D0D0; 		
	font-weight: bold;
}

.month {
    text-align: right;
}



.galleryBox
{
}
.galleryBox IMG
{
	border: solid 1px #aaa;
}
.galleryItem
{
	display: inline;
	width: 1%;
	margin-right: 5px;
	margin-bottom: 5px;
}
.galleryItem td
{
	padding: 0px 0px 0px 0px;
}
.galleryItem caption
{
	caption-side:bottom;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.galleryItem .tnimgDesc
{
	font: normal 10px Tahoma;
	color: #444;
	padding: 3px 3px 3px 3px; 
	border: solid 1px #aaa;
	border-top: none;
	background-color: #f7f7f7;
	text-align: left;
	white-space: normal;
}
.galleryHeader
{
	color: #444;
	padding: 7px 7px 7px 7px; 
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #aaa;
	background-color: #f7f7f7;
	text-align: left;
	white-space: normal;
}
.galleryHeader h1
{
	margin: 0px 0px 3px 0px;
}
.galleryHeader p
{
	margin: 0px 0px 0px 0px;
}
.clear
{
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
#copyright
{
	margin: 0px 0px 0px 53px;
	padding: 0px 0px 0px 0px;
	color: #fff;
}
#copyright img
{

	border: solid 1px #000;
	list-style-type: none;
	padding: 4px 4px 4px 4px;
}


#menu-0
{
	
}

#menu-0 li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;	
}
#menu-0 li a
{
	display: block;
	color: #0076C1;
	text-decoration: none;		
	padding: 1px 8px 2px 0px;
	margin: 0px 0px 0px 0px;
}
#menu-0 li a:hover
{
	color: #040404;
	text-decoration: underline;
	
}
#menu-0 li.parent a:active, #menu-0 li.parent a:link, #menu-0 li.parent a:visited
{
	font: bold 11px/13px Tahoma;
	padding: 0px 0px 0px 15px;
	background: transparent url('menu-0-item.gif') no-repeat 0px 1px;
	
}
#menu-0 li.parent a:hover
{
	font: bold 11px/13px Tahoma;
	padding: 0px 0px 0px 15px;
	background: transparent url('menu-0-item-active.gif') no-repeat 0px 1px;
	
}
#menu-0 li.cat_parent a:active, #menu-0 li.cat_parent a:link, #menu-0 li.cat_parent a:visited
{
	font: bold 11px/13px Tahoma;
	padding: 0px 0px 0px 15px;
	background: transparent url('menu-0-item.gif') no-repeat 0px 1px;
}
#menu-0 li.cat_parent a:hover
{
	font: bold 11px/13px Tahoma;
	padding: 0px 0px 0px 15px;
	background: transparent url('menu-0-item-active.gif') no-repeat 0px 1px;
	
}
.menu-2
{
	padding: 1px 3px 1px 24px;
	margin: 0px 0px 0px 0px;
	
}
.menu-2 li a:active, .menu-2 li a:link, .menu-2 li a:visited
{
	font: bold 10px/12px Tahoma;
	padding: 0px 5px 0px 22px;
}
.menu-2 li a:hover
{
	color: #040404;
	text-decoration: underline;
}
.menu-4
{
	margin-left: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.menu-4 li a:hover, .menu-4 li a:link, .menu-4 li a:visited
{
	font: normal 10px/12px Tahoma;
	padding: 0px 5px 0px 12px;
}
.menu-4 li a:hover
{
	font: normal 10px/12px Tahoma;
	padding: 1px 5px 1px 8px;
	border: none;	
}
#end {
	border-top: 1px solid #eeeeee;
	margin: auto;
	width: 680px;
}
#footer {
	text-align: center;
	background: url(./../images/bg_footer.gif) repeat-y;
	background-color: #FFF;
	margin: auto;
	padding: 10px 0px 10px 0px;
	width: 680px;
}
.tekst1{
	font: normal 9px Tahoma;
}
.tekst1 h1, h2{
	font: bold 10px Tahoma;
}
#bodyseo{
	visibility: hidden; position: absolute; top: -2500px; left: -2500px;
}

.xyz 			{ font:1px Verdana; color:#fff ; text-align:center}
.xyz A, .xyz A:hover, .xyz A:visited, .xyz A:link
	 			{ font:1px Verdana; color:#fff ; cursor:default}