﻿body
{
  font-family: "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #6d6d6d;
}

input
{
  font-family: "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #6d6d6d;
}

i, em
{
  font-family: "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: italic;
}

b, strong
{
  font-family: "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700;
}

a
{
  font-family: "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif; /*font-size: 12px;*/
  color: #3baa96;
  font-weight: normal;
  text-decoration: none;
}

select
{
  font-family: "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #6d6d6d;
}


a:link
{
}
a:hover
{
}
a:visited
{
}
a:visited:hover
{
}

a:focus
{
  outline: none;
  -moz-outline-style: none;
}

h1
{
  margin: 0px;
}

h2
{
  margin: 0px;
}

h3
{
  margin: 0px;
}

p
{
  margin: 0px;
  padding: 1em 0 1em 0;
}

.small
{
  font-size: 0.8em;
}

/*****************************************
M A I N   M E N U
*****************************************/
/*Se også grundside.css*/
.topMenuPunkt a
{
  font-family: "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
}

.topMenuPunkt a.selected
{
  color: #000;
}


/*****************************************
D R O P   D O W N   M E N U E R
*****************************************/
.dropDownPunkt
{
  position: relative;
  width: auto;
}
.dropDownPunkt a, .category-container a
{
  font-family: "Lucida Sans Unicode" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  line-height: 30px;
}

.dropDownPunkt a:hover, .category-container a:hover
{
  background-color: #333;
  color: #999;
}

.dropDownPunkt a.selected
{
}


/*****************************************
S E A R C H
*****************************************/
#searchString
{
  float: left;
  margin: 0px;
  padding: 6px;
  width: 300px;
  height: 16px;
  font-size: 15px;
  color: #616161;
  background-color: #FFF;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #c8c7c7;
  border-right-color: #FFF;
  border-bottom-color: #c8c7c7;
  border-left-color: #c8c7c7;
}

#topMenuSearch
{
  float: left;
  margin: 0px;
  padding: 0px;
  width: 64px;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #777;
  background-color: #f2f2f2;
  border: 1px solid #c8c7c7;
}



/*****************************************
B O G   S I D E R
*****************************************/
.tekstHeader
{
  font-size: 34px;
  color: #444;
  margin: 0px;
  font-weight: bold;
}
.tekstSubHeader
{
  font-size: 16px;
  color: #444;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 30px;
}

.tekstManchet
{
  font-size: 15px;
  line-height: 22px;
  color: #444;
  margin-bottom: 20px;
}

#tekstContentLeft
{
  font-size: 13px;
}

#tekstContentLeft h1
{
  font-size: 34px;
  color: #444;
  margin: 0px;
  font-weight: bold;
}
#tekstContentLeft h2
{
  font-size: 16px;
  color: #555;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 30px;
}

#tekstContentLeft h3
{
  font-size: 15px;
  line-height: 22px;
  color: #777;
  margin-bottom: 20px;
}

#tekstContentRight h1
{
  font-size: 22px;
  color: #444;
  margin: 0px;
  font-weight: bold;
}
#tekstContentRight h2
{
  font-size: 16px;
  line-height: 22px;
  color: #444;
  font-weight: bold;
  margin: 0px;
}

#tekstContentRight h3
{
  font-size: 14px;
  line-height: 20px;
  color: #444;
  margin-bottom: 2px;
}

/**********************************
I N P U T   F E L T E R
*****************************/
.inputNormal, .inputHalf
{
  background-color: #FFF;
  border: 1px solid #c8c7c7;
  margin: 0px;
  padding: 2px;
}
.inputNormal
{
  width: 246px;
}
.inputHalf
{
  width: 116px;
}
.formElement
{
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
  margin-bottom: 10px;
}

.formText
{
  position: relative;
}

.profilFormular
{
  position: relative;
  display: block;
  width: 252px;
}
#tekstContentLeft .profilFormular hr
{
  position: relative;
  display: block;
  left: 0px;
  margin: 0px;
  margin-top: 26px;
  margin-bottom: 20px;
  width: 250px;
}
