body {
	width: 750px;
	margin: 0 auto;
}

input, select, textarea {
	padding: 0;
}

#divWrapper {
	width: 750px;
	height: auto;
	float: left;
	padding: 0px;
}

#divHeader {
	width: 750px;
	height: 45px;
	float: left;
}

#divLogo {
	float: left;
}

#divQuicklinks {
	float: right;
	padding: 15px 20px 0 0;
}

#divTop {
	width: 750px;
	height: 75px;
	clear: both;
	padding: 0;
}

#divMenu {
	width: 750px;
	height: 25px;
	padding: 0;
}

#divMenu a {
	height: 20px;
	float: left;
	padding: 5px 20px 0 20px;
}

#divSubmenu {
	width: 160px;
	float: left;
	padding: 20px;
}

#divSubmenu a {
        border-bottom: #2d2d2d thin solid;
	display: block;
	margin: 0;
	padding: 3px 0;
}

#divSubmenu br {
	display: none;
}

#divContent {
	float: left;
	width: 520px;
	height: auto;
	padding: 15px;
	text-align: left;
}

#divFooter {
	clear: both;
	padding: 4px;
	line-height: normal;
}

#divFooter p {
	margin: 0px;
}


.pStandard {
	width: auto;
	height: auto;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

.pStandard.column {
	float: left;
	width: 250px;
	padding-right: 10px;
}

.pImage {
	float: left;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Specifikt for det enkelte standard-site */
html {
	background: #000000;
}

a {
	color: #87a4b7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#divWrapper {
	background: #fff;
}

#divHeader {
	color: #fff;
	background: #000;
}

#divQuicklinks {
	text-transform: uppercase;
	font-weight: bold;
}

#divQuicklinks a {
	color: #87a4b7;
}

#divTop {
	background: #000;
}

#divMenu {
	background: #000;
	line-height: normal;
}

#divMenu a {
	font-size: 1em;
	font-weight: 700;
	color: #87a4b7;
}

#divMenu a:hover, #divMenu a.active:hover {
	text-decoration: none;
}

#divMenu a.active {
	font-weight: bold;
	text-decoration: none;
}

#divSubmenu {
	font-size: 1em;
	text-align: left;
	line-height: normal;
}

#divSubmenu a {
	color: #87a4b7;
}

#divSubmenu a:hover {
	color: #888c8e;
	text-decoration: none;
}

#divSubmenu a.active {
	font-weight: bold;
	text-decoration: none;
}

#divFooter {
	color: #87a4b7;
	background: #000;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}

#divFooter a {
	color: #87a4b7;
}

#divFooter a:hover {
	color: #fff;
	text-decoration: none;
}