/* CSS Document */
* {margin: 0; padding: 0; list-style-type: none; border: none; } /* Nullstiller nettleserforskjeller */

/* Styles */

/*Main Styles*/
body {
	background-color: #FFFFAD;
}
#wrapper{
	margin: 0 auto;
	width: 850px;
	font-family: "Comic Sans MS", "Lucida Sans";
}
#leftColumn{
	float: left;
	margin-right: 10px;
}
#mainContent{
	margin-top: 10px;
	height:auto;
	margin-left: 12%;
	font-size: 14px;
	
}
#footer{
	text-align: center;
	padding-left: 100px;
}


/*Other Styles*/
/*Frontpage styles*/
#frontpage_main{
	background-image: url(gfx/backgroundMain.jpg);
	min-width: 704px;
	min-height: 450px;
	background-repeat: no-repeat;
}
#frontpage_right{
	margin-left: 470px;
	padding-top: 270px;
	color: white;
	font-size: 12px;
}
/*Bursdagsside styles*/
#mainContent #bursdagLeftSide{
	float: left;
	width: 65%;
}
#mainContent #bursdagRightside{
	min-height: 900px;
	height: 900px !important;
}
#mainContent #bursdagLeftSide p{
	margin-top: 2%;
	margin-bottom: 2%;
}
#mainContent #bursdagLeftSide table, #mainContent #bursdagLeftSide table tr{
	font-size: 14px;
	margin-top: 2%;
	margin-bottom: 2%;
	border: 0;
}
#mainContent #bursdagRightSide img{
	width: 100px;
}
/*Time table site styles*/
#navigators #uke{
	margin: 0 auto;
	width: 35%;
}
#navigators #maned{
	margin: 0 auto;
	width: 41%;
}
#bursdag_timetable td{
	border-collapse: collapse;
	border: thin solid black;
}
#bursdag_timetable tr{
	text-align: center;
}
.ledig a:link{
	text-decoration: none;
	color: green;
}
.ledig a:visited{
	text-decoration: none;
	color: green;
}
.opptatt{
	color: red;
}
/*Info site styles*/
#info #info_left{
	float: left;
	width: 60%;
}
#info table, #info table td, #info table tr td{
	font-size: 14px;
}
#info_right{
	font-size: 14px;
}
/*location styles*/
#herErVi{
	text-align: center;
	margin-left: 5%;
	width: 90%;
	font-size: 12px;
}
#herErViRight{
	text-align: left;
}
#herErViLeft{
	float: left;
	text-align: left;
	margin-right: 2%;
	
}
#herErViLeft ul li{
	margin-left: 20%;
	list-style-type: disc;
}
/*Lek site styles*/
#lek{
	text-align: center;
}
#lek img{
	width: 25%;
}
/*cafe styles */
#cafe h3{
	margin-top: 10px;
	font-size: 14px;
}
#cafeLinje{
	min-height: 3px;
	height: 3px;
	height: auto !important;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	margin-top: 2px;
}
#cafe{
	min-height: 500px;
	height:auto !important;
  	height:500px;
	text-align: center;
}
#cafe #cafeListMeny{
	margin-left: 15%;
}
#cafe table{
	float: left;
	border-collapse: collapse;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 14px;
}
#cafe td{
	/*border: 2px solid black;*/
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
/*Megazone styles*/
#megazone_info table{
	font-size: 14px;
}
#megazone_bilder{
}
#megazone_bilder img{
	width: 20%;
	padding: 10px;
}
#facebookbox{
	position: relative;
	left: 714px;
	top: -450px;
}
