/*
File:				middagskorgen.css
Författare:			Novitell AB, Anders Jonasson
Datum:	 			2008-08-13
Syfte:				Innehåller specifik stilmall för denna sajt, ytterligare stilmall som påverkar sajten ligger i proweb/stylesheet/proweb.css
*/

html{
}

body{
	background-color:#89a636;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat;
	width:100%;
	height:auto;
	font-family:Arial, Verdana;
	font-size:0.8em;
	color:#333;
	margin:0px;
	padding:0px;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

h1{
	margin-top:0.4em;
	margin-bottom:0.4em;
	font-size:1.6em;
	color:#6c8924;
	font-weight:bold;
	line-height:1.4em;
}

h2{
	margin-top:0.8em;
	margin-bottom:0.4em;
	font-size:1.4em;
	color:#333;
	font-weight:bold;
}

h3{
	margin-top:1em;
	margin-bottom:0.4em;
	font-size:1.2em;
	color:#000;
	font-weight:bold;
}

h4{
	margin-top:1.2em;
	margin-bottom:0.4em;
	font-size:1em;
	color:#000;
	font-weight:bold;
}

h5, h6{
	margin-top:1.6em;
	margin-bottom:0.1em;
	padding:0px;
	font-size:0.9em;
	color:#000;
	font-weight:bold;
}

p{
	margin-top:0px;
	margin-bottom:0.8em;
	line-height:1.3em;
	color:#333;
}

table{
	border-collapse:collapse;
	empty-cells:hide;
	line-height:1.3em;
}
td{
	padding:1px;
	margin:0px;
}
table p{
	margin:0px;
}

form{
	margin:0px;
	line-height:1.4em;
}

fieldset
{
	padding:0px;
	margin:0px;
	border:none;
}

label
{
	display:block;
	font-weight:bold;
	padding:0;
	margin:0;
	margin-top:0.5em;
}

legend
{
	display:block;
	font-weight:bold;
	padding:0;
	margin:0;
}

a{color:#455717; text-decoration:underline;}
a:visited{color:#455717;}
a:hover{color:#63702a;}


/* ---------------------------------- SIDANS STRUKTUR -------------------------------- */


/* SIDAN PLACERING */
.clsContainer{
	margin:auto;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	width:795px;
	text-align:left;
	overflow:hidden;
}

.clsContainer_top{
	background-image:url(../images/container_top.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	width:795px;
	height:15px;
}
.clsContainer_bottom{
	background-image:url(../images/container_bottom.gif);
	background-repeat:no-repeat;
	width:795px;
	height:15px;
	margin-bottom:30px;
}



/* TOPPMENY */
.clsTopmenu{
	width:795px;
	margin-top:80px;
	margin-bottom:10px;
	background-color:transparent;
}
.clsTopmenu ul{
	margin:0px;
	padding:0px;
}
.clsTopmenu ul li{
	list-style-type:none;
	display:inline;
	margin:0px;
	padding:0px;
}

.clsTopmenu a{
	display:inline;
	font-weight:bold;
	text-decoration:none;
	padding-left:6px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-transform:uppercase;
	border-right:solid 1px #fff;
}
.clsTopmenu ul li a:link{
	background-color:transparent;
	color:#fff;
}
.clsTopmenu ul li a:visited{
	background-color:transparent;
	color:#fff;
}
.clsTopmenu ul li a:hover{
	background-color:transparent;
	color:#fff;
}
.clsTopmenu ul li.clsMenuItemSelected a{
	color:#fff;
}




/* INNEHÅLL */
.clsContent{
	width:795px;
	height:auto;
	background-color:#fff;
}



/*  VÄNSTER KOLUMN  */
.clsLeftColumn{
	width:520px;
	float:left;
	margin-left:32px;
}

/* Toppbild */
.clsTopimage{
	margin-top:15px;
	margin-bottom:15px;
}
/* Se mer stilmallsinställningar (toppbild) för detta element i template: graphic/topimage.tpl*/

/* Slogan */
.clsSlogan{
	background-image:url(../images/slogan.gif);
	width:479px;
	height:74px;
}


/* HÖGER KOLUMN */
.clsRightColumn{
	width:175px;
	float:right;
	margin-right:32px;
}

/* logotyp */
.clsLogotype{
	margin-bottom:20px;
	margin-top:12px;
}

/* Undermeny */
.clsSubmenu{
	width:175px;
	background-color:transparent;
	background-color:#c3de6f;
	padding-bottom:15px;
	padding-top:5px;
}
.clsSubmenu ul{
	margin:0px;
	padding:0px;
	margin-left:16px;
}
.clsSubmenu ul li{
	list-style-type:none;
	display:block;
	margin:0px;
	padding:0px;
}

.clsSubmenu a{
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	line-height:1.6em;
	font-size:0.9em;
}
.clsSubmenu ul li a:link{
	background-color:transparent;
	color:#63702a;
}
.clsSubmenu ul li a:visited{
	background-color:transparent;
	color:#63702a;
}
.clsSubmenu ul li a:hover{
	background-color:transparent;
	color:#63702a;
}
.clsSubmenu ul li a.clsMenuItemSelected{
	color:#63702a;
	font-weight:bold;
}
.clsSubmenu ul li a.clsMenuItemUnselected{
	color:#63702a;
	font-weight:normal;
}

.clsSubmenu_top{
	background-image:url(../images/submenu_top.gif);
	background-repeat:no-repeat;
	background-color:#c3de6f;
	width:175px;
	height:12px;
}
.clsSubmenu_bottom{
	background-image:url(../images/submenu_bottom.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	width:175px;
	height:12px;
	margin-bottom:25px;
}

/* Veckans meny */
.clsWeekmenu{
	background-color:#89a642;
	width:175px;
	height:auto;
	margin-bottom:25px;
}

.clsWeekmenu h3.clsWeekmenuHeader{
	margin-top:0px;
}

.clsWeekmenu h1, .clsWeekmenu h2, .clsWeekmenu h3, .clsWeekmenu h4, .clsWeekmenu h5, .clsWeekmenu h6, .clsWeekmenu p{
	color:#fff;
}
.clsWeekmenu_content{
	width:146px;
	margin:auto;
}
.clsWeekmenu_top{
	background-image:url(../images/weekmenu_top.gif);
	background-repeat:no-repeat;
	width:175px;
	height:56px;
}
.clsWeekmenu_bottom{
	background-image:url(../images/weekmenu_bottom.gif);
	background-repeat:no-repeat;
	width:175px;
	height:14px;
	background-color:#fff;
}

/* Nyheter */
.clsNews{
	width:143px;
	background-color:transparent;
	background-color:#c3de6f;
	padding-bottom:15px;
	padding-top:5px;
	padding-left:16px;
	padding-right:16px;
}
.clsNews_top{
	background-image:url(../images/submenu_top.gif);
	background-repeat:no-repeat;
	background-color:#c3de6f;
	width:175px;
	height:12px;
}
.clsNews_bottom{
	background-image:url(../images/submenu_bottom.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	width:175px;
	height:12px;
	margin-bottom:25px;
}



/* GÖMMER LAGER */
.clsHidden{
	display:none;
}


/* RENSAR FLOAT */
.clsClear{
	clear:both;
	font-size:0px;
	line-height:0px;
}



/* SKAPA ANVÄNDARE FORMULÄR */
.clsRegister{
	width:200px;
	float:left;
	padding-top:20px;
}
.clsRegister h2{
	margin-top:0px;
}
.clsRegister label{
color:#333;
}
.clsRegister h5{
color:#6c8924;
}
.clsRegister img{
	float:left;
	margin-right:5px;
}

/* Textfält */
.clsRegister .clsBlock input{
	width:100%;
}

/* Textblock */
.clsRegister .clsBlock textarea{
	width:100%;
	font-family:arial,verdana;
	font-size:1em;
}

/* Radioknappar */
.clsRegister .clsBlock label input{
	width:auto;
}

/* Checkbox (godkänna villkor) */
.clsRegister .clsBlock #ezcoa-489_confirmation{
	width:auto;
}



/* VILLKOR */
.clsCondition{
	float:right;
	width:250px;
	background-color:#fff;
	padding:20px;
}
.clsCondition h2{
	margin-top:0px;
}



/* MEDLEMSLISTA (admin) */
.clsMemberlist table{
	width:100%;
	border-collapse:collapse;
}
.clsMemberlist table th{
	border-bottom:solid 1px #6c8924;
	color:#333;
}

.clsTrGreen{
	background-color:#e3eacf;
}
.clsTrWhite{
	background-color:#fff;
}



/* TIPSA EN VÄN */
.clsTipAfriend{
	
}
.clsTipAfriend img{
	float:left;
	margin-right:5px;
}
.clsTipAfriend .text{
	width:250px;
}
.clsTipAfriend textarea.text{
	width:250px;
	height:100px;
	font-family:arial,verdana;
	font-size:1em;
}



/* BOTTEN */
.clsBottom{
	background-color:#fff;
	border-top:solid 1px #ccc;
	margin-top:20px;
	padding-bottom:20px;
	margin-left:32px;
	margin-right:32px;
	width:731px;
}


/* BRÖDSMULOR */
.clsPath{
	
}

/* SIDFOT */
.clsFooter{
	
}

.clsNovitell{
	text-align:right;
}

/* ------------------- Specifika inställningar för redigeringsknappar i elementen (frontendredigering)  -------------------- */

/* REDIGERINGSKNAPPAR (override på proweb.css) */

/* eZ-knapp */
.clsSelectEdit{
	float:none;
	display:inline;
	
}
/* Redigeringvalsknappar */
form.clsInline{
	float:none;
	display:inline;
}

/* -------------------------- Specifika inställningar för just denna sajt (frontendredigering) ----------------------------- */

/* Verktygsboxen */
div#toolbar
{
	background-color:#c3dd6f;
	color:#516320;
	border:1px solid #89a642;
}
div#toolbar a{
	color:#516320;
}
#ezwt{
	background-color:#c3dd6f;
	border-top:solid 1px #89a642;
	border-left:solid 1px #89a642;
	border-right:solid 1px #89a642;
}

/* Administrationfält */
.border-box{
	background-color:#e3eacf;
	border:solid 1px #89a642;
}

/*Wysiwyg*/
table.toolbar, table.statusbar{
	background-color:#c3dd6f;
}