/*------------------ Sällsynta dagen -----------------------------*/
body {
	font-family : "verdana", arial, helvetica, sans-serif;
	font-size : 0.8em;
	background-image: url(../images/newbg.gif);
	background-repeat: repeat-x;
}

#container {	
	margin : 0 auto;   /* align for good browsers */
	text-align : left; /* counter the body center */
	width : 657px;
	padding : 0px;
	border-collapse : collapse;

}
#container .nospace {
	font-size : 0px;
}
/*------------------ Top image -----------------------------------*/
#top {
	position : relative;
	height : 219px;
	width : 657px;
	background-image : url(../images/contentbg.gif);
	background-repeat : repeat-y;
	padding : 0; margin: 0;
	font-size : 0px;
	clear : both;
}
#top img {
		text-decoration : none;
		border : 0;
}
#top a {
	text-decoration : none;
}
#top .logo {
	padding-bottom : 8px;
}
/*------------------ End of Top image ----------------------------*/

/*------------------ Content -------------------------------------*/
#content {
	width : 657px;
	float : left;
	background-image : url(../images/contentbg.gif);
	background-repeat : repeat-y;
	margin : 0px;
	padding : 0px;
}

#menu {
	width : 644px;
	color : #2478bd;
	padding : 0px;
	margin : 0px;
	font-size : 0px;
}

#menu ul {
  list-style: none;
  padding: 0;
	margin: 0;
}
#menu li {
	float : left;
	display: block;
	padding: 0;
	margin: 0;
}
/*------------------ End of Content ------------------------------*/

/*------------------ Textbox - Small -----------------------------*/
#small_left {
	float : left;
	width : 140px;
	padding : 15px 0px 10px 15px;
	margin : 0px;
}
#small_left .button {
	padding-bottom : 15px;
	border : 0;
}
#small_right {
	float : right;
	width : 140px;
	padding : 15px 20px 10px 0px;
	margin : 0px;
}
#small_right .button {
	padding-bottom : 15px;
	border : 0;
}
#small_right .sponsors {
	padding-bottom : 10px;
	border : 0;
}
.upper_small { height : 19px; margin : 0px; padding : 0px; background-image : url(../images/upper_small.gif); font-size: 0px;}
.lower_small { height : 19px; margin : 0px; padding : 0px; background-image : url(../images/lower_small.gif); font-size: 0px;}
/*------------------ End of Textbox - Small ----------------------*/

/*------------------ Textbox - Wide ------------------------------*/
#textbox_left {
	float : left;
	width : 466px;
	padding : 15px 0px 10px 15px;
	margin : 0px;
}
#textbox_right {
	float : right;
	width : 466px;
	padding : 15px 20px 10px 0px;
	margin : 0px;
}
.upper_wide { 	height : 19px; margin : 0px; padding : 0px; background-image : url(../images/upper_wide.jpg); font-size: 0px;}
.lower_wide { 	height : 19px; margin : 0px; padding : 0px; background-image : url(../images/lower_wide.jpg); font-size: 0px;}
/*------------------ End of Textbox - Wide -----------------------*/

/*------------------ Textbox -------------------------------------*/
#textbox {
	float : left;
	width : 600px;
	padding : 15px 0px 10px 22px;
	margin : 0px;
	z-index : 1;
}
#textbox img {
	border : 0;
}
/*------------------ End of Textbox ------------------------------*/

/*------------------ Table for listing names ---------------------*/
#name_tbl {
	width : 100%;
	border-collapse : collapse;
}
#name_tbl .left {
	width : 280px;
	border-right : 1px solid #bfdfff;

}
#name_tbl .name {
	float : left;
	padding : 3px 5px 0px 5px;
}
#name_tbl .city {
	float : right;
	padding : 3px 10px 0px 3px;
}
.upper_full { height : 19px; margin : 0px; padding : 0px; background-image : url(../images/upper_full.gif); font-size: 0px;}
.lower_full { height : 19px; margin : 0px; padding : 0px; background-image : url(../images/lower_full.gif); font-size: 0px;}
/*------------------ Bottom --------------------------------------*/
#bottom {
	background-image : url(../images/bottom.gif);
	padding : 0; margin: 0;
	height : 39px;
	clear : both;
}
/*------------------ End of Textbox - Wide -----------------------*/

/*------------------ Information ---------------------------------*/
#info {
	padding-top : 4px;
	color : #2478bd;
	font-size : 0.8em;
	font-weight : bold;
}

#info a {
	color : #2478bd;
	font-weight : bold;
	text-decoration : none;
}
/*------------------ End of Information --------------------------*/

/*------------------ Input ---------------------------------*/
#input {
	margin-left : 3px;
}
#input .type {
	font-weight : bold;
}
#input .field {
	margin-left : 5px; 
}
/*------------------ End of Input --------------------------*/

/*------------------ Useful classes ------------------------------*/
.normal_text {
	padding : 0px 10px 0px 10px;
	margin : 0px;
	border-left :  1px solid #bfdfff;
	border-right : 1px solid #bfdfff;
}
/** Headline **/
.head {
	font-size : 1.7em;
	font-weight : bold;
	color : #2478bd;
	padding : 0px;
}
/** Small headline **/
.smallhead {
	color : #2478bd;
	font-size : 10px;
	font-weight : bold;
}
/** Submenu **/
.submenu {
	color : #2478bd;
	font-size : 0.8em;
	font-weight : bold;
	text-align : center;
	padding-top : 10px;
}
.submenu a {
	margin-right : 10px;
	padding-right : 10px;
}
/** Common paragraph **/
p { 
 	margin : 0px 3px 0px 3px;
	padding-top: 5px; 	
 	line-height : 1.7em; 
}
/** Press **/
.press {	
 	margin : 0px;
	padding-top : 5px;
	padding-bottom : 10px;
 	line-height : 1.5em; 
  font-size : 9px;
}
/** List class **/
ul {
 	line-height : 1.6em;
	list-style : decimal;
	font-weight : bold;
}
li {	padding : 0px 0px 5px 0px;	}
/** Links **/
a {
	color: #2478bd;
}
a:hover {
	color: #bfdfff;
}
/** Image **/
img {
	border : 0;
}
/** Text-alignment **/
.center { text-align : center; }
.left { text-align : left; }
.right { text-align : right; }
/** Spacer **/
.spacer { padding : 10px 0px 10px 0px; }
/** Notice **/
.notice { color: #FF2222; font-size: 10px; font-style: italic; }
/** Form **/
input {
	font-family : "verdana", arial, helvetica, sans-serif;
	font-size : 0.9em;
	margin : 3px 3px 3px 3px;
	padding : 2px 2px 2px 2px;
}
/*------------------ End Useful classes -----------------------*/