#kasser a {
	margin-right:20px;
	font-size:0;
}
#kasser {
	position:relative;
	float:left;
	font-size:0;
	margin-bottom:20px;
}
#maximenu1416917660 {
	position: relative;
}
#slideImgLoader {
	height: 0;
	width: 0;
	display: block;
	overflow: hidden;
}
/*SLIDER*/
#banner img {
	display:none;
	float:left;
	background-color:#FFF;
}
#banner a {
	width: 1000px;
	height: 266px;
	display: inline-block;
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;
}
#pagination {
	margin-top:6px;
	width:1000px;
	position:relative;
	z-index:999;
	text-align: center;
	padding:0;
	list-style:none;
}
#pagination a {
	width:10px;
	height:10px;
	background-color:#fff;
	text-indent:-9999px;
	display:inline-block;		
	margin-right:8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#pagination a.selected {
	width:10px;
	height:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#665e5e;
}
/*BODY*/
#body {
	background-image:url(images/bg-top.jpg);
	background-repeat:repeat-x;
	background-color:#eeeeee;
}
/*LINKS*/
#indhold a:link, #indhold a:visited { 
	color: black;
	text-decoration: none;
	}
#indhold a:hover, #indhold a:active { 
	color: #ee3432;
	text-decoration: none;
	}
/*FONTS*/
body { /*BRØDTEKST*/
	font-family: 'PT Sans', sans-serif !important;
	font-size:14px !important;
	font-weight:normal !important;
	color:#1a1a1a !important;
}
h1 {
	font-size:20px !important;
	color: #1a1a1a !important;
	font-weight:400 !important;
	margin:0 !important;
	}
h2 {
	font-size:16px !important;
	color: #ee3432 !important;
	font-weight:400 !important;
	margin:0 !important;
	}
h4 {
	color: #ee3432 !important;
	text-transform: uppercase !important;
	font-weight:bold !important;
	margin:2px 2px 2px 2px !important;
	}
#topmenu .menu {
	margin:0 10px;
	line-height:28px;
	font-size:12px;
	text-decoration:none;
	}
#leftmenu a {
	font-weight:400;
	line-height:25px;
	color:inherit;
	font-size:inherit !important;
	text-decoration:none;
}
#leftmenu a:hover { color:#ee3432 !important; }
#ctl00_mnSel_mnuMenu a { font-weight:400 !important; }

/*IFRAMES*/
.CalHeader a { text-decoration:none; font-weight:bold; } /* Kalender Overskrift */
.ForumHeader a { text-decoration:none; font-weight:bold; } /* Forum Overskrift */
.NewsHeader a { text-decoration:none; font-weight:bold; } /*Overskrift på nyheden*/

