/******************************************************************************
 * All parts of trekotor.se is copyrighted material and may not be used       *
 * without permission.                                                        *
 * Please contact webmaster@trekotor.se if you have any questions.            *
 ******************************************************************************/

/* Standard body definitioner */
body {
	background: #cecbba;
	color: #000000;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
}

/* Hela boxen */
.bigBox {
	width: 760px;
	margin:0px auto;
	padding: 0px;
	height: auto;
}

/* Resten av bigbox som ej är logo (.topLogoBox) */
.mainBox {
	background: #FFF;
	color: #000;
	border: 3px solid #888260;
	padding: 130px 0px 20px;
	margin: 0px;
	min-height: 320px;
	width: auto;
	position: relative;
}

/* Avdelare mellan huvuddelen av mainbox och menyn */
.seperator {
	position: absolute;
	top: 40px;
	width: 100%;
	height: 68px;
	border-top: 3px solid #888260;
	border-bottom: 3px solid #888260;
   overflow: hidden;
}

/* Del av .mainBox för sidans text */
.textArea {
	position: relative;
	padding: 10px;
	width: 400px;
	left: 15px;
	height: auto;
	border-top: thin solid #666666;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #666666;
	background: #F9F9F7;
	color: #000;
	letter-spacing: 0.01em;
}

/* Bild till höger om texten */
.image {
	position: absolute;
	right: 37px;
	top: 130px;
	width: 237px;
	height: 251px;
	margin: 0px;
	padding: 0px;
	border-top: thin solid #666666;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #666666;
	overflow: hidden;
}

/* Underrubrik */
h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -8px;
	margin-top: 5px;
}

/* Länkar */
a {
	color: #5D5E3B;
}

a:hover {
	color: #000;
}

.button {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	padding: 0.05em;
	border-radius:.4em;
	border: 1px solid #000;
	cursor: pointer;
}

/* Mozilla stuff */
.button {
	\-moz-border-radius:.3em;
}