/* CSS Document */
/* gemensamt */
body{
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 68%;
	color: #333;
	margin: 0px;
	padding:0px;
	border:none;
}
p, form {
	margin: 0px;
	padding:0px;
	border:none;
}
ul{
	margin-top: 5px;
	margin-bottom: 5px;
}
li{
	margin-left: -20px;
}
.tableBorder {
	border:1px solid #ccc;
}
.bgrUppslagsboken {
	background-image:url(/assets/images/bgr_uppslagsboken.jpg);
	background-repeat:no-repeat;
}

/* main central page titles */
h1,h2,h3{font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif; }
h2,h3{padding:0;margin:0;}
h1{
	font-size: 1.5em;
	font-weight: bolder;
	color: #C84433;
	margin: 0px;
	margin-bottom: 18px;
}
/* left brown menu titles */
h2{
	font-size: 1.0em;
	font-weight: bolder;
	color: #C84433;
	margin: 0px;
}

/* used twice - index.html MÅNADENS PROJEKT & VD windows*/
h3{
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
}

/* used on "pratbubblan" */
h4{
	font-size: 1.1em;
	font-weight: bold;
	color: #C84433;
	margin: 0px;
	margin-bottom: 5px;
}

/* Secondar menu, used lots in "på gång  */ 
h5{
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}



a:link{ 
	font-size: 10px;
	font-weight: bold;
	color: #56b2f2;
	text-decoration: none;
}
a:visited{
	font-size: 10px;
	font-weight: bold;
	color: #56b2f2;
	text-decoration: none;
}

a:hover {
	color: #C84433;
}

a:active  {
	font-size: 10px;
	font-weight: bold;
	color: #56b2f2;
	text-decoration: none;
}

a.menulasmer:link, a.menulasmer:visited, a.menulasmer:active{
	color: #56b2f2;
	font-size: 0.9em;
	font-weight: bolder;
	line-height: 19px;
	
}

a.menulasmer:hover {
	color: #C84433;
}
/* Special color on the headers of peoject list */
a.rubLink
{	color:#333;	}
a.rubLink:visited
{	color:#333;	}
a.rubLink:hover
{	color:#C84433;	}


/*
#temp1 .templatecontenttext{
	color:blue;
	}*/


/** Choosable in editor **/

/* Texts */
.text {
	font-size: 1.0em;
}
.textSmall {
	font-size: 0.9em;
}
.textSubHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.redtext{color: #C84433;}

/* Images */
img.left {
	float: left; margin: 2px 13px 5px 0px;
}
img.right {
	float: right; margin: 2px 0px 5px 10px;
}
span.left   {
                float:left;
            }
span.right  {
                float:right;
            }

