@charset "UTF-8";
body {
	background-image: url(bg.jpg);
	background-repeat: repeat;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {color: #00234f;}
a:visited {color: #00234f;}
a:active {color: #00234f;}
a:hover {color: #73411a;}
a {text-decoration: none;}

ul.menu {
color: #ffffff;
display: block;
padding-left: 0;
padding-bottom: 0;
padding-right: 30px;
padding-top: 0;
top: 50px;
list-style-type:none;
width:auto;
position: relative;
height:33px;
font-size: 11px;
font-family:Verdana,Helvetica,Arial,sans-serif;
margin:0;
}

ul.menu li {
color: white;
display:block;
float: right;
margin:0;
padding:0;
}

ul.menu li a {
padding-left: 5px;
padding-bottom: 0;
padding-right: 5px;
padding-top: 9px;
float:left;
color: white;
text-decoration:none;
height:24px;

}

ul.menu li a:hover,.current {
color: #00aeef;
background: top left;
text-decoration:none;
}

ul.menu .current a {
color: #00aeef;
}



.oneColFixCtr #container {
	background-position: 2px 2px;
	background-image: url(logo_balk.png);
	background-repeat: no-repeat;
	padding: 2px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 50px;
	height: 590px;
	color: #141313;
	background-color: white;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 0px;
	padding-top: 0;
	font-size: 11px;
	font-family: sans-serif, Helvetica, Verdana, Arial;
	margin-top: 140px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.home_left {
	margin-bottom: 7px;
	padding-left: 13px;
	float: left;
	width: 49%;
	text-align: right;
}
.home_right {
	float: right;
	width: 48%;
	text-align: left;
}.home_fotos {
	clear: both;
	margin-top: 20px;
	position: relative;
	margin-left: 0px;
	border-bottom-width: 4px;
	border-top-width: 4px;
	border-bottom-color: #00aeef;
	border-bottom-style: solid;
	border-top-style: solid;
	height: 220px;
	width: 780px;
	border-top-color: #00aeef;
}
 .home_fotos1 {
	float: left;
	height: 220px;
	background-image: url(home_foto1.jpg);
	background-repeat: no-repeat;
	border-right-width: 4px;
	border-right-color: #00aeef;
	border-right-style: solid;
	width: 257px;
}
 .home_fotos2 {
	float: left;
	height: 220px;
	background-image: url(home_foto2.jpg);
	background-repeat: no-repeat;
	border-right-width: 4px;
	border-right-color: #00aeef;
	border-right-style: solid;
	width: 257px;
}
 .home_fotos3 {
	width: 258px;
	float: left;
	height: 220px;
	background-image: url(home_foto3.jpg);
	background-repeat: no-repeat;
}
 .home_ticker {
	top: 8px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	line-height: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	height: 50px;
	clear: both;
	color: white;
	width: 780px;
	position: relative;
	font-size: 15px;
	background-color: #73411a;
}
 .blue_line {
	top: 14px;
	position: relative;
	border-bottom-color: #00aeef;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}
 .links {
	width: 500px;
	margin-left: 50px;
}
 .links_hyves {
	clear: none;
	margin-top: 8px;
	background-image: url(hyves.png);
	background-repeat: no-repeat;
	width: 220px;
	float: left;
}
 .links_hyves_tekst {
	padding-left: 42px;
	margin-top: 12px;
	float: left;
}
 .links_facebook {
	margin-top: 8px;
	background-repeat: no-repeat;
	background-image: url(facebook.png);
	width: 220px;
	float: left;
}
 .contact {
	width: 700px;
	margin-left: 50px;
}
 .contact_left {
	clear: both;
	width: 500px;
	float: left;
}
 .contact_right {
	margin-top: 54px;
	line-height: 17px;
	width: 200px;
	float: right;
}
 .blue_bold {
	color: #00aeef;
	font-weight: bold;
}
 .blue_bold_big {
	padding-bottom: 3px;
	font-size: 13px;
	color: #00aeef;
	font-weight: bold;
}
 /*agenda table*/
 
 #table_container {
width: 680px;
clear: both;
}
#listing, #info, #type, #description {
float: left;
text-align: left;
margin: 1px;
overflow: hidden;
}

#listing {
width: 150px;
text-align: left;
}

#info {
padding-left: 5px;
text-align: left;
width: 180px;
}

#type {
text-align: left;
width: 150px;
}

#description {
padding-left: 5px;
text-align: left;
width: 180px;
}
 /*agenda table2*/
 
 #table_container2 {
width: 680px;
clear: both;
}
#listing2, #info2, #type2, #description2 {
float: left;
text-align: left;
margin: 1px;
overflow: hidden;
}

#listing2 {
width: 150px;
text-align: left;
}

#info2 {
padding-left: 5px;
text-align: left;
width: 180px;
}

#type2 {
text-align: left;
width: 150px;
}

#description2 {
padding-left: 5px;
text-align: left;
width: 180px;
}


.agenda_space {
	position: relative;
	clear: both;
	color: white;
}
