/**********************************
 * main.css
 *
 * Stylesheet för huvudtable
 **********************************/
  
body {
	background-color: white;
	padding: 0px;
	margin: 2px;
	background-color: transparent;
	font-family: arial, sans-serif;
	font-size: 11px;
}

h1 { margin-bottom: 5px; margin-top: 5px; font-size: 14pt; }
h2 { margin-bottom: 5px; margin-top: 5px; font-size: 12pt; }
h3 { margin-bottom: 5px; margin-top: 5px; font-size: 10pt; font-weight: bold; }
h4 { margin-bottom: 5px; margin-top: 5px; font-size: 10pt; }

p { margin-top: 10px; margin-bottom: 10px; }

table {
	background-color: transparent;
	font-family: arial, sans-serif;
	font-size: 11px;
}

table a { color: #0033D9; text-decoration: undeline; }

#maintable { width: 750px; }

#maintable #top {
	background-image: url('../img/top.gif');
	height: 80px;
}

#maintable #separator {
	height: 3px;
}

#maintable #content {
	background-color: #EAEAEA;
	height: 350px;
}

#maintable #foot {
	background-color: #DDD0AD;
	height: 25px;
}

/* ----------- menu --------------*/

#maintable #menu {
	/* background-color: #D2C5A1; */
	/* background-color: #DDD0AD; */
	background-color: white;
	/* height: 33px; */
	/* border-top: 1px solid #CB2B00; */
	border-bottom: 2px solid #CB2B00;
}

#maintable #menu #menutable {
	height: 100%;
}

#maintable #menu #menutable a {
	color: black;
	text-decoration: none;
}

#maintable #menu #menutable a:visited {
	color: black;
}

#maintable #menu #menutable a:hover {
	color: #CB2B00;
}

#maintable #menu #menutable .menuOptSep {
	background-color: white;
	width: 2px;
}

#maintable #menu .menuOptionText {
	padding-left: 10px;
	padding-right: 10px;
}

#maintable #menu .menuOption {
	font-weight: bold;
	background-color: #DDD0AD;
}

#maintable #menu .menuOptionSel {
	background-color: white;
	font-weight: bold;
}

/* ---------- webkontakt --------- */

#webkontakt {
	padding: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #C0C5D3;
	border: 1px solid #3C5498;
}

#webkontakt form {
	margin-top: 5px;
	margin-bottom: 3px;
}

#webkontakt #webkontakttelnr {
 	font-size: 10px;
 	width: 130px;
 	border: 1px solid black;
 	margin-bottom: 5px;
}

#webkontakt #webkontaktskicka {
 	border: 1px solid black;
}

#webkontakt #telnr {
	border: 1px solid #3C5498;
	width: 70px;
}

#webkontakt #skicka {
	width: 50px;
}

/* ---------- katalog ----------- */

#katalogbest {
	background-color: #C0C5D3;
	border: 1px solid #3C5498;
	padding: 3px;
	margin-bottom: 5px;
}