/* GENERAL STYLES */
* {
  padding: 0;
  margin: 0;  
}

html {
  background: #FFF url(/media/570/bg.jpg) repeat-x;
}

body {
  font-family: verdana;
  font-size: 10px;
  color: #212b2c;
}

p {
  padding-bottom: 1em;
}

a {
  color: #000;
  text-decoration: underline;
}

h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	margin: 3px 0 5px 0;
}

.theme_top {
	width: 80px;
	float: left;
	padding: 5px;
	background-color: #000000;
}

h5 {
	font-size: 14px;
	color: #ffffff;
	text-align: left;
}

h5 a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}

h6 {
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	margin: 140px 10px 0 92px;
	padding: 5px;
	background-color: #000000;
}

h6 a {
	color: #ffffff;
	text-decoration: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

#container {
  width: 800px;
  margin: 0 auto;
  background: #cfd7d7;
}

#innercontainer {
  width: 800px;
  background: url(/media/580/containerbg.gif) repeat-y;
  float: left;
}

#bottomcontainer {
  width: 800px;
  background: url(/media/580/containerbg.gif) repeat-y;
  float: left;
  border-bottom: 1px solid #667c7f;
}

#topinfo {
  background: #FFF url(/media/600/topinfobg.gif) bottom left repeat-x;  
  padding: 6px 10px;
  width: 780px;
  margin: 10px auto 0 auto;
  border-bottom: 1px solid #667c7f;
}

#header {
  background: url(/media/575/headerbg.gif);
  height: 120px;
  margin: 0 1px;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}

#headerImage {
  margin: 0;
  width: 613px;
  float: right;
  overflow: hidden;
  padding-right: 30px;
}

.logo {
  display: block;
  width: 110px;
  height: 110px;
  background: url(/media/585/logo.gif) no-repeat;
  position: absolute;
  top: 5px;
  left: 20px;
}

.logo span {
  display: none;
}

.login {
  position: relative;
  float: right;
  display: block;
  border: none;
  top: 10px;
  right: 10px;
  width: 152px;
  height: 88px;
  padding: 5px 15px 5px 5px;
  background: url(/media/590/loginbg.gif) no-repeat;
}

.login a {
  font-size: 9px;
}

.login input {
  width: 140px;
}

.login .submit {
  width: 50px;
  font-size:10px;
}

.logout {
  position: absolute;
  display: none;
  border: none;
  top: 10px;
  right: 10px;
  width: 152px;
  height: 88px;
  padding: 5px 15px 5px 5px;
  background: url(/media/663/logoutbg.gif) no-repeat;
}

.search input {
  width: 140px;
  margin-top: 1px;
}

.search .submit {
  width: 50px;
  font-size:10px;
  margin-bottom: -1px;
}

#sitenavHolder {
  border-bottom: 1px solid #1e2b2e;
  background: url(/media/605/sitenavbg.gif) bottom left repeat-x;
  padding: 0 4px 0 4px;
  margin: 0 1px;  
  width: 790px;
  height: 26px;
  float: left;
}

#sitenavHolder .search {
  border: none;
  float: left;
}

#sitenavHolder .theme {
  border-bottom: 1px solid #1e2b2e;
  background: url(/images/sitenavbg_lightblue.gif) bottom left repeat-x;
  height: 26px;
}

#sitenav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

#sitenav li {
  width: 80px;
  height: 24px;
  display: block;
  float: left;
  padding: 0 0 0 0;
  border-left: 1px solid #ffffff;
}

#sitenav .space {
  width: 124px;
  height: 24px;
  display: block;
  float: left;
  padding: 0 0 0 14px;
  border-left: 1px solid #ffffff;
}

#sitenav .space li {width:16px;height:11px;display:block;padding:7px 6px 0 6px;border:0;}
#sitenav .space a, #sitenav .space a:hover {width:16px;display:block;padding:0;border:0;background-color:transparent;}

#sitenav .printPage {
  width: 82px;
  height: 24px;
  display: block;
  float: left;
  padding: 0 0 0 14px;
  border-left: 1px solid #ffffff;
}

#sitenav .printPage li {width:16px;height:16px;display:block;padding:4px 8px 0 8px;border:0;}
#sitenav .printPage a, #sitenav .printPage a:hover {width:16px;display:block;padding:0;border:0;background-color:transparent;}

#sitenav a {
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding-top: 5px;
  color: #000000;
  display: block;
}

#sitenav .selected a {
  width: 80px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding-top: 5px;
  background-color: #333333;
  color: #ffffff;
  display: block;
}

#sitenav a:hover {
  width: 80px;
  height: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding-top: 5px;
  background-color: #000000;
  color: #ffffff;
  display: block;
}


#mainnav {
  float: left;
  width: 145px;
  min-height: 100%;
  margin-right: 2px;
}

#mainnav ul {
  list-style: none;  
}

#mainnav ul li {
  border-bottom: 1px solid #667c7f;
}

#mainnav ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #212b2c;
  padding: 7px 11px;
  display: block;
  background: url(/media/595/navbullet.gif) 4px 50% no-repeat;
}

#mainnav .selected a {
  font-weight: bold;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  padding: 7px 11px;
  display: block;
}

#mainnav ul li a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  padding: 7px 11px;
  display: block;
  background: url(/media/595/navbullet.gif) 4px 50% no-repeat #000000;
}

#mainnav a.header {
  color: #FFF;
  background: #9cabad;
}

#mainnav .grey {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  padding: 7px 11px;
  display: block;
  background-color: #9cabad;
}

