html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body	{
}


/* #wrapper */

#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
}
* html #wrapper {
	height: 100%;
}

/* header / logo */

#header	{
	height: 144px;
	width: 100%;
}

#header h1 {
	margin: 0; padding: 0;
	position: absolute;
	top: 3px;
	left: 4px;
	width: 385px;
	height: 93px;
	text-indent: -999em;
}
#header h1 a {
	display: block;
	width: 385px;
	height: 93px;
	background: url(../images/interface/logo_kombeterbinnen.png) no-repeat left top;
}


/* #content */

#content {
	position: relative;
	min-height: 200px;
	padding-bottom: 55px;
	min-width: 778px;
}
* html #content {
	height: 200px;
}



/* primaryContent */

#primaryContent {
	float: left; display: inline;
	width: 60%;
}
#primaryContent .wrapper {
	padding: 1em;
}

/* secondaryContent */

#secondaryContent {
	float: right; display: inline;
	width: 40%;
	text-align: center;
}
#secondaryContent .wrapper {
	padding: 1em 12px;
}

/* #menu */

#menu {
	position: absolute;
	top: 97px;
	left: 0;
	width: 100%;
	height: 39px;
	background: #9ec119 url(../images/interface/menu_back.png) repeat-x left center;
}	
* html #menu {
	height: 39px;
}
#menu h2 {
	display: none;
}

#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left; display: inline;
	font-size: 14px;
	line-height: 21px;
}
#menu li.first {
	margin-left: 140px;
}
#menu li.last {
	border-right: 1px solid #28ba5f;
}

#menu li a {
	float: left; display: inline;
	font-weight: bold;
	text-decoration: none;
	height: 21px;
	padding: 4px 18px 4px 18px;
	color: white;
	border-left: 1px solid #28ba5f;
	border-right: 1px solid #008532;
}

#menu li:hover a,
#menu li.hover a,
#menu li.active a {
	border-left: 1px solid #81c8db;
	border-right: 1px solid #017996;
	background: #009fc5;
	color: white;
}

#menuMask {
	position: absolute;
	top: 13px;
	left: 0;
	width: 129px;
	height: 129px;
	background: url(../images/interface/menu_start.png) no-repeat left top;
}


/* #footer */

#footer	{
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	line-height: 120%;
	color: white;
	background: url(../images/interface/footer_back.png) repeat-x left bottom;
}

#footer .wrapper {
	padding: 20px 15px 6px 15px;
	text-align: center;
}

#footer #copyright {
	float: right; display: inline;
}
#footer #footerMenu {
	float: left; display: inline;
}
#footer #footerMenu span {
	padding: 0 3px;
	color: #313e00;
}

#footer a	{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #313e00;
}


/* search */
#search {
	background: #e0f4e7;
	border: 1px solid #00a23c;
	padding: 1em;
}
#search label {
	float: left; display: inline;
	width: 9em;
}
#search .row {
	clear: both;
	margin-bottom: 0.3em;
}
#search .button {
	margin-left: 9em;
}


/* fontsize */
#fontSize {
	position: absolute;
	top: 35px;
	right: 10px;
}
#fontSize li,
#fontSize a {
	float: left; display: inline;
	height: 28px;
	text-decoration: none;
	text-indent: -999em;
}
a#fontSizeSmaller {
	width: 25px;
	background: url(../images/interface/fontsize_min.png) no-repeat left top;
}
a#fontSizeSmaller:hover {
	background-image: url(../images/interface/fontsize_min_on.png);
}
a#fontSizeLarger {
	width: 25px;
	background: url(../images/interface/fontsize_plus.png) no-repeat left top;
}
a#fontSizeLarger:hover {
	background-image: url(../images/interface/fontsize_plus_on.png);
}
a#fontSizeNormal {
	width: 116px;
	background: url(../images/interface/fontsize.png) no-repeat left top;
}
a#fontSizeNormal:hover {
	background-image: url(../images/interface/fontsize_on.png);
}

