body {
  margin: 20px;
  padding: 0;
  background-image: url('/bilder/background.jpg');
  overflow-y: scroll;
}

#OBpage {
	width: 800px;
	margin-left: auto ;
	margin-right: auto ;
	background-color: #FFFFFF;
	
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

h1 {font: 900 24px arial; margin-top: 5px; color: #600;}
h2 {font: italic bold 110% Arial, Verdana, Helvetica, sans-serif;
    	margin-bottom: 5px; color: #600;}
h3 {font: italic bold 100% Arial, Verdana, Helvetica, sans-serif;
	margin: 5px 0px; color: #600;}
p {margin: 10px 5px; padding: 0px}
table.center {margin-left:auto; margin-right:auto;}
caption { caption-side: bottom; }
.center {text-align: center;}


a:link {color: #C60;} 
a:visited {color: #C60;} 
a:hover {color: #000;}

#header {
	position: relative;
	text-align: center; 
	padding: 1px;
	height: 70px;
	border: 2px solid #000;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	
	/*
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	*/
	
	font-size:28pt;
	font-family: arial; 
	background-color: #c4161d;
	
}

#footer {
	text-align: right; height: 24px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	border: 2px solid #000;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	/*
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	*/
	
	font-size: 13pt;
	font-family: arial; 
	/* background-color: #c4161d; */
	background-color: #ddd;
	
}

#left  {
	float: left;
	height: 70px;
	width: 70px;
}

#title {
	float: left;
	height: 70px;
	/* width: 656px; */
	width: 654px;
}

#right  {
	float: right;
	height: 70px;
	width: 70px;
}

#logga {margin: 0 0 15px 0}

#content {
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	color: #000;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
}

#menu {
	position: relative;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #000;
	background-color: #ddd;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
}

.menu {
	position: relative;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #000;
	background-color: #ddd;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
}

.menuitem {
	float: left;
	height: 20px;
	margin: 0px;
	padding-top: 2px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
	font-size: 13pt;
	font-family: arial;
	color: #600;
	border-right: 1px solid black;
}

div.menuitem a, a:visited , a:hover  {
  text-decoration: none;
}

div.menuitem p {
	font-size:12pt;
	font-family: sans-serif;
	color: #600
	
}
.active {
	background-color: #aaa;
}

div.event {
  background-image: url('/bilder/snacka.jpg'); 
  background-position: 15px 10px; 
  background-repeat: no-repeat;
  border-top: 2px solid #900;
  padding: 0 0 0 100px;
  min-height: 100px;
}
div.event h1 {
  font-size: 14.0pt;
  color: #600;
  margin: 10px 0 0 0;
}
div.event p {
  font-size: 12.0pt;
  line-height: 113%;
  font-family: times;
/*  font-weight: bold; */
  color: #000;
  margin: 5px 0 10px 0;
}

div.event_old {
  background-position: 15px 10px; 
  background-repeat: no-repeat;
  border-top: 1px solid #900;
  padding: 0 0 0 15px;
  min-height: 50px;
}
div.event_old h1 {
  font-size: 12.0pt;
  color: #600;
  margin: 10px 0 0 0;
}
div.event_old p {
  font-size: 10.0pt;
  line-height: 113%;
  font-family: times;
  color: #000;
  margin: 5px 0 10px 0;
}


div.soundclip{
  margin: 20px 100px 20px 10px;
}
div.first {
  border-right: 5px solid #933; 
  border-top: 1px solid #933;
  border-bottom: 1px solid #933;
  margin: 0;
  padding: 1px 0 10px 50px;
}
div.right {
  border-right: 5px solid #933; 
  border-bottom: 1px solid #933;
  margin: 0;
  padding: 1px 0 10px 50px;
}
div.left {
  border-left: 5px solid #933; 
  border-bottom: 1px solid #933;
  margin: 0;
  padding: 1px 0 10px 45px;
}

