/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
	background-color:#006179;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	text-align: center;
	min-width: 760px;
	line-height: 1.4em;
	background-image: url(../imgs/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link, a:visited {
	color: #006179;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006179;
	background-image: none;
}
a:hover, a:active {
	text-decoration: none;
	border-bottom-style: none;
	background-image: none;
}

h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #006179;
	background-image: url(../imgs/h1_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 1em;
	padding-bottom: 0px;
	padding-right: 0px;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	color: #006179;
	background-image: url(../imgs/h1_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

h1, h2, p {
	margin: 1em 0;
}

#branding h1 {
	margin: 0;
	text-indent: -5000px;
	background-image: none;
}

#wrapper {
	background-color: #ffffff;
	width: 720px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#content {
	width: 510px;
	float: right;
	margin-right: 10px;
	margin-top: -10px;
}
#container { 
	position: relative; 
	padding: 2em; 
	clear: both; 
	}
#ptitle {
	position: absolute;
	left: 0px;
	top: 2px;
	float: left;
}
#rego {
	font-size: 1.1em;
	color: #910000;
	position: absolute;
	left: 150px;
	top: 0px;
	line-height: 1.5em;		
}

#branding {
	height: 107px;
	background-color:#ffffff;
	padding: 0px;
	background-image: url(../imgs/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#mainNav {
	list-style: none;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006179;
	width: 160px;
	float: left;
	padding-top: 60px;
	padding-bottom: 20px;
	font-weight: bold;
	background-image: url(../imgs/banner2.jpg);
	background-repeat: no-repeat;
	background-position: 8px top;
	padding-left: 15px;
	text-align: left;
}
#mainNav li {
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#mainNav .nav:link, .nav:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	color: #006179;
	width: 160px;
	background-image: url(../imgs/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	padding-left: 14px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}
#mainNav .nav:hover, .nav:active {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	color: #00ACD7;
	width: 160px;
	background-image: url(../imgs/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}

body#home a#homenav,
body#contact a#contactnav,
body#calendar a#calendarnav,
body#nm_rego a#nm_regonav,
body#registration a#registrationnav,
body#mp a#mpnav {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #006179;
}

#footer {
	background-color:#FFFFFF;
	padding: 0px;
	line-height: 4em;
	font-size: 9px;
	color: #006179;
	text-align: center;
	clear: both;
	background-image: url(../imgs/footer_background.jpg);
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
}

#footer .privacy {
	color: #006179;
}

.privacy:link, .privacy:visited {
	color: #006179;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006179;
	background-image: none;
}
.privacy:hover, .privacy:active {
	text-decoration: none;
	border-bottom-style: none;
	background-image: none;
}

input.txt {
  color: #666666;
  background-color: #E3F2F7;
  border: 1px inset #006179;
  width: 220px;
}

textarea.txt {
  color: #666666;
  background-color: #E3F2F7;
  border: 1px inset #006179;
  width: 220px;
}

input.txt2 {
  color: #666666;
  background-color: #E3F2F7;
  border: 1px inset #006179;
  width: 70px;
}

input.txt3 {
  color: #666666;
  background-color: #E3F2F7;
  border: 1px inset #006179;
  width: 20ex;
}

form {
	color: #006179;
	width: 510px;
	padding: 0px;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 35%;
}
fieldset {
	margin: 0em;
	padding:5px 0px 10px 10px;
	border: 0;
	background-color: #E8E8E8;
}

legend {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4em;

}
.switch {
	cursor: default;
}
div#groupmenu {
	display: none;
}
#aftalogo {position: absolute;
	left: 		-50cm;
	top:		-50cm;
	visibility:	hidden;
}
