/* Element */

BODY
{
	background-color:	#fff;
/*	scrollbar-darkshadow-color: #555;
	scrollbar-3dlight-color: #aaa;
	scrollbar-arrow-color: #555;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;*/
}

P, H1, H2, H3, H4, H5, H6
{
	margin: 2px 0px 10px 0px;
}


h1
{
	margin: 10px 0px 8px 0px;
	font-weight: bold;
	font-size:	17px;
	color: red;
}


h2
{
	margin: 10px 0px 8px 0px;
	font-weight: bold;
	font-size:	13px;
	color: red;
}


h3
{
	margin: 10px 0px 8px 0px;
	font-weight: bold;
	font-size:	11px;
	color: red;
}



/* Länkattribut */
a, a:link, a:active  { color: #006; text-decoration: underline; }
a:hover { text-decoration: underline; }



/* Färgattribut */
h1, h2, h3, h4, h5, h6
{
	text-align: left;
	color: #902;
}


/* Fontattribut */
body, p, td, th, h1, h2, h3, h4, h5, h6, li, input, textarea, button, select
{
	font-family: tahoma, verdana, arial, sans-serif;
}
body, p, td, th, li, p, input, select, button, textarea
{
	font-size: 11px;
}

th
{
	text-align: left;
	vertical-align: top;
}

/* Klasser */

*.newsDateLabel
{
	font-size: 0.9em;
	font-weight: normal;
	color: #777777;
}

*.newsHeadline
{
	font-size: 1.3em;
	font-weight: bold;
}


body.body
{
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	text-align: center;
	background-color: #fff;
	padding: 0px;
	margin: 2px;
}
div.bodyContent
{
	text-align: left;
	padding: 0px 10px;
}


/* NEWS CONTROL */

table.newsTable thead tr td
{
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}
div.newsHeadline
{
	margin-bottom: 6px;
}
div.newsHeadline a, div.newsHeadline a:visited
{
	color: #802;
	text-decoration: none;
}
div.newsHeadline a:hover
{
	text-decoration: underline;
}

table.newsTable tbody tr td a img
{
	margin: 0px 6px 6px 0px;
}

td.newsTableDateColumn
{
	color: #800;
	font-size: 10px;
}
a.readMoreLink, a.readMoreLink:hover, a.readMoreLink:visited, a.readMoreLink:active
{
	color: #008;
	font-weight: normal;
}

*.preAmble
{
	font-weight: bold;
}

*.links, *.links a, *.links a:visited, *.links a:active
{
	font-family: Tahoma, Verdana, Arial;
	color: #ffd;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
*.links a:hover
{
	font-family: Tahoma, Verdana, Arial;
	color: #fff;
	text-decoration: none;
}
*.row
{
	 background-color: #ccccdd;
}

*.menu
{
	margin: 0px;
}

*.divComments
{
	border-top: 1p dashed #555;
	width: 99%;
	padding: 5px;
	background-color: transparent;
}

*.commentText
{
}
*.commentAuthor
{
	margin-top: 2px;
	margin-bottom: 10px;
	color: #777;
	font-size: smaller;
}

