/* Basic Styling
=======================*/

body {
  font: 76%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  background-color: #fff;
  width: 1900px;
/*
img src="images/sanmarino1.jpg" alt="&Ouml;rjansk&ouml;ren i San marino" width="734" height="303"
*/
}
.imgheader {
	color: #fff;
	background-color: #fff;
	margin-left: 5%;
/*	margin-right: 18%;*/
    padding-top: 20%;
    font-size: x-small;
	font-weight: bold;
	text-align: center;
  	background-image: url(../images/orjan_julfest_2013-01-12.jpg);
/*  	background-image: url(../images/OrjanAffischer01.gif);      */
	background-repeat: no-repeat;
/*	background-position: center top;    */
}

.head {
	color: #fff;
	background-color: #fff;
	margin-left: 5%;
	margin-right: 18%;
    padding-top: 1%;
    font-size: x-small;
	font-weight: bold;
	text-align: center;
/*  	background-image: url(../images/OrjanAffischer01.gif);
	background-repeat: no-repeat;   */
/*	background-position: center top;    */
}


/* mainNav
=======================*/

.mainnav li {
  float: left;
}
.subnav li {
  float: left;
}

ul a:hover {
  color: #333;
}
.mainnav {
  margin: 0;
  padding: 0;
  float: left;
  width: 1024px;
  background: #FAA819 url(../images/mainNavBg.gif) repeat-x;
  list-style: none;
  text-transform: uppercase;
}
.subnav {
  margin-left: 0;
  font-size: x-small;
  font-weight: bold;
  padding: 0;
  float: left;
  width: 1024px;
  background: #FAA819 url(../images/mainNavBg.gif) repeat-x;
  list-style: none;
  text-transform: uppercase;
}
.mainnav a {
  padding: 0 2em;
  line-height: 2.1em;
  text-decoration: none;
  color: #fff;
  float: left;

  display: block;
  background: url(../images/mainNavBorder.gif) repeat-y left top;
}
.subnav a {
  padding: 0 2em;
  line-height: 2.1em;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
  background: url(../images/mainNavBorder.gif) repeat-y left top;
}
.mainnav .first a {
  background: none;
}
.subnav .first a {
  background: none;
}


/*	BLOCKELEMENT	*/
h1 {
    font-size: large;
}
h2 {
    font-size: medium;
}
h3 {
    font-size: x-small;
}

h1, h2, h3
	{
	font-weight: normal;
	margin-top: 0.5em;
	clear: left;
	}
h1, h2, h3, p
	{
	margin-right: 13%;
	}
table	{
	background-color: #fff;
	}
thead {
  font-size: small;
  font-weight: bold;
}
td {
	vertical-align: top;
	padding-top: 0.2em;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	border-bottom: 1px solid #ccc;
}

.subhead {
  padding: 0;
}


.body	{
	margin-left: 5%;
	margin-right: 18%;
	padding: 0;
    /*
	background-image: url(../g2images/bakg_botten.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-bottom: 1px solid black;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
    */
	}
/*
p a:link, a:visited
{
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
p a:hover, a:active
{
    border-bottom-style: solid;
}
*/


