body {
	margin: 0;
	padding: 0;
	background: #000;
	font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

h1, p {
	margin: 0;
	padding: 0;
}

table#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

table td {
	margin: 0;
	padding: 5px;
}

table td img {
	margin: 5px;
	margin-top: 0;
	border: 0;
}

table td#content1 {
	background: transparent;
}

.forhandler {
	margin-bottom: 30px;
}

h1.forhandlerCaption {
	color: #ef4323;
	font-size: 350%;
}

table td#content2 {
	height: 100px;
	color: #fff;
}

table td#content3 {
	height: 100px;	
	background: #fff;
}



/* OBS! Content4 bruges kun til helt hvide sider */
table td#content4 {
	height: 300px;	
	background: #fff;
}

table td#content4 h1, table td#content4 h2, table td#content4 h3, table td#content4 h4 {
	/*text-align: center;*/
}




table td#footer {
	height: 100px;
	background: url(images/logo2.png) no-repeat center top;
}

table td#footer {
	text-align: center;
}

table td#footer img {
	border: 0;
	margin-top: 75px;
}

table td#footer #dk {
	margin-right: 6px;
}

table td#fill {
	height: 100px;
	background: #000;
}

/* MaxiGallery modifications */

.mgThumbscontainer {
    width: 100%;
	/*border: 1px solid blue;*/
	float: left;
	padding: 0;
	margin: 0;
}

#mgThumbs {
	/*border: 1px solid green;*/
	width: 49%;
}

ul.thumbs {
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

ul.thumbs li {
float: left;
}

ul.thumbs li img {
	padding: 0px;	
	border:	none;
}

#mgInfoBox {
	width: 450px;
	/*border: 1px solid red;*/
	text-align: center;
	border-left: 6px dotted black;
}

.picturecontainer {
	/*order: 1px solid purple;*/
	width: 450px;
	border-left: 6px dotted black;
	margin: 0;
	padding: 0;
}

#mgMenu a {
	font-size: 2.3em;
	color: #000;
	text-decoration: none;
}

#mgMenu a:hover {
	color: #ccc;
}

/* Kontaktside specifik css */

table.kontakt {
	text-align: center;
	white-space: nowrap;
}

table.kontakt td.left {
	text-align: right;
}

table.kontakt td.right {
	padding: 0 40px 0 3px;
	text-align: left;
}

/* Styling af links */

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #6F6F6F;
}

/* Banner styling på forside */
#bannerArea {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
}