html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  76%;
	height: 100%;
}

body {
	background-color: #949AA5;
}

/* Sets the style for unvisited links. */
a, a:link {
	color: #a71212;
}
/* Sets the style for visited links. */
a:visited {
	color: #a71212;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #aa5252;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
}

/* Page design */

#outerWrapper {
	position:relative;
	margin: 0 auto 0 auto;
	width:800px;
}
#header {
	overflow: hidden;
	height: 180px;;
	background: url(images/header.png);
}
#logo {
	position:absolute;
	width:400px;
	height:83px;
	padding:30px 0 0 25px;
	text-align: center;
	visibility:hidden;
}
#title {
	position:absolute;
	right:0px;
	font: 30px/55px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #ffffff;
	letter-spacing: -1px;
	width:325px;
	text-align:right;
	padding:53px 35px 0 0;
}
#title a, #title a:link, #title a:visited {
	color: #ffffff;
	text-decoration:none;
}
#title a:hover {
	color: #d5a8a8;
	text-decoration: none;
}

/* Start buttons */

#buttonBar {
	position:relative;
	left:12px;
	top:114px;
	width:778px;
	height: 43px;
	color: #ffffff;
}

#buttonHome {
	float:left;
	width:54px;
	height:43px;
	background-image: url(images/button_home.png);
}

div.buttonDark {
	position:relative;
	float:left;
	width:101px;
	height:43px;
}

div.buttonRed {
	position:absolute;
	left:659px;
	width:103px;
	height:43px;
	background-image: url(images/button_red.png);
}
#buttonEnd {
	position:absolute;
	left:762px;
	width:16px;
	height:43px;
	background-image: url(images/button_end.png);
	
}

div.buttonText {
	position:relative;
	z-index: 11;
	width:99px;
	margin-top:12px;
	font-size:16px;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	font-style:italic;
}

img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
}

/* End buttons */

/* ---------- Typography CSS ---------- */

h1 {
	margin: .5em 0em;
	font: normal 2em Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin: .5em 0em;
	color: #a71212;
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.4em;
	margin: .5em 0em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: .5em 0em;
	font-weight: bold;
	color: #a71212;
}
h5 {
	font-size: 1.0em;
	margin: .5em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: .5em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
}


.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

/* ---------- Typography CSS end ---------- */



/* Main content start*/

#content {
	overflow: hidden;
}
#contentTop {
	overflow: hidden;
	height: 23px;
	background: url(images/contentTop.png);

}
#contentFill {
	position:relative;
	overflow: hidden;
	background: #ffffff url(images/contentFill.png) repeat-y left;
	padding: 0 35px 5px 35px;
	text-align:justify;

}

#contentLeft {
	float:left;
	width:450px;
/*	background-color: #AAAAAA; */
}


#contentRight {
	float:right;
	width: 250px;
/*	background-color: #AAAAAA; */
}

#notis {
	position:absolute;
	bottom:0px;
	right:0px;
	width: 250px;
	padding-right:inherit;

	
}

#adressekart {
	float:left;
	width:450px;
	padding-bottom:10px;
/*	background-color: #AAAAAA; */
}

#banner {
	height: 150px;
	background-color: #366;
	text-align:center;
}
#note {
	position: absolute;
	height: 113px;
	width: 113px;
	left: 24px;
	top: 185px;
	background-image: url(images/note.png);
	z-index:9;
}

/* Main content stop*/

/* Footer */

#footer {
	overflow: hidden;
	height: 76px;
	background: url(images/footer.png);
}
#footerText {
	color: #e1c1c1;
	padding: 25px 0px 0px 35px;
}
#merker {
	background: url(images/merker.png);
	background-repeat: no-repeat;
	height:88px;
}

