* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	height: auto;
}

body {
	height: 100%;
	background: #fbf8e8 url(../img/popcorn_bg.jpg) left bottom repeat-x;
	font-family: Trebuchet MS, Verdana, san-serif;
}

.outputerror
{
    width:300px;
    height:30px;
    text-align:center;
    border:dotted 3px #323232;
    background-color:#ffbaba;
    }
    
.outputsuccess
{
    width:300px;
    height:30px;
    text-align:center;
    border:dotted 3px #323232;
    background-color:#caffd0;
    }

#popup {
	background: #fbf8e8 url(../img/popup_bg.jpg) repeat-y;
	font-family: Trebuchet MS, Verdana, san-serif;
	font-size: .9em;
}
	
	#placeholder {
		width: 988px;
		height: 100%;
		margin: 20px auto;
		position: relative;
	}
		
		#header {
			background: url(../img/header.jpg);
			height: 240px;
		}
		
			#meny {
				width: 160px;
				position: absolute;
				top: 245px;
				left: 6px;
				background: url(../img/meny_bg2.gif) repeat-y;
				padding: 20px;
				border: 0px solid #000;
			}
				
				#meny ul {
					list-style: none;
					margin-left: 0px;
					margin-bottom: 40px;
					font-size: .7em;
					color: #1F1D5C;
					
				}
				
					#meny ul ul {
						margin-left: 3px;
						margin-bottom: 10px;
						font-size: 1em;
					}
					
					#meny a {
						color: #1F1D5C;
						text-decoration: none;
					}
			
				#meny div {
					background: url(../img/meny_bg_bottom2.gif) left bottom no-repeat;
					height: 52px;
					margin: -20px;
					margin-top: -30px;
				}
		
			#content {
				background: url(../img/plate_bg.gif) repeat-y;
				min-height: 300px;
				padding: 0 140px 0 210px;
				clear: both;
			}

			#content_start {
				background: url(../img/plate_bg.gif) repeat-y;
				min-height: 300px;
				padding: 0 150px 0 118px;
				clear: both;
			}
			
			#start_left {
				width: 140px; 
				float: left; 
				border-right: 1px dotted #ccc;
				
			}
			
			#content_nyheter {
				background: url(../img/plate_bg.gif) repeat-y;
				min-height: 300px;
				padding: 0 150px 0 118px;
				clear: both;
			}

			#left_nyheter {
				width: 100px; 
				float: left; 
				padding-right: 10px;
				
			}			
				#col1 {
					width: 50%;
					float: left;
					margin-right: 50px;
				}
				
				#col2 {
					width: 40%;
					float: left;
				}

		
		#footer {
			height: 156px;
			width: 780px;
			position: relative;
		}
		
			#footer p {
				font-size: .65em;
				color: #EFB900;
				position: absolute;
				top: 70px;
				left: 230px;
			}
		

p {
	font-size: .75em;
	margin: 5px 0 10px 0;
}

h1 {
	font-size: 1.05em;
	margin-bottom: 10px;
}

h2 {
	font-size: .95em;
	margin-bottom: 10px;
}

h3 {
	font-size: .85em;
	margin-bottom: 5px;
}

.snacks_lista {
	font-size: .85em;
	margin-bottom: 5px;
	font-weight: bold;
	list-style-type: disc;
	margin-left: 100px;
	font-style: italic;
}

h4 {
	font-size: 1.35em;
	margin-bottom: 10px;
	color: #C52726;
}

.small {
	font-size: 10px;
	font-weight: bold;
	}
a {
	color: #C42625;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	font-size: .7em;
	margin: 10px 0 10px 32px;
	
}

.undermeny li {
	line-height: 40px;
}

.meny {
	position: relative;
	top: 182px;
	left: 210px;
	font-weight: bold;
	font-size: .65em;
	width: 578px;
	border: 0px solid #000;
}

	.meny a {
		text-decoration: none;
		color: #201e5c;
		padding-right: 15px;
	}


img.newsthumb{
	float: right;
	margin-left: 5px;
}

img {
	border: 0;
	}