/*BANNER + TOPMENU*/
#logo {
	padding: 15px 0;
}
#topmenu {
	height:52px;

	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius:  10px 10px 0 0;
	border-radius:  10px 10px 0 0;
	background-color:#222627;
	border-bottom:#fd0002 solid 9px;
}
#bannerwrapper {
	border-bottom:21px solid #222627;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	margin-bottom:20px;
	height:266px;
}
/*CONTENT*/	
#content {
	position:relative;
	float:left;	
	background-image:url(images/cbg.png);
	background-repeat:repeat-y;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:20px;
	moz-box-shadow:0 4px 13px 2px #666;
  -webkit-box-shadow:0 4px 13px 2px #666;
  box-shadow:0 4px 13px 2px #666;
  -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom:50px;
}
/*LEFT*/
#left {
	position:relative;
	float:left;
	width:172px;
	min-height:550px;
	margin-bottom:5px;
	z-index:1;
}
#leftmenu {
	margin-left:10px; 

}
/* ----------------------------------- */
/* ----------- LOGIND BOKS ----------- */
/* ----------------------------------- */
.create_profile_link {
	position: absolute;
	right: 120px;
	top: 0;
}
.show_hide, .show_hide2 {
    position: absolute;
    z-index: 1001;
    right: 0px;
    bottom: 10px;
    width: 120px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: #FD0002;
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
}
.show_hide i, .show_hide2 i {
    color: #fff;
    font-size: 30px;
    margin-top: 6px;
}
#loginbox, #loginbox2 {
	position:absolute;
	border-top:0px !important;
	display:none;
	right: 0;
    top: 60px;
	width:559px;
	z-index:1001 ! important;
	background-color: #fff;
}
#loginbox {
	background-color: #fff;
}
#loginbox2 {
	background-color: #fff;
}
.logintop, .logintop2 {
	height:60px;
	line-height:60px;
    text-align: left;
	color:#fff;
	background-color:#FD0002; /* Skift her */
	font-weight:600;
	text-transform:uppercase;
	padding:0 84px;
	border-bottom:4px solid #FD0002; /* Skift her */
}
.logintop {
	margin-bottom:30px;
}
#ctl00_lnkCreateprofile {
	float:right;
	text-decoration:none;
	text-transform:none;
	color:#b7b7b7;
}
#ctl00_lnkCreateprofile:before {
	content:"\f105";
	font-family: FontAwesome;
	transition: all .1s linear;
	margin-right:10px;
	font-size:20px;
}
#ctl00_lnkCreateprofile:hover:before {
	margin-right:5px;
}
#loginbox .login {
}
#loginbox #logininfo {
	position:relative;
	float:left;
}
#loginbox #logininfo a, #loginbox #logininfo span {
	color:red;
	text-decoration:underline;
}
#usermenu {
	position:absolute;
	top: 0;
	right: 0;
	z-index: 10003;
	color:#3D3D3D;
}
#createprofile {
	float: right;
}
#createprofile a {
	color: #343434;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 12px;
	text-decoration: none;
}
#createprofile img {
	display:block;
	margin:0 auto;
}
#loginbox .login, #loginbox2 .login {
	padding: 0 84px;
	height:250px;
	border-bottom:4px solid #FD0002; /* Skift her */
}
#loginbox .login:after {
	content:"";
	position:absolute;
	left:137px;
	border-width: 7px 7px 0px 7px;
	border-color:#003270 transparent;
	/* reduce the damage in FF3.0 */
    display:block;
	width:0;
	margin-top:4px;
}
#loginbox #logininfo {
	position:relative;
	float:left;
}
#loginbtn {
	position:relative;
	float:right;
}
#ctl00_ImgLogin {
	font-size:16px !important;
	text-decoration:none;
	color: #fff;
	text-transform: uppercase;
	display:block;
	border-radius:3px;
	font-weight: 700;
	height:40px;
	line-height:40px;
	text-align:center;
	width:184px;
	background-color:#FD0002;  /* Skift her */
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0,83,27, 1);
	-moz-box-shadow:    0px 3px 0px 0px rgba(0,83,27, 1);
	box-shadow:         0px 3px 0px 0px rgba(0,83,27, 1);
	transition: all 0.1s linear 0s;
}
#ctl00_ImgLogin:hover {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(13, 103, 166, 1);
	-moz-box-shadow:    0px 0px 0px 0px rgba(13, 103, 166, 1);
	box-shadow:         0px 0px 0px 0px rgba(13, 103, 166, 1);
	margin-top:3px;
	margin-bottom:-3px;
}
#loginbox #logininfo a, #loginbox #logininfo span {
	font-size:16px !important;
	text-decoration:none;
	color: #adadad;
	text-transform: uppercase;
	display:block;
	border-radius:3px;
	font-weight: 700;
	height:40px;
	line-height:40px;
	text-align:center;
	width:184px;
	background-color:#e5e5e5;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(198, 198, 198, 1);
	-moz-box-shadow:    0px 3px 0px 0px rgba(198, 198, 198, 1);
	box-shadow:         0px 3px 0px 0px rgba(198, 198, 198, 1);
	transition: all 0.1s linear 0s;
}
#loginbox #logininfo a:hover {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(198, 198, 198, 1);
	-moz-box-shadow:    0px 0px 0px 0px rgba(198, 198, 198, 1);
	box-shadow:         0px 0px 0px 0px rgba(198, 198, 198, 1);
	margin-top:3px;
	margin-bottom:-3px;
}
#loginbottom {
	padding:30px 0;
}
#ctl00_valReqUsername, #ctl00_valReqPassword {
	position:absolute;
	display:block;
	width:0px;
	margin-left:2px;
	font-size:20px;
}
#loginbox #dkkort {
	margin-top:2px;
	float:left;
}
#ctl00_valCustUkendt {
	margin-left:7px;
}
.customprofilebtn {
	text-align:center;
	width: 96px;
	display: inline-block;
	font-size: 16px;
}
.custombg {
	margin-top: 10px;
	padding: 15px 0 10px 0;
}
#profile {
	margin-left:9px;
	font-size: 12px;
	text-align: center;
}
#ctl00_cntrlRoleSelection_panLnkAdmin hr {
	display:none;
}
#ctl00_txtUsername {
	border: 0 none;
	padding-left: 60px;
	padding: 0 10px 0 50px;
	margin-bottom:15px;
	height:40px;
	width:321px;
	position: relative;
    border: 1px solid #FFE4E1;
}
#ctl00_txtUsername_ico {
	content: "f007";
    position: absolute;
    left: 84px;
    top: 94px;
    width: 43px;
    height: 29px;
    padding: 6px 0;
    text-align: center;
    background: #FD0002; /* Skift her */
    color: #fff;
    font-size: 32px;
    z-index: 1;
}
#ctl00_txtPassword {
	border: 0 none;
	padding-left: 60px;
	padding: 0 10px 0 50px;
	margin-bottom:15px;
	height:40px;
	width:321px;
    border: 1px solid #FFE4E1;
}
#ctl00_txtPassword_ico {
    content: "f13e ";
    position: absolute;
    left: 84px;
    top: 151px;
    width: 43px;
    height: 29px;
    padding: 6px 0;
    text-align: center;
    background: #FD0002; /* Skift her */
    color: #fff;
    font-size: 32px;
    z-index: 1;
}
.prodilebtn {
	height: 55px;
}
.prodilebtn a {
	font-size:16px !important;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	border-radius:3px;
	font-weight: 700;
	height:40px;
	line-height:40px;
	text-align:center;
	width:100%;
	margin-bottom:14px;
	transition: all .1s linear;
}
.prodilebtn a:hover {
	border-bottom-width: 0px;
	margin-top:3px;
}
.prodilebtnProfile a, .prodilebtnTeams a {
	background-color:#CC5151;
	color: #FFFFFF;
	border-bottom: 3px solid rgba(198, 198, 198, 1);
}
.prodilebtnLogout a {
	background-color:#CC5151;
	color:#fff;
	border-bottom: 3px solid rgba(160, 64, 64, 1);
}
#ctl00_cntrlRoleSelection_panLnkAdmin a:before {
	content:"Administrator login";
	font-size:16px !important;
	text-decoration:none;
	text-transform: uppercase;
	display:inline-block;
	border-radius:3px;
	font-weight: 700;
	height:40px;
	line-height:40px;
	text-align:center;
	width:100%;
	margin-bottom:14px;
	background-color:#0063a7;
	background-image:url(images/adminlogo.png);
	background-position:left center;
	background-repeat:no-repeat;
	color:#fff;
	border-bottom: 3px solid rgba(0, 80, 124, 1);
	transition: all 0.1s linear 0s;
}
#ctl00_cntrlRoleSelection_panLnkAdmin a:hover:before {
	border-bottom-width: 0px;
}
#ctl00_cntrlRoleSelection_lnkAdmin {
	font-size:0px !important;
}
/*INDHOLD*/
#indhold {
	border-left:5px solid #f1f1f1;
}
/*FOOTER*/
#footerinner {
	width:1000px;
	margin:0 auto;
}
#fllogo {
	position:relative;
	float:left;
	margin-top:-23px;
}
#frlogo {
	position:relative;
	float:right;
	margin-top:-23px;
}
#footer {
	text-decoration:none;
	text-align:center;
	height:170px;
	font-weight:700;

	background-color:#1a1a1a;
	color:#fff;
	position:relative;
	z-index:1;
	}
