/* Allmäna definitioner för hemsidan.*/

body {
	background-color: #CCCCCC;
}


.mainbox {	
	/*		margin-top: float; */
			border: solid 1px #000000;
			background:#FFFFFF
}

a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
	list-style-position: inside;
	list-style-type: none;

}


.linksize {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.stdtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.menu-decoration {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

.bildtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.menucell {
	height: 21px;
	width: 120px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
/*	border-left-width: 1px; */
	border-top-style: none;
	border-right-style: none;
/*	border-bottom-style: dashed;*/
/*	border-left-style: none; */
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
/*	border-left-color: #333333;*/
}
.menubox {
/*	padding-left:5 px;*/
/*	padding-right:5 px;*/
	height: 150px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #333333;
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
/*	border-left-style: none; */
/*	border-left-width: 1px; */
/*	border-left-color: #333333;*/
}


.maintable {
	border: 1px solid #666666;
	background-color: #FFFFFF;
	background-position: center top;
	position: static;
	width: 800px;
	padding-left: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	/* padding-bottom: 2px;*/
}
.logo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.content {
	text-align:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}


.content-cell{
	padding-left:5px;

}
.content-header{
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
}	

.sidfot {
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666; */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align: center;
	vertical-align: bottom;
}

.cellborder{
	 border-bottom:1px;
	 border-bottom-color:#CCCCCC;
	 border-bottom-style:solid;
	 border-left:1px;
	 border-left-color:#CCCCCC;
	 border-left-style:solid;
}

.cellborderleft{
	 border-bottom:1px;
	 border-bottom-color:#CCCCCC;
	 border-bottom-style:solid;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
