body {	
	margin: 0 0 1em 0;	
	padding: 0;	color: black;	
	background-color: #eee;	line-height: 130%;	
	font-family: arial, helvetica, verdana, tahoma, sans-serif;	text-align: center;
}

#wrapper-header {	
	background: #222;
}

#header {	
	background: #222 url('../images/banner.jpg') left no-repeat;	
	width: 900px;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -0.1em;
}

#wrapper-menu {
	background: #990000 url('../images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 900px;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
} 

#menu {
	padding-right: 0; 
} 
/* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	width: 100%;
}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	padding: 0.2em 1em;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #990000;
}

#menu ul li a:hover {
	background: #990000 url('../images/menu-hover.png') repeat-x;
	color: #fff;
}

#content-wrapper {
	width: 880px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 10px 20px 10px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: #ffffff;
	font-size: 90%;
	text-align: left;
}

#content {
	width: 75%;
	float:left;
}
/* Right menu */

#right{
  	width: 169px;
	float: right;
	padding: 0px;
	margin: 0px;
	
}

#right .menu {
	background: url(../images/menubar_middle.png) repeat-y top left;
}

#right .menucontent {
 	padding: 0px 15px;
}

#right .top{  
	background: url(../images/menubar_top.png) no-repeat top left;	
	padding: 0px;	
	margin: 0px;	
	width: 169px;	
	height: 18px;
}

#right .bottom {  
	background: url(../images/menubar_bottom.png) no-repeat bottom left;	
	padding: 0px;	
	margin: 0px;	
	width: 169px;	
	height: 21px;
} 

#right ul {	
	margin: 0px;	
	padding: 0px;	
	list-style-type: none; 
	/* list-style-image: url(../images/arrow_mini.gif); */
}

#right ul li {	
	margin: 0px;	
	padding: 0px;
	display: block;
}

#right ul a {	
	display: block;	
	width: 125px;	
	background: transparent;	
	color: #000;	
	padding: 3px;	
	/* padding-left: 10px; */
	text-decoration: none;	
	margin: 0px;	
	border: 0px;
}

#right ul a:hover {	
	color: #FFFFFF;	
	/* background: #000;  822C0F */
}

#right .sponsor_menu {
	margin-top: 20px;
	background: url(../images/sponsor_menu_middle.png) repeat-y top left;
}

#right .sponsor_menucontent {
 	text-align: center;
}

#right .sponsor_top{  
	background: url(../images/sponsor_menu_top.png) no-repeat top left;	
	padding: 0px;	
	margin: 0px;	
	width: 169px;	
	height: 18px;
}

#right .sponsor_bottom {  
	background: url(../images/sponsor_menu_bottom.png) no-repeat bottom left;	
	padding: 0px;	
	margin: 0px;	
	width: 169px;	
	height: 21px;
} 

#right h1 {	
	padding: 0px;	
	margin: 0px;	
	margin-bottom: 5px;	
	color: #fff;	
	background-color: transparent;	
	font-size: 1.0em;	
	font-weight: bold;
}

#right hr{  	
	border: 0px;  	
	border-bottom: 1px #F0EBE7 dashed;	
	height: 1px;
}

#right img {
	margin-top: 20px;
}

/* html */ 

#content { 
	padding-top: 1.8em; 
} 
/* Set padding top in IE to 20px */
#footer {	
	margin: 0 auto;	
	padding: 2px 10px;
	width: 880px;
	text-align: right;	
	color: white;	
	letter-spacing: 0.15em;	
	background: #990000 url('../images/menu-background.png') top left repeat-x;	
	border-top: 1px solid #000;	
	border-bottom: 1px solid #000;	border-left: 1px solid #990000;	
	border-right: 1px solid #990000;	
	font-size: 80%;
}
h2 {	
	color: #666;	
	padding-bottom: 3px;	
	border-bottom: 1px solid #cc0000;	
	font-size: 150%;	
	/* letter-spacing: -0.1em; */
}
h3 {	
	color: #666;	
	margin-left: 1em;	
	width: 92%;	
	padding-bottom: 3px;	
	border-bottom: 1px solid #cc0000;	
	font-size: 100%;
}
a:link, a:visited {	
	color: #990000;	
	text-decoration: none;
}a:hover{	
	color: #000;	
	text-decoration: underline;
}
#footer a:link, #footer a:visited {	
	color: #000;	
	text-decoration: none;
}
#footer a:hover {	
	color: #fff;	
	text-decoration: underline;
}
p { 
	margin-left: 1em; 
}
/* indmeldings side - form layout */

