/*//////////////////////////////////////*/
/*/////////////// MODULES //////////////*/
/*//////////////////////////////////////*/

/* BANNER-ROTATOR */
#slider {
	width: 1008px; /* important to be same as image width */
	height: 313px; /* important to be same as image height */
	margin: 0 0 0 -40px;
	position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
	width: 968px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.sliderImage {
	float: left;
	width: 968px;
	height: 301px;
	position: relative;
	display: none;
}

.sliderImage span {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px 15px;
	width: 938px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #ffffff;
	display: none;
}
.sliderImage span strong {
	font-size: 12px;
}
.clear {
	clear: both;
}
.bottom {
	bottom: 0;
	left: 0;
}
ul { list-style-type: none;}
/* END */

/* NYHEDER */
#newscontent
{
	width: 370px;
	height: 150px;
	background: url(../img/frontpage-box.jpg) no-repeat -40px -25px;
}
.news-small
{
	width: 370px;
	color: #3b3a36;
	line-height: 18px;
	padding-right: 15px;
	background: url(../img/frontpage-box.jpg) no-repeat -40px -25px;
}
.news-small a.link
{
	display: block;
	float: left;
	width: 190px;
	height: 18px;
	color: #7f0b0b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
}
.news-small a:hover
{
	color: #7f0b0b;
	text-decoration: none;
}
.news-small h1, #newscontent .news-small h1 a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7f0b0b;
	width: 190px;
	text-decoration: none;
	margin: 0;
	float: left;
	display: block;
}
.news-small span
{
	width: 190px;
	height: 90px;
	display: block;
	text-align: left;
	overflow: hidden;
	float: left;
}
.news-small span.date
{
	font-size: 11px;
	font-weight: normal;
	color: #a09987;
	text-align: left;
	display: block;
	float: left;
	height: 18px;
}
.news-small img
{
	float: right;
	border: 1px solid #ada696;
	padding: 2px;
	background: #FFFFFF;
	width: 157px;
	height: 138px;
}

#newsarchive
{
	float: left;
	width: 200px;
	border-right: 1px solid #ada696;
	padding-right: 15px;
}

.newsarchive-line
{
	padding: 5px 10px;
	border-top: 1px solid #ada696;
	line-height: 16px;
}
.newsarchive-line h1, .newsarchive-line h1 a
{
	font-size: 11px;
	color: #7f0b0b;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	text-decoration: none;
}
.newsarchive-line span
{
	font-size: 11px;
	color: #a09987;
	display: block;
}
.newsarchive-line a
{
	font-weight: bold;
	text-decoration: none;
	color: #7f0b0b;
}
.newsarchive-line a:hover
{
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

#newsshow
{
	width: 660px;
	float: right;
}

.nyhedtop
{
	height: 30px;
	border-bottom: 1px solid #ada696;
}
.nyhedtop h1
{
	line-height: 30px;
	float: left;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.nyhedtop span
{
	display: block;
	font-size: 12px;
	line-height: 30px;
	float: right;
	text-align: right;
	color: #ada696;
	margin: 0;
	padding: 0;
}
.nyhedsvisning
{
	float: left;
	width: 400px;
	padding-top: 10px;
}
.nyhedsvisning span
{
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}
.nyhedsbilleder
{
	float: right;
	width: 250px;
	padding-top: 10px;
}
.nyhedsbillede
{
	width: 240px;
	border: 1px solid #ada696;
	padding: 4px;
	margin-bottom: 15px;
}
.nyhedsbillede img
{
	width: 238px;
	border: 1px solid #ada696;
}
.nyhedsbillede span
{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #ada696;
	padding-top: 4px;
}

/* END */

/* NYHEDSBREV */
.clubleft
{
	float: left;
	width: 190px;
	color: #3b3a36;
	line-height: 18px;
	text-align: left;
}
.clubleft h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7f0b0b;
	text-decoration: none;
	margin: 0;
}
.clubright
{
	float: right;
	width: 165px;
}
.clubright .inputfield
{
	width: 160px;
	border: 1px solid #a09987;
	background: #FFFFFF url(../img/formbg.jpg) top center repeat-x;
	color: #3b3a36;
	font-size: 12px;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 2px 5px;
}
.clubright .inputbutton
{
	border: 1px solid #7f0b0b;
	background: #630606 url(../img/buttonbg.jpg) top center repeat-x;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 0 5px;
	padding: 2px 12px;
	float: left;
}
/* END */

/* GALLERI */
#gallerytop
{
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	line-height: 18px;
}
#gallerytop .left
{
	float: left;
	text-align: left;
}
#gallerytop .right
{
	color: #666;
	float: right;
	text-align: right;
}
.gallery-item
{
	padding: 2px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 20px 10px;
}
.gallery-item img
{
	width: 150px;
	height: 150px;
	margin-bottom: 2px;
}
.gallery-item span
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	display: block;
	background: #7f0b0b;
}
.gallery-item span a
{
	color: #FFF;
}
/* END */