@charset "utf-8";

/*TAGS*/
body {
	background-color: #D6D4D4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0;
	margin: 0;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

/*LINKS*/
a:link { color: #333333; }
a:visited { color: #000000; }
a:hover { color: #666666; }
a:active { color: #666666; }

/*LAYOUT*/
#wrapper {
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../img/layout/bg.png');
	background-repeat: repeat-y;
}
#header {
	height: 169px;
	padding-top: 1px;
	background-image: url('../img/layout/header.png');
	background-repeat: no-repeat;
}

/*MENU*/
#menu {
	width:100%;
	position: relative;
	float: left;
	margin-top: 120px;
	overflow: hidden;
}

#menu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-algin: center;
}

#menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	float: left;
	list-style: none;
	position: relative;
	right: 50%;
}

#menu ul li a {
	color: #000000;
	margin: 0;
	display: block;
	background-image: url('../img/layout/button.png');
	font-size: 16px;
	text-decoration: none;
	width: 123px;
	height: 34px;
	padding-top: 16px;
	text-align: center;
	overflow: hidden;
}
#menu a.selected { background-position: 0 -50px; }
#menu a:hover { background-position: 0 -100px; }
#menu a.selected:hover { background-position: 0 -50px; }

#anmalan_countdown {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 50px;
	padding-top: 2px;
	background-color: #ebe9ea;
	border-top: 1px solid #d5d3d4;
}

#subMenu {
	height: 22px;
	overflow: hidden;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 50px;
	padding-top: 4px;
	background-image: url('../img/layout/submenu.png');
	background-repeat: repeat-x;
}

#subMenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#subMenu ul li {
	margin: 0;
	padding: 0;
	float: left;
}

#subMenu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 5px;
	font-size: 13px;
}
#subMenu a:hover { color: #333333; }

/*LAYOUT*/
#body {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

#footer {
	height: 68px;
	background-image: url('../img/layout/footer.png');
	padding-top: 6px;
	font-size: 10px;
	text-align: center;
}
#admin_footer {
	margin-top: 12px;
}
/*NEWS*/
div.news h2 {
	margin-bottom: 2px;
}
div.news p.author {
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
}

/*PHOTOS*/
.album {
	width: 140px;
	float: left;
	padding: 5px;
}

.album img {
	border: 1px solid #000000;
}

.album a {
	text-decoration: none;
}

/*OTHER*/
.commentTable {
	background-color: #F0EEEE;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}
#byelaws dt { font-weight: bold; }

table.bordered {
	border-collapse: collapse;
}
table.bordered, table.bordered td, table.bordered th {
	border: 1px solid #000000;
}
table.bordered td, table.bordered th {
	padding: 2px;
}

.clear {
	clear: both;
}

.news p + p {
	text-indent: 0;
	margin-top: 0;
}