/* ----------------------------------- */
/* ---------- CUSTOM STYLES ---------- */
/* ----------------------------------- */
#form1 > div > span > font {
	display: none;
}
.CalHeader a {
	font-size: 20px;
	color: #252525;
	font-weight: 400 !important;
	margin-left: 100px;
	padding-left:10px;
	border-left:1px solid black;
}
#klubnavn {
	position:absolute;
	display:inline-block;
	font-size: 45px;
	color: #fff;
	font-weight: 900;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1.5px;
	top:30px;
	left:40px;
}
#bannerbg {
	background-color: #0d1829;
	height:369px;
	width: 100%;
	position:absolute;
	top:0;
	z-index:-1001;
}
#banner {
	position:relative;
	margin-bottom:30px;
}

/* ---------------------------------- */
/* -------------- BODY -------------- */
/* ---------------------------------- */
#body {
	margin:0;
	padding:0;
	background-color: #dedede;
}
/* ----------------------------------- */
/* -------------- LINKS -------------- */
/* ----------------------------------- */
#indhold a:link, #indhold a:visited {
	color: black;
	text-decoration: none;
}
#indhold a:hover, #indhold a:active {
	color: green;
	text-decoration: none;
}
/* ----------------------------------- */
/* -------------- FONTS -------------- */
/* ----------------------------------- */
body { /*BRØDTEKST*/
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	font-weight: 400px;
	color: #4b4b4b;
}
h1 {
	font-size: 25px;
	color: #252525;
	font-weight:400;
	margin:0;
}
h2 {
	font-size: 20px;
	color: #252525;
	font-weight:400;
	margin:0;
}
h4 {
	color: #339900;
	text-transform: uppercase;
	font-weight:bold;
	margin:2px 2px 2px 2px;
}
/* ----------------------------------- */
/* ------------- TOPMENU ------------- */
/* ----------------------------------- */
#topmenu {
	position: absolute;
	z-index:1001;
	width:228px;
	right:80px;
	top: 200px;
	
}
#topmenu .menu {
	text-decoration:none;
	display:block;
	font-size: 25px !important;
	color: #212121 !important;
	font-weight: 400 !important;
	text-transform:uppercase;
	padding: 10px 0;
	
}
#topmenu .menu:hover {
	background-color: #B5A376;
}
/* ---------------------------------- */
/* -------------- LEFT -------------- */
/* ---------------------------------- */
#left {
	position:relative;
	float:left;
	width:172px;
	min-height:250px;
	margin-bottom:5px;
	z-index:1;
}
/* ----------------------------------- */
/* ------------- LEFTMENU ------------ */
/* ----------------------------------- */
#leftmenu {
	margin-left:5px;
	margin-top:20px;
}
#leftmenu a {
	text-decoration:none;
	font-size: 16px;
	color: #252525;
	font-weight:400;
}
#leftmenu a:hover {
	font-weight: 900;
}
.DynamicMenuStyle {
	padding-left:5px;
	padding-right:5px;
}
.IE8Fix {
	background-color:lightgrey !important;
	padding-top:5px;
	padding-bottom:5px;
}
/* ----------------------------------- */
/* ------------- CONTENT ------------- */
/* ----------------------------------- */
#content {
	position:relative;
	float:left;
	margin-left: 35px;
}
/* ----------------------------------- */
/* ------------- INDHOLD ------------- */
/* ----------------------------------- */
#indhold {
	position:relative;
	float:left;
	min-height:250px;
	width:818px;
	padding:0 5px;
	margin-top:5px;
}
#ctl00_ContentPlaceHolderBody_lblPageContent {
	display:block;
	padding-left:10px;
	padding-right:10px;
}
/* ----------------------------------- */
/* ----- FOOTER + KLUBMODUL LOGO ----- */
/* ----------------------------------- */

