/***************************************
 *
 * Stylesheet
 * jiweb small
 * DEMODESIGN 2
 *
 * Denna design med css-filer är fri att använda.
 *
 * janfang solutions 2005
 *
 ***************************************/

HTML
{
}

TD
{
PADDING: 0px 0px 0px 0px;
MARGIN: 5px 0px 5px 5px;
FONT: 10px Verdana, Arial, Helvetica, sans-serif;
}

input 
{
FONT: 10px Verdana, Arial, Helvetica, sans-serif;
}

textarea 
{
FONT: 10px Verdana, Arial, Helvetica, sans-serif;
}

A 
{
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-weight: bold;
	font-size: 10px;

}

A:hover 
{
TEXT-DECORATION: underline;
}

#frameFrontEndAdmin {
padding: 5px;
background-image: url(../../admin/adminImages/frontEndAdmin-bg.gif);
BORDER:	#BBBBBB 1px solid;
position: absolute; 
left: 575px; 
top: 20px; 
z-index: 2000;
}











/*##############################
 * Style för huvudram
 *##############################
 */
#frameMain
{
BORDER: #DAD5CF 1px solid;
PADDING: 10px;
WIDTH: 780px;
BACKGROUND-COLOR: #F7F6F1;

margin: 0px auto;
TEXT-ALIGN: left;
}








/*##############################
 * Style för toppram
 *##############################
 */
#frameTop
{

TEXT-ALIGN: left;
PADDING: 10px;
LINE-HEIGHT: 40px;
BACKGROUND-COLOR: #FF850D;
COLOR: #FFFFFF;
FONT: 24px trebuchet ms, verdana, arial, helvetica, sans-serif;
FONT-WEIGHT: bold;
}






/*##############################
 * Style för huvudmenyram
 *##############################
 */
#frameMainMenu
{
TEXT-ALIGN: right;
PADDING: 2px;
BACKGROUND-COLOR: #FF0000;
MARGIN-TOP: 5px;
MARGIN-BOTTOM: 5px;
}







/*##############################
 * Style för undermenyram
 *##############################
 */
#frameSubMenu
{
WIDTH: 120px;
FLOAT: RIGHT;

TEXT-ALIGN: left;
PADDING: 5px;
}







/*##############################
 * Style för innehållsram
 *##############################
 */
#frameContent
{
	MARGIN-RIGHT: 150px;
	PADDING: 5px;
	font-size: 11px;
	color: #003399;

}








/*##############################
 * Style för sidfot
 *##############################
 */
#frameBottom
{
TEXT-ALIGN: left;
PADDING: 10px;
BACKGROUND-COLOR: #FF850D;
COLOR: #FFFFFF;
COLOR: #FFFFFF;
FONT: 10px trebuchet ms, verdana, arial, helvetica, sans-serif;
}
































	
/*##############################
 * Style för omarkerat huvudmenyval
 *##############################
 */
.menuElementLink {
margin-left: 0;
list-style: none;
display: inline;
color: #8C8473;
padding: 1px 8px 1px 8px;
text-decoration: none;
FONT: 10px Verdana, Arial, Helvetica, sans-serif;
}
.menuElementLink:hover {
color: #666666;
text-decoration: underline;
}







/*##############################
 * Style för markerat huvudmenyval
 *##############################
 */
.menuElementLinkWhite {
margin-left: 0;
list-style: none;
display: inline;
color: #8C8473;
padding: 1px 8px 1px 8px;

FONT: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.menuElementLinkWhite:hover {
text-decoration: underline;
color: #333333;
}















/*##############################
 * Style för omarkerat undermenyval
 *##############################
 */
.menuElementLinkSub {
list-style: none;
display: inline;
color: #8C8473;
padding: 1px 8px 1px 8px;
text-decoration: none;
FONT: bold 10px Verdana, Arial, Helvetica, sans-serif;
margin-left: 5px;
}
.menuElementLinkSub:hover {
color: #8C8473;
text-decoration: underline;
}







/*##############################
 * Style för markerat undermenyval
 *##############################
 */
.menuElementLinkWhiteSub {
color: #990000;
padding: 1px 8px 1px 8px;
FONT: bold 10px Verdana, Arial, Helvetica, sans-serif;
margin-left: 5px;
}
.menuElementLinkWhiteSub:hover {
text-decoration: underline;
color: #990000;
}








/*##############################
 * Huvudrubrik för undersidor
 *##############################
 */
.menuElementLinkSubHeadline {
margin-left: 0;
list-style: none;
display: inline;
color: #8C8473;
padding: 1px 8px 1px 8px;
text-decoration: none;
FONT: bold 10px verdana, arial, helvetica, sans-serif;	
}








/*##############################
 * Bakgrundsram för nyheter och kalender
 *##############################
 */
.tableBgGray {
	FONT: 10px Verdana, Arial, Helvetica, sans-serif;
	COLOR: #000000;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #DBD7CA;

}

.rightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #848484;

}

.leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #848484;

}

.subBackground {
	background-image: url(../design/sub_bg.gif);
	background-repeat: repeat-x;


}
