@import url(divs.css);

@font-face
{
	font-family: verdana;
	src: url(../upload/Verdana.ttf);
}

html
{
  background: #5E94B6;
  margin: 0;
  padding: 0;
}

body
{
  margin: 0;
  font-family: verdana;
  font-size: 11px;
  padding: 0;
  background: url(../upload/images-master/Background_Repeat.jpg) top center repeat-y #5E94B6;
  line-height: 19px;
}

img { border: 0; }

a 
{
  color: #005C8A;
  text-decoration: none;
}
a:hover
{
  color: #C23F00;
}

input, textarea
{
  border: 1px solid #c0c2c4;
  -moz-border-radius: 4px;
  background: #fff;
  color: #444648;
  padding: 2px;
  font-size: 11px;
  font-family: verdana;
}

input:focus, textarea:focus
{
	border: 1px solid #36668E;
	color: #000;
}

button, select
{
  border-top: 1px solid #fff;
  border-left: 1px solid #f0f2f4;
  border-right: 1px solid #f0f2f4;
  border-bottom: 1px solid #e0e2e4;
  background: #f8f8f8;
  width: auto;
  overflow: visible;
  color: #000;
  font-size: 11px;
  font-family: verdana;
  outline: 1px solid #c0c2c4;
  margin: 1px;
  padding: 0px 2px;
}
button:hover
{
  background: #0082C3;
  color: #efefef;
  cursor: pointer;
}

h1, h2, h3
{
	font-family: trebuchet ms, arial;
	color: #36668E;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

h1 { font-size: 20px; margin: 4px 0 10px 0; }
h2 
{
	font-size: 18px; 
	margin: 4px 0 10px 0;
}
h3 { font-size: 14px; margin: 2px 0 8px 0; font-weight: bold; }

strong
{
	color: #36668E;
}

hr
{
	border: 0;
	border-top: 2px solid #E9EEF0;
	outline-bottom: 1px solid #f8f8f8;
	height: 1px;
	background: none;
	display: block;
	margin: 5px 0 5px 0;
}

/** Klasser **/

.LysTekst
{
	color: #456;
	font-size: 10px;
}
.Uthevet
{
	color: #234;
	font-weight: bold;
	font-style: oblique;
}