#ftxt {
	margin-top:55px;
}
#klubmodul {
	
	margin-top:35px;
	position:relative;
	z-index:2;
}


/*IFRAMES*/

/*NYHEDER*/
.NewsIframe200 {background-image:none;} /*Body Nyhedsarkiv*/
.NewsIframe {background-image:none;} /*Body Seneste nyheder*/
.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*/
.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*/

/*FORUM*/
.ForumIframe {background-image:none;} /* Body Forum*/
.ForumIframe h2 {} /* Overskrift på Forum iFrame */
.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*/

/*FORUM*/
.CalendarIframe {background-image:none;} /* Body Kalender*/
.CalendarIframe h2 {} /* Overskrift på Kalender iFrame */
.CalItem { 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*/
.CalInfo {margin-top:5px; } /*Hele nederste linje med dato*/
.CalDate {} /*Dato KUN billede*/
.CalDateTxt { font-style:italic; font-size: x-small; } /*Dato KUN tekst*/

/*DO NOT TOUCH*/
body {
	margin:0;
	padding:0;
}
#wrapper {
	width:1000px;
	margin:0 auto;

	overflow:show; 
}
#indhold {
	position:relative;
	float:left;
	min-height:550px;
	width:813px;
	padding:0 5px;

}
#ctl00_ContentPlaceHolderBody_lblPageContent {
	display:block;
	padding-left:10px;
	padding-right:10px;
}
#footer {
	position:relative;
	float:left;
	width:100%;
}
td {
	margin:2px 2px 2px 2px;
	margin:12px 12px 12px 12px; 
	}
