/*****************************************************************************
*                                                                            *
*       Norsk Kjøttfeavlslag - Cascading Style Sheet                         *
*                                                                            *
*  Limousin                                                                  *
*                                                                            *
*****************************************************************************/


#wrap {
	border: 1px solid black;
	background: #fff url(/design/theme/public/images/limousin-background.png) repeat-y;
}

body {
	background: #f1f1f1 url(/design/theme/public/images/limousin-pattern.png) repeat;
}

/* body bg-farge og tekstfarge */
body {
        color: #003300;
        background: #A3A366;
}

/* ramme på ytre div */
.outerBorder {
        border: 1px solid #336600;
}

/* bg-farge på venstre- og høyre kolonne */

#leftmenu, #rightmenu {
        
}

/* basis linkfarger */

a {
        color: #003300;
        text-decoration: underline;
		background: none;
}


a:hover {
        color: #006600;
        text-decoration: none;
}

a:visited {
        color: #006600;
        text-decoration: none;
}

