/*
Main Meeho! CSS file for the meeho domains
                    
Meeho! is a registered, copyrighted trademark. All rights reserved. ©
*/

html, body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/* DIV */

div.master-content-div {
	width: 833px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

div.main-content-menu-and-logo {
	width: 833px;
	height: 43px;
	margin-top: 30px;
	float: left;
	clear: both;
}

div.top-divider-below-menu {
	width: 833px;
	height: 21px;
	margin-top: 20px;
	float: left;
	clear: both;
}

div.front-page-picture-div {
	width: 833px;
	height: auto;
	clear: both;
}

div.front-page-three-topics {
	width: 833px;
	height: auto;
	float: left;
	clear: both;
}

div.front-page-three-topics-headline {
	width: 277px;
	height: auto;
	float: left;
}

div.front-page-three-topics-picture {
	width: 277px;
	height: 31px;
	float: left;
	clear: both;
}

div.you-are-here-div {
	background: #ffffff url(../grafik/misc/DuErHerBaggrund.jpg) top left no-repeat;
	width: 833px;
	height: 27px;
	float: left;
	clear: both;
}

/* P */

p {
	font-family: "Lucida Grande", "Helvetica";
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

p.tenpx {
	font-family: "Lucida Grande", "Helvetica";
	color: #666666;
	font-size: 10px;
	line-height: 12px;
	padding: 0px;
	margin: 0px;
}

p.afsnits-overskrift {
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

p.centreret-lille-overskrift {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

p.centreret-lille-tekst {
	color: #666666;
	margin: 0px;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	text-align: center;
	font-weight: normal;
}

p.bund-tekst {
	color: #999999;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
	text-align: center;
}

p.you-are-here-text {
	font-size: 12px;
	line-height: 27px;
	color: #666666;
	padding-left: 10px;
}

p.form-tekst {
	font-family: "Lucida Grande", "Helvetica";
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

p.presse-overskrift {
	color: #333333;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
}

p.presse-broedtekst {
	color: #444444;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* A */

a {
	color: #2c79b1;
	text-decoration: none;
	border-bottom: 1px dotted #2c79b1;
}

a.none {
	text-decoration: none;
	border: 0px;
}

/* UL */

ul {
	font-family: "Lucida Grande", "Helvetica";
	color: #333333;
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	padding-left: 29px;
	list-style: disc url(../grafik/misc/Bullet.jpg) outside;
}

li {
	padding-bottom: 5px;
}

/* Control.Modal stuff */

#modal_container {
	overflow: auto;
	font-family: "Lucida Grande", "Helvetica";
	font-size: 12px;
	color: #333333;
	width: 833px;
	height: auto;
	text-align: left;
}

#modal_overlay {  
	background-color:#000000;  
}

/* Inputs */

input.kontaktfelt {
	background: url(../grafik/kontakt/Inputfelt.jpg) top left no-repeat;
	border: none;
	width: 279px;
	height: 19px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	overflow: hidden;
}

input.nyhedsbrev {
	background: #ffffff url(../grafik/forside/bundpunkter/nyhedsbrev/Tekstfelt.jpg) top left no-repeat;
	font-family: "Lucida Grande", "Helvetica";
	border: none;
	width: 177px;
	height: 22px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0px;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	color: #000000;
}