#footer {
	text-decoration:none;
	text-align:left;
	line-height:63px;
	background-color:#A79164;
	color:#252525;
	position:relative;
	z-index:1;
	position:relative;
	float:left;
	width:100%;
	padding:20px 0;
}
#footer > #wrapper2 {
	background-color: transparent;
	width: 1000px;
	margin: 0 auto;
}
#klubmodul {
	float:right;
	position:relative;
	z-index:2;
}
/* ----------------------------------- */
/* ---------- IFRAME NYHEDER --------- */
/* ----------------------------------- */
.NewsIframe {
	background-image:none;
}
.NewsIframe200 {
	background-image:none;
} /*Body Nyhedsarkiv*/
.NewsIframe h2 {
} /*Overskrift på Seneste nyheder iFrame KUN*/
.NewsHeading h1 {
} /*Overskrift på Nyheds arkiv iFrame KUN*/
.NewsItem {
	border-bottom:solid thin lightgrey;
	margin-left:2px;
	margin-right:5px;
	padding: 5px 0px 3px 0px;
} /*Hele indholdet af en enkelt nyhed*/
.NewsItem:hover {
	background-color:#F5F6CE;
}  /*Når musen holdes over en enkelt nyhed*/
.NewsHeader a {
	text-decoration:none;
	font-weight:bold;
}
.NewsTeaser {
	margin-top:5px;
} /*Teaser teksten*/
.NewsInfo {
	margin-top:5px;
} /*Nederste linje med Author, dato osv.*/
.NewsDate {
} /*Dato KUN billede*/
.NewsDateTxt {
	font-style:italic;
	font-size: x-small;
} /*Dato KUN tekst*/
.NewsAuth {
}/*Author KUN billede*/
.NewsName {
	font-style:italic;
	font-size: x-small;
} /*Auther KUN tekst*/
.NewsMore A:link {
	text-decoration: none;
	font-size:x-small;
	font-weight:normal;
	font-style:italic;
} /*Læs mere linket*/
.NewsMore A:visited {
	text-decoration: none;
	font-size:x-small;
	font-weight:normal;
	font-style:italic;
} /*Læs mere linket*/
.NewsMore A:active {
	text-decoration: none;
	font-size:x-small;
	font-weight:normal;
	font-style:italic;
} /*Læs mere linket*/
.NewsMore A:hover {
	text-decoration: underline;
	font-size:x-small;
	font-style:italic;
} /*Læs mere linket*/
/* ----------------------------------- */
/* --------- IFRAME KALENDER --------- */
/* ----------------------------------- */
.CalendarIframe {
	background-image:none;
} /* Body Kalender*/
.CalendarIframe h2 {
} /* Overskrift på Kalender iFrame */
.CalItem {
	position:relative;
	border-bottom:solid thin lightgrey;
	margin-left:2px;
	margin-right:5px;
	padding: 5px 0px 3px 0px;
} /*Hele indholdet af en enkelt kalender aktivitet*/
.CalItem:hover {
	background-color:#F5F6CE;
} /*Når musen holdes over en enkelt kalender aktivitet*/
.CalHeader a {
	margin-left: 110px;
} /* Kalender Overskrift */
.CalInfo {
	margin-top:5px;
} /*Hele nederste linje med dato*/
.CalDate {
	display: none;
} /*Dato KUN billede*/
.CalDateTxt {
	font-size: 20px !important;
	color: #252525 !important;
	position:absolute;
	top:5px;
} /*Dato KUN tekst*/
/* ----------------------------------- */
/* ----------- IFRAME FORUM ---------- */
/* ----------------------------------- */
.ForumIframe {
	background-image:none;
} /* Body Forum*/
.ForumIframe h2 {
} /* Overskrift på Forum iFrame */
.ForumHeader a {
	text-decoration:none;
	font-weight:bold;
} /* Forum Overskrift */
.ForumItem {
	border-bottom:solid thin lightgrey;
	margin-left:2px;
	margin-right:5px;
	padding: 5px 0px 3px 0px;
} /*Hele indholdet af en enkelt forumbesked*/
.ForumItem:hover {
	background-color:#F5F6CE;
} /*Når musen holdes over en enkelt forumbesked*/
.ForumInfo {
	margin-top:5px;
} /*Hele nederste linje med dato*/
.ForumDate {
} /*Dato KUN billede*/
.ForumDateTxt {
	font-style:italic;
	font-size: x-small;
} /*Dato KUN tekst*/
/* ----------------------------------- */
/* ------------- WRAPPER ------------- */
/* ----------------------------------- */
#wrapper {
	width:1070px;
	margin:0 auto;
	background-color:#F4F1EA !important;
	overflow:show;
}
/* ----------------------------------- */
/* ----------- LOGIND BOKS ----------- */
/* ----------------------------------- */
#usermenu {
	position:relative;
	margin-top:20px;
	color:#fff;
}
#createprofile {
}
#createprofile img {
	display:block;
	margin:0 auto;
}
#loginbox {
	width:184px;
	padding-top:5px;
}
#loginbox .login {
	margin-left: 5px;
	padding: 4px;
	width: 184px;
	margin-left:-20px;
}
#loginbox .login:after {
	content:"";
	position:absolute;
	left:137px;
	/* reduce the damage in FF3.0 */
    display:block;
	width:0;
	margin-top:4px;
}
#loginbox #logininfo {
	margin-left:7px;
	padding-top:8px;
	position:relative;
	display:block;
	text-align: center;
	margin-bottom:15px;
}
#loginbox #logininfo a, #loginbox #logininfo span {
	font-size:14px !important;
	text-decoration:none;
	color:#252525;
}
#ctl00_valReqUsername, #ctl00_valReqPassword {
	position:absolute;
	display:block;
	width:0px;
	margin-left:2px;
	font-size:20px;
}
#loginbox #dkkort {
	margin-top:2px;
	float:left;
}
#loginbtn {
	float:right;
	position:relative;
	padding-top:10px;
	margin-right:5px;
}
#ctl00_valCustUkendt {
	margin-left:7px;
}
.prodilebtn {
	text-align:center;
	padding:5px 0;
}
#profile {
	margin-left:9px;
	color:#000;
}
#ctl00_cntrlRoleSelection_panLnkAdmin hr {
	display:none;
}
#ctl00_cntrlRoleSelection_panLnkAdmin {
	width:150px;
}
#ctl00_cntrlRoleSelection_lnkAdmin {
	font-size:0px !important;
	background-image:url(images/admin.jpg) !important;
	background-repeat:no-repeat;
	width:172px;
	height:49px;
	display:block;
	margin-top:5px;
}
#ctl00_txtUsername {
	background: url("images/bruger.png");
	background-repeat:no-repeat;
	background-position:center;
	border: 0 none;
	padding-left: 25px;
	padding-right:3px;
	margin-bottom:5px;
	height:26px;
	width: 154px;
	margin-left:10px;
}
#kodelogin {
	display: block;
	height: 27px;
	margin-left: 131px;
	position: absolute;
	width: 22px;
	cursor:pointer;
	margin-top:-33px;
}
#ctl00_txtPassword {
	background: url("images/kode.png");
	background-repeat:no-repeat;
	background-position:center;
	border: 0 none;
	margin-bottom:5px;
	padding-right:6px;
	padding-left: 25px;
	height:26px;
	width: 151px;
	margin-left:10px;
}
/* ----------------------------------- */
/* --------- FACEBOOK KNAP ----------- */
/* ----------------------------------- */
#fb {
	position:absolute;
	z-index: 1001;
	top: 0;
	right: 20px;
}
#fb .button {
    font-family: 'Source Sans Pro', sans-serif ! important;
    margin-top: 30px;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 20.5px 8px 20.5px;
    border-radius: 0px;
    background: #8b9dc3;
    background: -webkit-gradient(linear, left top, left bottom, from(#8b9dc3), to(#3b5898));
    background: -moz-linear-gradient(top, #8b9dc3, #3b5898);
    background: linear-gradient(to bottom, #8b9dc3, #3b5898);
    -webkit-box-shadow: #1a151a 0px 7px 13px 3px;
    -moz-box-shadow: #1a151a 0px 7px 13px 3px;
    box-shadow: #1a151a 0px 3px 8px 3px;
    font: normal normal bold 20px arial;
    font-size: 30px;
    color: #ffffff;
    text-decoration: none;
}
#fb .button:hover,
#fb .button:focus {
    background: #a7bcea;
    background: -webkit-gradient(linear, left top, left bottom, from(#a7bcea), to(#476ab6));
    background: -moz-linear-gradient(top, #a7bcea, #476ab6);
    background: linear-gradient(to bottom, #a7bcea, #476ab6);
    color: #ffffff;
    text-decoration: none;
}
#fb .button:active {
    background: #535e75;
    background: -webkit-gradient(linear, left top, left bottom, from(#535e75), to(#3b5898));
    background: -moz-linear-gradient(top, #535e75, #3b5898);
    background: linear-gradient(to bottom, #535e75, #3b5898);
}
#fb .button span {
    font-size: 14px;
    text-align: right;
    display: block;
}
#fb .button img {
    position: absolute;
    top: -35px;
    left: 0;
    transform: rotate(-15deg);
    transition: all .1s ease-in-out;
}
#fb .button:hover img,
#fb .button:focus img {
    transform: rotate(0deg);
    top: -26px;
}
/* ----------------------------------- */
/* ----------- NEWS SLIDER ----------- */
/* ----------------------------------- */

/* NewsIframeSlider */
.NewsIframeSlider .NewsDateTxt {
    font-size: 16px;
}

.DesignFrontpage #newsslider {
    display:block !important;
	margin-top:20px;
}
#newsslider {
    padding-top: 30px;
	height:350px;
	width:617px;
	margin:0 auto;
}
#newsslider h1 {
}
.NewsIframeSlider #myslide {
    width:617px;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
}
.NewsIframeSlider #myslide .myslide_control {

}
.NewsIframeSlider #myslide .NewsItem {
    height:617px;
    border-bottom:none !important;
    overflow:hidden;	
    width:800px;
}
.NewsIframeSlider #myslide .NewsItem:hover {
    background-color:transparent !important;
}
.NewsIframeSlider .NewsInfo img, .NewsIframeSlider .NewsAuth, .NewsIframeSlider .NewsSeperator, .NewsIframeSlider .NewsArrow {
    display:none;
}
.NewsIframeSlider .NewsMore a {
    display:inline-block;
    margin-top:19px;
    font-weight:700 !important; 
    font-size:16px !important;
    font-style:normal !important;
    color:#353535;
    margin-left:20px;
}
.NewsIframeSlider .NewsMore a:hover {

    background-position:center bottom;

}
.NewsIframeSlider #myslide #NewsContent {
    height:300px;
    margin-bottom:30px;
    overflow:hidden;
}
.NewsIframeSlider #myslide .NewsTeaser {
    font-size: 16px !important;
	margin-top:130px;
	height:100px;
	overflow: hidden;
	
}
.NewsIframeSlider #myslide .NewsTeaser img {
    display:block !important;
	max-height: 150px;
	min-height: 150px;
	margin: 0 auto 40px auto;
	position:absolute;
	top: 0;
    /* clip: shape(top, right, bottom, left); NB 'rect' is the only available option */
}
.NewsIframeSlider #myslide .NewsHeader {
	display:none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position:absolute;
  text-align: center;
}
.NewsIframeSlider #myslide .NewsHeader a {
    font-weight:700;
	color: #1a1a1a;
	font-size: 24px;
}
.NewsIframeSlider .myslide_container {
    width:1000px;
    margin:0 auto;
}
.NewsIframeSlider .pagination {
    margin-left:42px;
    text-align:left;
    z-index:1001;
    position: absolute;
    left: 0;
    transform: translate(-50%, 0);
    top: 250px;
    padding-bottom:15px;
    list-style:none;
}
.NewsIframeSlider .pagination li {
    width:10px;
    height:10px;
    border-radius: 100%;
    background-color: #000;
    text-indent:-9999px;
    display:inline-block;		
    margin-right:11px;
}
.NewsIframeSlider .pagination li.current {
    width:10px;
    height:10px;
    background-color:#C0C0C7;
    margin-top:-1px;
}
.NewsIframeSlider .pagination li a {
    display:block;
}
.NewsIframeSlider .next,.NewsIframeSlider .prev {
    display: none;
}
.NewsIframeSlider .prev {
    left:20px;
    top:75px;
    width: 53px; 
    height: 53px;
    background-image: url("images/arrow-left.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
    transition: all .1s ease-in-out;
}
.NewsIframeSlider .next {
    width: 53px; 
    height: 53px;
    right:20px;
    top:75px;
    background-image: url("images/arrow-right.png");
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center center; 
    transition: all .1s ease-in-out;
}
.NewsIframeSlider .next:hover {
    width: 56px;
    height: 56px;
    top:72px
}
.NewsIframeSlider .prev:hover {
    width: 35px;
    height: 35px;
    top:72px
}
/*NewsIframeSlider END*/

/* ----------------------------------- */
/* ----------- RANDOM CRAP ----------- */
/* ----------------------------------- */
#hall {
	overflow-x:scroll;
}
#EventMembers {
	color:#000 !important;
}
.FormIndhold {
	background-attachment: fixed;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #000000;
	width: 250px;
}
table {
	font-size:inherit;
}
td {
	margin:2px 2px 2px 2px;
	margin:12px 12px 12px 12px;
}
.td {
	margin:2px 2px 2px 2px;
	background-image: url(images/Tabelbg.gif);
}
.tdalert {
	border: 2px;
	border-style: dotted;
	border-color: green;
	padding:3pt 3pt;
	margin:2px 2px 2px 2px;
	background-color:#000000;
}
.tdSize11 {
	border-style: solid;
	color:#a5abb1;
	border-width: 1px;
	font-size: 11px;
}
.tdSize14 {
	border-style: solid;
	color:#a5abb1;
	border-width: 1px;
	text-decoration: underline;
	font-size: 14px
}
#TipBox {
	display:none;
	position:absolute;
	z-index:1000;
	border:green dotted 1px;
	padding:5px;
	background-color:#FFFFFF;
}
.TipBox {
	display:none;
	position:absolute;
	font-size:10px;
	font-weight:bold;
	font-family:verdana;
	border:#72B0E6 solid 1px;
	padding:15px;
	color:#1A80DB;
	background-color:#FFFFFF;
}
