/*********************************************
*	ALLMÄNNA REGLER
**********************************************/

html, body {
	font-family: Trebuchet MS, Verdana;
	font-size: 9pt;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5 */
	background: url(../images/bg.gif) repeat-x;
	background-color: #232323;
}

h1 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 0px;
	color: #555555;
	margin: 0 0;
	line-height: 18pt;
}

h2 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #555555;
	margin: 0 0;
}

h3 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	margin: 0 0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

p {

}

div.divborder {
	background: url(../images/dotted.gif) repeat-x;
	height: 1px;
	padding: 0px;
	margin: 0px; 
	font-size: 0px;
	line-height: 0px;
}

a:link, a:visited {
	font-family: MS Sans serif, verdana;
	color: #6dbaff;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	text-decoration: none;
	color:#004d9b;
	background-color: #6dbaff;
}

a:active {
	text-decoration: underline;
	color: #004d9b;
	border-bottom: 1px dotted;
}
/*********************************************
*	REGLER FÖR SPECIFIKA ELEMENT
**********************************************/

#content {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0px;
	background: url(../images/content_bg.gif) center 21px no-repeat;
}

#nestled_content {
	position: relative;
	margin: 48px 13px 0px 13px;
	padding: 0px 13px 0px 295px;
	min-height: 510px;
	background-color: #fff;
}

#header {
	height: 221px;
	padding: 0px;
	padding-top: 66px;
	padding-left: 18px;
	margin: 0px;
}

#header ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 7px;
}

#header ul li {
	list-style-type: none;
	float: left;

	margin-right: 11px;
	padding-top: 1px;
}

.menu a {
	width: 216px;
	height: 22px;
	display: block;
	background: url(../images/menu-transparent.gif);
}

.menu a:hover {
	color: white;
}

.menuActive a {
	color: white;
	width: 216px;
	height: 22px;
	display: block;
	background: url(../images/menu-hover.gif);
	border-bottom: 1px solid white;
}

.buttonBg {
	color: white;
	width: 206px;
	height: 16px;
	display: block;
	background: url(../images/menu-hover.gif);
	padding: 6px 0px 0px 10px;
	border-bottom: 1px solid white;
}

.buttonText {
	cursor: hand;
	position: absolute; 
	width: 200px; 
	height: 20px; 
	text-align: left;
	padding: 6px 0px 0px 10px;
	z-index: 2;
}

#homeButton {
	margin: 0px;
	padding: 0px;
	padding-right: 34px
}

#homeButton a {
	width: 34px;
	height: 29px;
	display: block;
}

#homeButton a:hover{
	width: 34px;
	height: 29px;
	display: block;
}

#leftcolumn {
	padding-right: 0px;
	color: #000000;
	float: left;
}

#rightcolumn {
	position: relative;
	padding-right: 0px;
	color: #000000;
	text-align: center;
	float: right;
}

#rightcolumn h1 {
	color: #fff;
	padding: 5px 0px 0px 15px;
	width: 203px;
	height: 29px;
	background: url(../images/h1_bg_rightcolumn.gif) no-repeat 0px 0px;
	text-align: left;
}

#centercolumn {
	width: 400px;
}

#bottomlayer {
	padding: 5px 0;
	text-align: center;
	background: url(../images/content_bg_bottom.gif) no-repeat 13px 0px;
	height: 12px;
}

#footer {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
}

#rightcontent {
	margin-top: 0;
	margin-right: 0;
	margin-left: 150px;
	padding-left: 0;
}

#boxcontentwidth {
	width: 591px;
}

.leftColumnContent {
	width: 200px;
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
}

.left_box {
	padding: 10px;
	background-color: #f9f9f9;
	border: 2px solid white;
}

.rightColumnContent {
	width: 218px;
	text-align: left;
	background: url(../images/right_column_bg_center.gif) repeat-y 0px 0px;
}

.rightColumnBottom {
	width: 218px;
	height: 11px;
	margin-bottom: 20px;
	background: url(../images/right_column_bg_bottom.gif) no-repeat 0px 0px;
}

.right_box {
	padding: 0px 15px 0px 15px;
	background: url(../images/right_column_bg_corner.gif) no-repeat 100% 100%;
	min-height: 24px;
}

.centerColumnContent {
	width: 400px;
	margin-bottom: 10px;
	padding: 5px 10px 10px 10px;
}

.center_box {
	padding: 0px;
}

/*********************************************
*	KLASSDEFINITIONER
**********************************************/

.staeda {
	clear: both;
	display: block;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.imgborder {
	border: 1px solid #000000;
	border-width: 1px;
}

.input {
	font-size: 10pt;
	margin: 0px;
	padding: 2px;
	border-width: 1px
}

.inputfocus {
	font-size: 10pt;
	margin: 0px;
	padding: 2px; 
	border: 1px solid #c29193;
	background: url(../images/inputFocus.gif) repeat-x;
	background-color: white;
}

.inputButton {
	font-size: 10pt;
	margin: 0px;
	padding: 0px; 
}

.rubrik {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.normal {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.stor {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.liten {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #888888;
}

.ulStats {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.picgallery_topshade {
	background-image: url(../images/picgallery_topshade.gif);
	width: 200px;
	height: 20px;
	font-size: 1px; /* IE MEKK */
}

.picgallery_bottomshade {
	background-image: url(../images/picgallery_bottomshade.gif);
	width: 200px;
	height: 20px;
	font-size: 1px; /* IE MEKK */
}

.picgallery_shade {
	min-height: 140px;
	max-height: 140px;
	margin: 0 0;
	padding-top: 1px;
	text-align: center;
	padding-bottom: 0px;
	background: url(../images/picgallery_centershade.gif) repeat-y;
    	list-style-type: none;
}

.border {
	border: 1px solid #cb7f7f;
}

.noborder {
	border: 1px solid #ccc;
}

.rightpadding {
	padding: 0 15px; 
}

#nyhet_container{
	padding: 0; 
	margin: 0 0;
	border: 0; 
	background-color: transparent;
}

.nyhet {
	color: #000000;
	text-align: left;
}

.calendar {
	float: left;
	width: 38px;
	height: 38px;
	background: url(../images/calendar.jpg) no-repeat;
	color: white;
	text-align: center;
	font-size: 9px;
	padding-right: 10px;
	padding-top: 1px;
	line-height: 15px;
}

.calendar span {
	font-size: 18px;
	font-weight: bold;
	color: #aaaaaa;
}

/* CLASSER FÖR MATCHER */
.TableHeader {
	background-color: #c29193;
}

.TableRow0 {
	background-color: #f0f0f0;
}

/* Snabbfakta spelare */
.SnabbfaktaVR {
	color: #e78f08;
}
.SnabbfaktaVF {
	color: #aaa;
}
.SnabbfaktaHR {
	color: #e78f08;
	text-align: right;
}
.SnabbfaktaHF {
	color: #aaa;
	text-align: right;
}