/*
 *	style.css - stylesheet for Lunds Nation
 * 
 */

body {
	margin: 0px;
	background-color: white;
}

body, td, p, input, button, textarea {
	font-family: "arial", "verdana", "sans-serif";
	font-size: 11px;
	line-height: 15px;
}

form, img, table { margin: 0; }

img {
	border: none;
}

img.layout {
	display: block;
	border: none;
}


.text {
	border-width: 1px;
	border-color: #dcc079;
	background-color: #A81500;
	height: 15px;
	vertical-align: middle;
	color: white;
}


.button {
	border-width: 1px;
	border-color: #FF8A39;
	background-color: #FF6410;
	height: 19px;
	font-weight: bold;
	line-height: 11px;
	color: white;
}

textarea {
	border-width: 1px;
	border-color: #dcc079;
	background-color: #fcfdf5;
}

input {
	background-color: #fcfdf5;
}

ul, ol {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
}

hr {
	border: 1px solid white;
	color: white;
	background-color: red;
	margin-top: 6px;
}


a:link		{ color: #BE4F00; font-weight: bold; text-decoration: none; }
a:visited	{ color: #BE4F00; font-weight: bold; text-decoration: none; }
a:hover		{ color: #FF7700; font-weight: bold; text-decoration: underline; }
a:active	{ color: #FF7700; font-weight: bold; text-decoration: underline; }


a.menylank:link		{ color: #BE4F00; text-decoration: none; font-size: 10px; margin-left: 10px;}
a.menylank:visited	{ color: #BE4F00; text-decoration: none; font-size: 10px; margin-left: 10px;}
a.menylank:hover	{ color: #FF7700; text-decoration: underline; font-size: 10px; margin-left: 10px;}
a.menylank:active	{ color: #FF7700; text-decoration: underline; font-size: 10px; margin-left: 10px;}

a.downbar:link		{ color: #BE4F00; text-decoration: none; }
a.downbar:visited	{ color: #BE4F00; text-decoration: none;  }
a.downbar:hover	        { color: #FF7700; text-decoration: underline;  }
a.downbar:active	{ color: #FF7700; text-decoration: underline; }

a.list:link	{ color: #BE4F00; text-decoration: none; }
a.list:visited	{ color: #BE4F00; text-decoration: none;  }
a.list:hover	{ color: #FF7700; text-decoration: underline;  }
a.list:active	{ color: #FF7700; text-decoration: underline; }

h1, h2, h3, h4 {
	margin: 0px;
	text-align: left;
	font-weight: bold;
}

h1 {
	color: #b90000;
	font-size: 14px;
}

h2 {
	color: #de7a02;
	font-size: 12px;
}

h3 {
	font-size: 13px;
	color: #0000bb;
}

h4 {
	font-size: 12px;
	text-align: left;
	margin-left: 0px;
}

h5 {
	margin: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: black;
}

quote {
	font-style: italic;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
}

.menybildon {
	cursor: default;
	background-image: url('/images/menu_on.gif');
	color: #BE4F00;
	font-size: 11px;
}

.menybildoff {
	cursor: pointer;
	background-image: url('/images/menu_off.gif');
	color: #fefefe;
	font-size: 11px;
}

.menybildover {
	cursor: pointer;
	background-image: url('/images/menu_over.gif');
	color: #fefefe;
	font-size: 11px;

}

#topcell {
    height: 175px;
    background-image: url('/images/top2.jpg');
    /*background-image: url('/images/christmas_top.jpg');*/
    background-repeat: no-repeat;
    vertical-align: bottom;
}

#mainmenu {
   	margin-left: 33px;
}

#mainmenu td {
	width: 102px;
}

#mainmenu div {
	width: 100px;
	height: 19px;
	margin-right: 2px;
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	line-height: 19px;
}

#submenu {
	text-align: left;
	vertical-align: top;
	line-height: 27px;
}

#submenutable {
	width: 100%;
	background-image: url('/images/submenu_back.gif');
	background-repeat: repeat-x;
}



#leftcol {
	width: 206px;
	background-color: #F9ECC7;
	text-align: left;
	vertical-align: top;
}


#rightcol {
	width: 206px;
	background-color: #F9ECC7;
	text-align: left;
	vertical-align: top;
}

#middle {
	/*width: 533px;*/
	width: 521px;
	border-left: 6px solid white;
	border-right: 6px solid white;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: top;
}


.rub_orange {
    color: white;
    font-weight: bold;
    height: 25px;
    background-image: url('/images/rub_back_orange.gif');
    background-repeat: repeat-x;
}

.rub_blue {
    color: white;
    font-weight: bold;
    height: 34px;
    background-image: url('/images/rub_back_blue.gif');
    background-repeat: repeat-x;
}

.win_orange {
	padding: 20px 20px 10px 20px;
    color: #BB4F00;
    background-image: url('/images/left_back.gif');
    background-repeat: repeat-x;
    background-color: #F9ECC7;
}

.win_orange h3 {
  font-size: 13px;
  color: #BB4F00; 
}

.win_blue {
    padding: 15px 30px;
    background-color: #EEEEEE;
}

.winbottom_orange {
    height: 15px;
    width: 206px;
    background-image: url('/images/left_bottom.gif');
    background-repeat: repeat-x;
}

.winbottom_blue {
	width: 521px;
	height: 15px;
	background-image: url('/images/right_bottom.gif');
	background-repeat: repeat-x;
}

.rubrik {
	font-weight: bold;
}

.print_header {
	display: none;
}

