/* vistit www.prowebdesign.no 2006 */

* {margin: 0;
   padding: 0;}
   
html { font-size:100.01%; }

body {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

#container {
	width: 725px;
	margin: 15px auto;
	background-image: url(images/container_bg.gif);
	background-repeat: repeat-y;
	font-size:.9em;
}

#header {
	background-image: url(images/eventsheader.jpg);
	height: 190px;
	background-color: #EDEEF2;
	background-repeat: no-repeat;
	border-top: 1px solid #FFFFFF;
}



#right {
	width: 170px;
	float: right;
	margin-right: 10px!important;
	margin-right: 5px;
	margin-top: 15px;
}

#content {margin-right: 220px;
          margin-left: 20px;
		  margin-top: 30px}

#footer {
	clear: both;
	background-image: url(images/footer.gif);
	text-align: left;
	height: 30px;
	font-size: 0.7em;
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-left: 20px;
	margin-top: 60px;
         }
		 

		 
#navcontainer ul
{
	margin-bottom: 25px!important;
	margin-bottom: 0px;
	color: White;
	float: left;
	width: 723px;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/navbar.jpg);
	height: 60px;
	border-right: 1px solid #7C8185;
	border-left: 1px solid #716F64;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	color: White;
	text-decoration: none;
	float: left;
	padding-top: 20px;
	padding-right: 1em;
	padding-left: 1em;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-image: url(images/hover.gif);
	height: 40px;
}

img.left {float: left;
          margin-right: 6px;
		  margin-bottom: 3px;}
		  
.list {
	margin-left: 25px;
	list-style-image: url(images/arrow.png);
}

a:link {color: #7A838C}
a:visited {color: #7A838C}
a:hover {color: #000000}
a:active {color: #7A838C}

.online {
	font-weight: bold;
	color: #00CC00;
}

.center{
	text-align: center;
}

.partnere {border: 1px solid #7A838C;}

.quoteclass {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #999999;
}
			 
.quotename {
	margin: 5px 20px 0 0;
	padding: 0;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #993300;
}

h1 {
	font-size: 2em;
	margin-top: 90px;
	margin-left: 110px;
	font-family: "Times New Roman", Times, serif;
	color: #993300;
}

h2 {
	clear: left;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1em;
	color: #7A838C;
	padding: 5px 5px 5px 3px;
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #7A838C;
	padding: 3px 3px 3px 6px;
	border-top: 2px solid #6E7780;
	border-bottom: 2px solid #6E7780;
}

p {margin-top: 10px;
   margin-bottom: 15px;}
