body  {
	font: 100% Arial, Verdana, 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;
	background-image: url(../images/webbakgrund.jpg);
}
#container {
	width: 990px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: white;
} 
#header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
} 
#header img {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #ff6633;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	font-size:2.2em;
	font-weight:normal;
}
.headerbold {
	font-size:1.8em;	
}
#headerText {
	text-align:center;	
}
.orangeO {
	color:#ff6633;
	font-size:1.8em;
	font-weight:bold;
}
#header p {
	margin:0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width:180px;
	background-image: url(../images/bglogo.jpg);
	border-right: 2px solid;
	border-top: 2px solid;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebar1 p {
	color: #003300;
	font-size:0.9em;
	padding-left:1.2em;
}
#sidebar1 .liten {
	font-size:.7em;
	line-height:1.2em;
	padding-left:1.2em;
}
#sidebar1 .kartknapp {
	font-size:.8em;
	line-height:1em;
	padding-left:.6em;
	padding-right:.6em;
}
#sidebar1 .kartknapp table {
	width:153x;
	border: 1px solid #ff6633;
	background-color: #fff;
}
#sidebar1 .kartknapp td {
	width:150px;
	border: 1px solid #ff6633;
	background-color: #fff;
}
#sidebar1 .sponsor {
	font-size:.7em;
	line-height:1.4em;
	text-align:center;
	text-decoration:none;
}
#sidebar1 #nav {
	text-align: left;
}
#container #sidebar1 ul {
	margin: 0px;
	font-size: 1em;
	padding: 0em;
}
#container #sidebar1 li {
	list-style: none;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0.1em;
	margin-bottom: 0px;
	margin-left: 1em;
	padding: 0em;
}
#container #sidebar1 li a:link, #container #sidebar1 li a:visited {
	margin: 0;
	padding: 0.2em 0.2em;
	list-style: none;
	line-height: 2em;
	color: #060;
	text-decoration: none;
}
#container #sidebar1 li a:hover {
	color:#ff6633;
	text-decoration: none;
}
#container #sidebar1 li a.current, #container #sidebar1 li a.current:hover, #container #sidebar1 li a:active {
	margin: 0;
	padding: 0.2em 0.2em;	
	color:#666;
	cursor:default;
	line-height: 2em;
	text-decoration: none;
}
#mainContent {
	float:left;
	width:720px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#mainContent h1{
	font-size: 2.4em;
	font-weight: bold;
	color:#ff6633;
	margin-top: -40px;
} 
#mainContent h2{
	font-size: 1.8em;
	font-style:	italic;
	font-weight: bold;
	color:#ff6633;
} 
#mainContent p {
	font-size: 1.1em;
	font-weight:600;
	color:#060;
} 
#mainContentText {
}
#mainContentText p { 
	font-size:1em;
	font-weight:normal;
	color:#000;
}
#mainContentText ul { 
	font-size:.95em;
	font-weight:normal;
	color:#000;
}
.centerimage {
	text-align:center; 
}
#container #helbredd {
	float: none;
	width: auto;
	font-size: .9em;
	margin-right: 15px;
	margin-left: 20px;
}
#intro {
	float: left;
	width:450px;
}
#triangel {
	float: right;
	width:260px;
	color:#ff6633;
}
.huvudsponsortext {
	font-size:2.2em;
	text-align:center;
}
.sponsortext {
	font-size:1.7em;
}
#sponsorer {
	position:relative;
	float:left;
	width:650px;
	margin-left:30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}
#sponsorer img {
	border:0;
}
#medverkandetabell {
	border: 1px solid #000;
	padding:3px;
	
}
#medverkandetabell tr {
	height:32px;	
}
#medverkandetabell td {
	border: 1px solid #000;
	padding:3px;
}
.numcol {
	text-align:right;
}
.sehit {
	color: #B00;
} 

.bildtext {
	color: #003300;
	font-size:.85em;
} 
#footer {
	padding: 0 10px 0 20px;
	border-top-width: 2px;
	border-top-style: solid;	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-decoration: none;
	font-size: 0.8em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
td img {
	border: 0;
}
td a{
	text-decoration: none;
}
.left {
	float: left;
	width: 350px;
	padding-right: 15px;
	padding-left: 15px;	
}
.right {

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #header #headerBild {
	float: left;
}