#content {
  height: 100%;
  min-height: 500px;
  float: left;
  border-top: 1px solid #FFF;
  padding: 0 5px;
}

#mainHolder {
  float: right;
  width: 643px;
}

#main {
  font-family: verdana;
  font-size: 11px;
  color: #000;
  width: 613px;
  float: left;
  overflow: hidden;
  margin: 5px 0;
  padding: 0 15px;
  min-height: 300px;
}

#main .image {
  margin: 0 -15px;
}

#main ul, #main ol {
  margin: 15px;
}

.textContent {
	width: 583;
	float: left;
	padding-bottom: 20px;
}

#subnav {
  background: url(/media/610/subnavbg.gif) repeat-x;
  width: 384px;
  float: left;
  clear: both;
}

#subnav ul {
  list-style: none;
  display: block;
  margin: 0;
}

#subnav ul li {
  display: inline;
}

#subnav ul li a {
  color: #000;
  padding: 5px 10px;
  float: left;
  font-family: verdana;
  font-weight: bold;
  font-size: 10px;
}

.subcontent {
  width: 386px;
  float: left;
  display: block;
height: 300px;
}

.subimages {
  width: 180px;
  display: block;
  margin: 58px 0 15px 20px;
  text-align: center;
}

#sitemap li {margin:0 0 8px 0;}
#sitemap li ul {margin:0 0 0 15px;}
#sitemap li ul li {margin:0 0 1px 0;}

#footer {
  list-style: none;
  margin: 20px 0 20px 145px;
  clear: both;
  float: center;
  text-align: center;
}

#footer li {
  display: inline;
}

#footer li a {
  color: #000;
  text-decoration: none;
  font-family: verdana;
}

#footer .selected a {
  font-weight: bold;
  text-decoration: none;
}

.themePicsAndLinks {
	width: 180px;
	float: right;
	margin: 20px 0 10px 20px;
	padding: 9px;
	text-align: center;
	border: 1px solid #000000;
}

.themePicsAndLinks img {
	border: 1px solid #000000;
}


.PhotoTable {
	width: 580px;
	margin: 10px 15px;
	text-align: center;
}

.PhotoNavBar {
	width: 200px;
	text-align: center;
}

.PhotoData {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

/*######## SIGNUP ########*/

fieldset#signup {
  clear: both;
  float: left;
  border: none;
}

fieldset#legend {
  font-size: 16px;
}

#signup fieldset label {
  width: 150px;
  float: left;
}

#signup fieldset label.large {
  width: 250px;
}

#signup fieldset input {
  width: 220px;
  font-size: 11px;
  font-family: arial;
}

#signup fieldset input.cbox {
  width: auto !important;
  float: left;
  clear: left;
}

#signup fieldset input.submit {
  width: 100px;
  font-size: 11px;
  font-family: arial;
}

/* BREADCRUM */
#umbBreadcrum {
    float: left;
    width: 600px;
    list-style: none;
    padding: 0;
    margin: 8px 0 0 16px;
    font-family: verdana;
    color: #666;
    font-size: 10px;
}

#umbBreadcrum li {
    float: left;
    margin: 0 3px 3px 0;  
    padding: 0;
    text-decoration: none;
}

#umbBreadcrum a {
    text-decoration: none;
}


/* FORUM */
.forumList {
	width: 350px;
	margin-bottom: 10px;
	background-color: #f1f3f5;
	border: 1px solid #bbbbbb;
	padding: 10px;
}

.forumEntry {
	width: 350px;
	margin-bottom: 10px;
}

.forumEntry img {
	width: 40px;
	height: 50px;
	border: 5px solid #000000;
	margin-right: 10px;
}

.forumEntryCurrent {
	color: blue;
}

.forumMeta {
	color: #777777;
	margin-bottom: 5px;
}

.forumMeta a {
	color: #666666;
	text-decoration: none;
}

.forumButtons {

}

.forumPost {
	width: 350px;
	background-color: #f1f3f5;
	border: 1px solid #bbbbbb;
	padding: 10px;
	margin-bottom: 10px;
}

.forumPost img {
	width: 40px;
	height: 50px;
	margin-right: 10px;
}

.forumComment {
	width: 350px;
	background-color: #ffffff;
	border: 1px solid #666666;
	padding: 10px;
	margin-bottom: 10px;
}

.forumComment img {
	width: 40px;
	height: 50px;
	margin-right: 10px;
}

/* FORUM END */


/* MEDLEMSPROFIL */
#memberProfile_7_PanelEdit {
}

#memberProfile_7_PanelEdit .boxContent {
	margin: 0 0 20px 0;
}

#memberProfile_7_PanelEdit .boxContent h2 {
	display: none;
	margin: 8px 0px 2px 0px;
}

#memberProfile_7_PanelEdit .boxContent table {
	margin-bottom: 5px;
}

#memberProfile_7_PanelEdit .boxContent td {
	padding: 0 2px;
}

#memberProfile_7_PanelEdit .boxContent .umbPropertyCss label {
	width:250px;
	display:block;
	padding: 3px;
}

#memberProfile_7_PanelEdit .boxContent .umbPropertyCss input {
	width:250px;
	margin-left: 10px;
	padding: 1px;
}

#memberProfile_7_PanelEdit .boxContent .umbPropertyCss select {
	width:250px;
	margin-left: 10px;
	padding: 1px;
}

#memberProfile_7_PanelEdit .button {
	padding: 3px;
}

input#umbPasswordForgot_7_ok {font-size:10px;}



/* EDITOR PROPERTIES */
h1 {
font-family: "times new roman", times;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  margin: 20px 0 15px 0;

}