.IE8Fix{
	background-color:lightgrey !important;
	padding-top:5px;
	padding-bottom:5px;
	}
.DynamicMenuStyle {
	padding-left:5px;
	padding-right:5px;
}

table {
	font-size:inherit;
}
.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;
	font-size:10px;
	font-weight:bold;
	font-family:verdana;
	border:#72B0E6 solid 1px;
	padding:15px;
	color:#1A80DB;
	background-color:#FFFFFF;
  }

#ctl00_cntrlRoleSelection_panLnkAdmin {
	width:150px;
}
#hall {
	overflow-x:scroll;
}
#TipBox {
display:none;
position:absolute;
z-index:1000;
border:green dotted 1px;
padding:5px;
background-color:#FFFFFF;
}
.FormIndhold {
    background-attachment: fixed;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #000000;
    width: 250px;
} 
#ctl00_cntrlRoleSelection_panLnkAdmin hr {
	display:none;
}
/*EVENT DELTAGERLISTE*/
#EventMembers {
	color:#000 !important;
}
.km-blue, .chosen-container-single .chosen-single div b:before {
        color: rgb(253,0,2) !important;
}
.km-bg-blue, .chosen-container .chosen-results li.highlighted {
        /*background-color:#4abcea;*/
        background-color: rgb(253,0,2) !important;
}
.km-border-blue {
        border-top: 1px solid rgb(253,0,2) !important;
        border-bottom: 1px solid rgb(253,0,2) !important;
}
.km-bg-blue-fade, .dataTable tbody tr:nth-child(odd) {
        background-color: rgba(253,0,2, 0.2) !important;
}
.km-ico:before {
        color:#fff !important;
        background: #FD0002 !important;
}
.km-bico:after, .km-bico:before {
        color:#FD0002 !important;
}