form{	
	margin-top: 0px;	
	padding-left: 1em;
}
div.row{ 
	clear: both;  
	width: 448px;
}
div.row span.formlabel { 
	float: left;  
	width: 150px;  
	text-align: left;
}
div.row span.forminput{ 
	float: right;  
	text-align: right;
} 
div.spacer{ 
	clear: both;  
	width: 80px;
}
input, textarea{ 
	width: 259px;   
	font-family: verdana, arial, sans-serif;  
	border: 1px solid;  
	font-size: 100%;  
	margin: 2px;  
	background: #FFFFFF;  
	color: #000;  
	border-color: #990000;
}
select {	
	width: 265px;	
	margin: 2px;	
	background-color: #990000;	
	color: #fff;
}
.submit{ 
	font-family: verdana, arial, sans-serif;  
	border: 1px solid;  
	width: 70px;  
	height: 22px;  
	cursor: pointer;  
	font-size: 100%;
}
div.validaterow{ 
	clear: both;  
	width: 448px;  
	margin-left: 1em;
}
div.validaterow span.formlabel { 
	float: left;  
	width: 150px;  
	text-align: left;
}

/* Sponsore, tøj, kalender design */
.content-wrapper {	
	float:left;	
	width:90%;	
	padding: 5px 5px 5px 5px;	
	margin: 0px 10px 5px 1em;	
	background: transparent;	
	border: 1px solid #990000;	
	color: #000;
}
.content-pic {	
	float: left;	
	vertical-align: middle;	
	width: 160px;
}
.content-text p {	
	margin-left: 0em;
}
.content-pic img {	
	vertical-align: middle;	
	border: none;
}
.content-text {	
	width: 70%;	
	float: right;	
	text-align: left;	
	padding: 0px 0px 0px 5px;
}

/* Nyheds design */
.nyhed-wrapper {	
	float:left;	
	width: 97%;	
	padding: 5px 5px 5px 5px;	
	margin: 5px 1em 0px 1em;	
	background: transparent;	
	color: #000;
}
.nyhed-wrapper img {	
	float: right;		
	margin: 1em 1em 1em 1em;	
	border: none;
}
.nyhed-wrapper p, .nyhed-wrapper-forside p {	
	margin-left: 0;
}
.nyhed-wrapper-forside {	
	float:left;	
	width: 100%;	
	padding: 0px 5px 5px 0px;	
	margin: 0px 1em 0px 0px;	
	background: transparent;	
	color: #000;
}
.nyhed-wrapper-forside img {	
	float: left;		
	margin: 1em 1em 1em 1em;	
	border: none;
}
.nyhed-overskrift {	
	width: 100%;	
	border-bottom: 1px solid #990000;	
}
.nyhed-titel {	
	color: #666;	
	float: left;	
	width: 300px;	
	font-size: 110%;	
	font-weight: bold;
}
.nyhed-dato {	
	color: #666;	
	float: right;	
	text-align: right;	
	font-size: 12px;	
	font-weight: bold;
}
.nyhed-text-forside {	
	margin-top: 1em;	
	margin-left: 1em;
}
.nyhed-text {	
	margin-top: 1em;
}

/* medlemsskaber */

#medlemsskab {	
	width:650px;
}

#accordion h3 {	
	font-size: 14px;
}

/* Trænings tider */

.tidslinie { 	
	margin-left: 1em;	
	clear: both;	
	width: 448px;
}
.tidslinie span.dag{ 
	float: left;  
	width: 150px;  
	text-align: left;
}
.tidslinie span.tid{ 
	float: left;  
	text-align: left;
} 

/* Nyheds print */
.nyhedsoverskrift {	
	float: left;	
	margin: 1em;	
	font-weight: bold;	
	clear: both;
}	
.nyhedsprint { 	
	margin-left: 1em;	
	clear: both;	
	width: 700px;
}
.nyhedsprint span.dato{ 
	float: left;  
	width: 200px;  
	text-align: left;
}
.nyhedsprint span.beskrivelse { 	
	float: left;	
	text-align: left;
}
#nyhedsprint_top { 	
	margin-left: 1em;	
	clear: both;	
	width: 92%;	
	border-bottom: 1px solid #cc0000;	
	padding-bottom: 3px;	
	margin-bottom: 1.3em;	
	height: auto;
}
#nyhedsprint_top .info { 	
	color: #666;	
	float: left;	
	width: 400px;	
	text-align: left;	
	font-weight: bold;	
	font-size: 100%;
}
#nyhedsprint_top .print { 	
	float: right;	
	text-align: right;
}

/* Billeder */ 

#billed_top {
	padding-bottom: 3px;	
	letter-spacing: -1px; 	
	clear: both;	
	width: 100%;	
	border-bottom: 1px solid #cc0000;	
	padding-bottom: 3px;	
	margin-bottom: 1.3em;	
	height: auto;
}
#billed_top .info { 	
	color: #666;	
	float: left;	
	width: 400px;	
	text-align: left;	
	font-weight: bold;	
	font-size: 150%;
}
#billed_top .print { 	
	float: right;	
	text-align: right;
}

.content-picture {	
	float:left;	
	width:100px;	
	padding: 5px 5px 5px 5px;	
}
img {	
	border:none;	
}

/* Ruter */

#hold_menu {
	width: 98%;
	margin: 1em;
	padding-bottom: 3px;	
	border-bottom: 1px solid #cc0000;
}

#hold_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

#hold_menu li {
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
	
}
.clear {	
	clear:both;
}