/* HTML-defs.*//*baseStyle visas kl 06-20*/
body {
	background-image: url(gfx/bg_stripes_beige_40x1.gif);
	background-repeat: repeat;
	}
body, textarea, td, input {
	/*font: 11px Verdana, Arial, Helvetica, sans-serif;*/
	font: normal 13px Arial, Helvetica, sans-serif;
	color:#000;
	}
body {
	text-align:center; /*FIXES IE5.5 BUG*/
	margin:0;
	padding:0;
	background-color: #fff;
	}
h1 {/*Rubrik med understrykning*/
	color:#000;
	/*font: 1.3em Georgia, "Times New Roman", Times, serif;*/
	font: 1.7em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin:5px 0 10px 0;
	border-bottom:solid 1px #000;
	letter-spacing:1px;
	}
h2 {/*Rubrik utan understrykning*/
	color:#000;
	font: 1.5em Georgia, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin:0;
	}
h3 {/*Rubriker Dagens lunch*/
	color:#000;
	font: normal 1.3em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	/*font: normal 1em Verdana, Arial, Helvetica, sans-serif;*/
	margin:5px 0 5px 0;
	}
img {
	border:0;
	}
ul {
	/*margin: 0;*/
	/*font: italic 1em Georgia, Verdana, Arial, Helvetica, sans-serif;*/
	/*font: 11px Verdana, Arial, Helvetica, sans-serif;*/
	font: normal 13px 'Trebuchet MS', Helvetica, sans-serif;
	color: #000;
	}
li {
	list-style-type: none
	}
 
#content a:link, #content a:visited, #news a:link, #news a:visited,
#contentnews a:link, #contentnews a:visited
 {
	color:#000;
	text-decoration:underline;
	}
#content a:hover, #news a:hover, #contentnews a:hover {
	color:#000;
	text-decoration:none;
	}
#content a:active, #news a:active, #contentnews a:active {
	color:#000;
	text-decoration:underline;
	}
	
/* ID defs.*/

#container {
	width:700px;
	margin:20px auto 0;
	text-align:left;
	}
	#top {
		height:70px;
		background-color:#FFFFFF;
		
		}
#menu {
	float:left;
	width:150px;
	height:550px;
	background-color:#FFFFFF;
	/*opacity: 0.9; /*FF*/
	filter: alpha(opacity=80); /*IE*/
	text-align:center;
	}

#menu2 {/*gör att innehållet i menu ej smittas av opacity (IE)*/
	position: relative;
}

#space {/*mellanrum*/
	float: left;
	width: 15px;
	height:550px;
	}
	
#content {/*Vit ruta*/
	float:left; /*Max bredd på innehåll utan nyheter*/
	width:535px;
	min-height:550px;
	/*height:550px;*/
	background-color:#FFFFFF;
	/*opacity: 0.9; /*FF*/
	filter: alpha(opacity=80); /*IE*/
	}
	
/*rundade hörn, beige med vit bg*/	
.roundtop {background:#FFFFFF;}
/*övre vänstra hörnet*/
.r1{margin: 0 0 0 5px; height: 1px; overflow: hidden; background: #dec686;}
.r2{margin: 0 0 0 3px; height: 1px; overflow: hidden; background: #dec686;}
.r3{margin: 0 0 0 2px; height: 1px; overflow: hidden; background: #dec686;}
.r4{margin: 0 0 0 1px; height: 2px; overflow: hidden; background: #dec686;}
/*övre högra hörnet, vänd på ordningen för nedre högra hörnet*/
.s1{margin: 0 5px 0 0; height: 1px; overflow: hidden; background: #dec686;}
.s2{margin: 0 3px 0 0; height: 1px; overflow: hidden; background: #dec686;}
.s3{margin: 0 2px 0 0; height: 1px; overflow: hidden; background: #dec686;}
.s4{margin: 0 1px 0 0; height: 2px; overflow: hidden; background: #dec686;}

/*rundade hörn, vit med ljusbeige bg*/
.roundtop2 {background:#e3ce98;}
/*övre vänstra hörnet*/
.t1{margin: 0 0 0 5px; height: 1px; overflow: hidden; background: #fff;}
.t2{margin: 0 0 0 3px; height: 1px; overflow: hidden; background: #fff;}
.t3{margin: 0 0 0 2px; height: 1px; overflow: hidden; background: #fff;}
.t4{margin: 0 0 0 1px; height: 2px; overflow: hidden; background: #fff;}

#content2 {/*Beige ruta inuti vit ruta*/
	position:relative;/*gör att texten inte smittas av opacity*/
	width:505px;
	min-height:520px;
	height:520px;/*Fixar height i IE. http://wellstyled.com/css-minheight-hack.html*/
	/*height:520px;*/
	margin:15px;
	background-color:#dec686;
		/*overflow:auto;*/
	}

#content3 {/*istället för padding vilken flyttar det rundade hörnet från toppen*/
	width:auto;
	margin:10px;
	}

div [id] #content2 {/*Fixar height auto för FF. http://wellstyled.com/css-minheight-hack.html*/
   height:auto;
   }
	
#copyright {
	width:700px;
	padding: 2px 0 0 0;
	text-align:right;
	margin:0 auto;
	font:0.8em verdana, Arial, Helvetica, sans-serif;
	}
	#copyright a {
		text-decoration:none;
		color:#000000;
		}
#logo {
	margin:12px 0 0 25px;
	}
#grlogo {
	margin-top:50px;
	}
#chooseArchive {
	 margin-bottom:10px;
	 font-weight:bold;
	 background-color:#f2f2f2;
	 font-size:1.1em;
	 padding:2px;
	 }
#chooseArchive a {
	color:#cf0008;
	 }
#thankyou {
	background-color:#FFF;
	border: 2px solid #000;
	position:absolute;
	left: 50%;
	top: 150px;
	width: 400px;
	height: 200px;
	margin-left:-200px;
	z-index: 9999;
	padding: 5px;
	}
.newsdate {
	font-size:9px;
	color:#777;
	}
.newsbg {
	padding-top:15px;
	}
.newssubject {
	font-weight:bold;
	}
.mandatory {
	background:#FFF url(gfx/mandatory.gif) no-repeat right top;
	}
#meddelande {
	height:150px;
	font-size:.9em;
	}
.inputcontact {
	width: 200px;
	border:1px solid #999;
	}
.inputsubmit {
	width:100px;
	}
.news {
	margin-bottom:20px;
	}
.newsDate {
	font-size:9px;
	}
.newsSubject {
	font-weight:bold;
	color:#777;
	}
