* {
	margin: 0px;
	padding: 0px;
}

.remove_border {
	border: 0;
}

.body {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
 	background: url(images/menu_bg.png) repeat-x #e57c00;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-style: none;
}

h1 {
	margin: 13px 0;
	font-size: 1.3em;
}

h2 {
	font-size: 1.25em;
	margin-top: 20px;

}

h3 {
	font-size: 1.05em;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.01em;
	font-weight: bold;
}

.menu {
	margin-left: 10px;
	margin-bottom: 12px;
	border-bottom: 1px silver dotted;
	width: 150px;
}

#lasartips {
	margin: 15px 5px;
	padding: 3px;
	float: right;
	width: 200px;
	font-size: 0.9em;
	background:#FFCCFF;
	border: 1px dotted silver;
}

p {
	margin: 10px 0;
}

table th {
	text-align: left;
}

table td {
	padding: 3px;
	vertical-align: top;
}

ul,ol {
	margin: 8px 18px;;
}

li {
}

#container {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	border: 1px solid silver;
}

#top {
}

#left {
	width: 250px;
	float: left;
}

#right {
	width: 180px;
	float: right;
}

#intextphoto {
	padding: 3px;
	float: left;
	margin: 3px;
}

#main {
	width: 520px;
	/*background: #fff9e0;*/
	margin-left: 250px;
	margin-top: 25px;
	padding: 12px;
	border-left: 1px silver dotted;
	border-right: 1px silver dotted;	
}

#main-headerimg {
	padding: 0;
	align: center;
}

#main-headerimg img {
	border-style: none;	
	border: 1px solid silver;	
}


#main-headerimg h1 {
	position: relative;
	bottom: 78px;
	font-size: 30px;
	text-align: center;

}

#main-introtext {
	font-size: 1.08em;
}

#main-firstad {
}

#main-text {
}

#main-text ol li {
	margin-left: 15px;
}

#left-item ul {
	list-style: none;	
}

#left-item ul li {
	border: #df5e10;
	margin: 0px 5px 3px;
	vertical-align: middle;
}

#left-item ul li a {
	padding-left: 3px;
	color: #af5301;
	font-weight: bold;
}

#left-item ul ul {
	margin-left: 45px;
}

#left-item ul ul li{
	list-style: square;
	font-size: 0.8em;

}

#left-item ul ul li a {
	color: #333333;
}



#right-item {
	border: 1px solid #df5e10;
	margin-bottom: 15px;
	margin-left: 5px;
	width: 150px;	
	
}

#right-item img {

}

#right-item h3 {
	text-align: center;
}


#comment {
	margin-left: 22px;
	background: #FFFFCC;
	padding: 7px;
	border-top: 1px silver dotted;
	border-bottom: 1px silver dotted;	
}

#blogentry {
	padding: 7px;
	background: #FFFFCC;	
	border: 1px solid silver;
	margin-bottom: 35px;
}

#specialtabell table {
	font-size: 0.9em;
}

#specialtabell table th td {
	text-align: left;
	border-bottom: 1px solid black;	
	font-weight: bold;
}

#specialtabell table td {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;		
}

#right-small-ad {
	margin-top: 30px;
	text-align: center;
}

.ads {
	padding: 5px;
}

.headerlink {
	color: black;
}

.small {
	font-size: 0.9em;
}

.smaller {
	font-size: 0.8em;
}

.smallcenter {
	font-size: 0.7em;
	text-align: center;
}

.input_text {
	background: url(images/input_bg.png) repeat-x;
	padding: 1px;
	font-size: 1.1em;
	border: 1px solid silver;
}

.submitknapp {
	padding: 3px;
}

.clearfloat {
	clear: both;
}

.stripe {
	background:#CCCCFF;
}