/* lettergrootte */
/* tekstgrootte */
div#tekstgrootte {
	position: absolute;
	top: 9px;
	top: 0.8em;
	right: 20px;
}
div#tekstgrootte h2 {
	font-size: 1.0em;
	float: left;
	font-weight: normal;
	margin: 0.2em 0.5em 0 0;
}
div#tekstgrootte ul {
	float: left;
	border: 1px solid #bdbdbd;
	border-left: none;
}
div#tekstgrootte a {
	color: #000;
	float: left;
	font-family: courier, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: 1px solid #bdbdbd;
	width: 1.4em;
	height: 1.4em;
	text-align: center;
	line-height: 1.3;
}
div#tekstgrootte a:hover {
	background-color: #bdbdbd;
}


/* various classes */

hr,
h2 {
	display: none;
}
#content hr,
#content h2 {
	display: block;
}

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}


#content ul {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#content ul li {
	padding-left: 1em;
	background: url(../images/interface/bullet.png) no-repeat 0.1em 0.5em;
	margin-bottom: 0.3em;
}


/* SPECIFIC */

/* address */

address {
	font-style: normal;
}
address span.label {
	display: block;
	float: left;
	width: 3.5em;
	white-space: nowrap;
}
#address {
	padding: 2em 0 1em 1em;
	text-align: left;
	font-size: 0.9em;
}

/* font-size */

#fontSize {
	position: absolute;
	top: 40px; right: 10px;
	height: 28px; width: 166px;
}
#fontSize ul,
#fontSize li {
	margin: 0; padding: 0;
	list-style: none;
}
#fontSize ul {
	margin-top: 2px;
	height: 28px;
}
#fontSize li,
#fontSize li a {
	display: block;
	width: 25px; height: 28px;
	line-height: 0%;
	text-indent: -999em;
}
#fontSize li#fontSizeIncrease {
	float: left; display: inline;
}
#fontSize li#fontSizeIncrease a {
	background: url(../images/interface/fontsize_plus.png) no-repeat center center;
}
#fontSize li#fontSizeIncrease a:hover {
	background-image: url(../images/interface/fontsize_plus_on.png);
}
#fontSize li#fontSizeDecrease {
	float: right; display: inline;
}
#fontSize li#fontSizeDecrease a {
	background: url(../images/interface/fontsize_min.png) no-repeat center center;
}
#fontSize li#fontSizeDecrease a:hover {
	background-image: url(../images/interface/fontsize_min_on.png);
}
#fontSize li#fontSizeReset a {
	width: 116px;
	height: 28px;
	background: url(../images/interface/fontsize.png) no-repeat center center;
}
#fontSize li#fontSizeReset a:hover {
	background-image: url(../images/interface/fontsize_on.png);
}



/* scoresheet */
#scoreSheet {
	margin-top: 0.3em;
	border-collapse: separate;
}
#scoreSheet th,
#scoreSheet td {
	padding: 0.4em 0.8em;
}

#scoreSheet td {
	font-size: 0.9em;
	color: #444;
}

#scoreSheet td.icon {
	text-indent: -999em;
	color: white;
	width: 40px;
}

#scoreSheet .score_0 th,
#scoreSheet .score_1 th {
	background: #e7e7e7;
}
#scoreSheet .score_ th {
	background: #eee;
}
#scoreSheet .score_ td.icon {
	background: #ddd;
}
#scoreSheet .score_0 td.icon {
	background: #888 url(../images/interface/score0.gif) no-repeat center center;
}
#scoreSheet .score_1 td.icon {
	background: #888 url(../images/interface/score1.gif) no-repeat center center;
}
#scoreSheet .score_2 th {
	background: #f1cccc;
}
#scoreSheet .score_2 td.icon {
	background: #bb0000 url(../images/interface/score2.gif) no-repeat center center;
}
#scoreSheet .score_3 th {
	background: #fce7cc;
}
#scoreSheet .score_3 td.icon {
	background: #ee9900 url(../images/interface/score3.gif) no-repeat center center;
}
#scoreSheet .score_4 th {
	background: #ccebcc;
}
#scoreSheet .score_4 td.icon {
	background: #009900 url(../images/interface/score4.gif) no-repeat center center;
}

#scoreSheet .details {
	font-size: 0.9em;
}
#scoreSheet .details th {
	padding-left: 2em;
	font-weight: normal;
}
#scoreSheet .details th,
#scoreSheet .details td {
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

