*{
	padding:0px;
	margin:0px;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	background-image:url(/images/bg01.jpg);
}
ul{
	list-style:none;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000000;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
}
h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
h5{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

a:link{
	color:#000000;
	text-decoration:none;
}
a:visited{
	color:#000000;
	text-decoration:none;
}
a:active{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}


a:link[event = 'true']{
	color:#000000;
	text-decoration:none;
}
a:visited[event = 'true']{
	color:#000000;
	text-decoration:none;
}
a:active[event = 'true']{
	color:#000000;
	text-decoration:none;
}
a:hover[event = 'true']{
	color:#000000;
	text-decoration:underline;
}


a:link[white = 'true']{
	color:#ffffff;
	text-decoration:none;
}
a:visited[white = 'true']{
	color:#ffffff;
	text-decoration:none;
}
a:active[white = 'true']{
	color:#ffffff;
	text-decoration:none;
}
a:hover[white = 'true']{
	color:#ffffff;
	text-decoration:underline;
}



.white_text{
	color:#ffffff;
	font-size:10px;
}

.btnborder{
	border-style:solid;
	border-width:1px;
	height:20px;
	border-color:#666666;
	background-color:#000000;
	color:#ffffff;
}

#main_container{
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:0px;
	background-color:#ffffff;
}
#header{
	width:1000px;
	height:150px;
	background-image:url(/images/header01.jpg);
	background-repeat:no-repeat;
	text-align:right;
	background-color:#ffffff;
	top:0px;
}	
#main_info_container{
	width:790px;
	padding:5px;
	background-color:#ffffff;
	background-image:url(/images/textbg01.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#main_menu_container{
	position:absolute;
	top:200px;
	left:800px;
	width:190px;
	padding:5px;
	background-color:#ffffff;
}


#main_lower_info_container{
	width:1000px;
	text-align:center;
	background-color:#ffffff;
}


#searchField{
	position:relative;
	top:175px;
	float:right;
}


.submit_knapp{
	border-style:solid;
	border-width:1px;
	height:20px;
	width:30px;
	border-color:#666666;
	background-color:#000000;
	color:#ffffff;
}

.eventbox{
	width:248px;
	height:290px;
	margin:5px;
/*	float:left; */
	border-style:solid;
	border-width:1px;
	border-color:#4b80c2;
	display:inline;
}

.headerFONT{
	font-family:Arial, Helvetica, sans-serif;
	font-size:50px;
	font-weight:bold;
	color:#000000;
	margin:5px;
}



/* kalender css nedan */
#container {
	margin: auto;
	width: 600px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-color: #FFFFFF;
}
#container #header #header_left {
	float: left;
	background-image: url(/images/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}
#container #header #header_right {
	background-image: url(/images/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 6px;
	float: right;
}
#container #content {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
#container #footer {
    clear:both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container #footer a {
	color: #999999;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container #header #header_main {
	float: left;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}

.month{
    width:180px;
    float:left;
    border:1px solid #ccc;
    margin:8px;
    border-collapse:collapse;
}

td {
/*    border:1px solid #ddd; */
    color:#000000;
    padding:3px;
    text-align:left;
}

td[kommuner = 'true']{
    border:0px none #ddd;
    color:#000000;
    padding:3px;
    text-align:right;
}
td[ordinary = 'true']{
    border:0px none #ddd;
    color:#000000;
    padding:3px;
    text-align:left;
}


th {
    padding:5px;
	background-image: url(/images/hbg.gif);
	background-repeat: repeat-x;
    color:#000000;
}

.actday{
	background-image: url(/images/hbg.gif);
	background-repeat: repeat-x;
    color:#FF0000;
    font-weight:bold;
}

.days{
    background-color:#f1f1f1;
}
.calenderClass{
	display:inline;
	float:left;
	padding:5px;
}
.redstyle{
	color:#ee0000;
	font-size:16px;
	font-weight:bold;
}
/* Kalender css ovan */

