img {
	border: none;
}

body {
	background: #93b800 url('/includes/images/og/background.gif') repeat-x;
	margin: 0;
	font: 11px 'Trebuchet MS';
	line-height: 18px;
	color: #000;
}
a {
	color: #718d00;
}

#Wrapper {
	margin: 0 auto;
	width: 914px;
	padding: 0 18px;
	background: transparent url('/includes/images/og/content_background.png') repeat-y;
}

#TopWrapper {
	position: relative;
	height: 150px;
}

#Logo {
	position: absolute;
	top: 15px;
	right: 20px;
}

/*
 *   Menu
 */

#MenuWrapper ul,
#MenuWrapper ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#MenuWrapper {
	height: 28px; 
	position: absolute;
	bottom: 0;
	width: 100%;
}

#MenuWrapper ul {
	margin: 0 auto;
}
#MenuWrapper ul li {
	text-align: center;
	float: left;
	margin: 0 1px;
	line-height: 26px; /* Aligning text vertically using line-height */
}
#MenuWrapper ul li a {
	display: block; /* Making the hole tab a clickable link */
	width: 93px; /*Fixed width on the link, the same width as the image width */
	height: 28px; 
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	background: transparent url('/includes/images/og/tab_default.gif') no-repeat;
}
#MenuWrapper ul li.active a,
#MenuWrapper ul li a:hover {
	color: #8c1517;
	background: transparent url('/includes/images/og/tab_active.gif') no-repeat;
}

/*
 * Brødkrumme
 */
#Nav {
	height: 32px;
	clear: both;
	color: #fff;
}
#Nav #Breadcrumb {
	float: left;
	margin: 0 0 0 10px;
	line-height: 30px;
}
#Nav #Breadcrumb a {
	color: #fff;
	text-decoration: none;
}
#Nav #Breadcrumb a:hover {
	text-decoration: underline;

}
#Nav #Languages {
	float: right;
	margin: 9px 0 0 0;
}
#Nav #Languages span {
	margin: 10px 10px 0 0;
}

/*
 *	Content
 */

#ContentWrapper {
	background: #fff;
}
#ContentWrapper #LeftWrapper,
#ContentWrapper #Content,
#ContentWrapper #RightWrapper {
	float: left;
}
#ContentWrapper #LeftWrapper {
	width: 160px;
}
#ContentWrapper #LeftWrapper #Left,
#ContentWrapper #RightWrapper #Right {
	margin: 10px;
}
/* Left menu */
#ContentWrapper #LeftWrapper #Left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ContentWrapper #LeftWrapper #Left ul ul {
	padding: 0 0 0 1em;
}
#Left ul li a {
	color: #000;
	text-decoration: none;
}
#Left ul li a:hover {
	color: #718d00;
	text-decoration: underline;
}
#ContentWrapper #Content {
	width: 534px;
	padding-bottom: 10px;
}
#ContentWrapper #RightWrapper {
	width: 220px;
}
#ContentWrapper #fixContent {
	clear: left;
}

/*
 *	Footer
 */
#FooterWrapper {
	width: 950px;
	margin: 0 auto;
}
#Footer {
	background: transparent url('/includes/images/og/content_footer.png') no-repeat;
	float: left;
	width: 914px;
	padding: 0 18px;
	line-height: 25px;
}
#Footer #Info {
	float: left;
	color: #fff;
}
#Footer #Intern1 {
	float: right;
}
#Footer #Intern1,
#Footer #Intern1 a {
	color: #607800;
	text-decoration: none;
}
#Footer #Intern1 a:hover {
	color: #333;
}

/*
 *	Text styles/classes
 */

h1, h2,
h3, h4,
h5, h6 {
	font-family: 'Georgia', 'Trebuchet MS';
}

 h1 {
	color: #93b800;
	font-family: 'Georgia', 'Trebuchet MS';
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1.1em;
	margin: 0.6em 0;
 }

 h2 {
	color: #333;
	font-family: 'Trebuchet MS', 'Georgia';
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 1.0em 0;
 }

  h3 {
	color: #333;
	font-family: 'Trebuchet MS', 'Georgia';
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 1.0em 0;
 }