/*
RESET
http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

/**
 * Redefine
 */
body {
	font-family: Calibri, Helvetica, Arial, Verdana, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url('images/body_bg.png');
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #000;
}
h1 { font-size: 1.1em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.1em; }
h6, p, li { font-size: 1.0em; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000; padding-top: 5px; }

a { color: #000; }
a:link { text-decoration: underline;  }
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }

form { margin: 0px; padding: 0px; clear: both; }
input, textarea {}
table, th, td { font-size: 1.0em; text-align: left; }
th { font-weight: bold; }
p { margin-top: 20px; line-height: 15px; }
p, em { width: 100%; }
strong { font-weight: bold; }
hr { width: 100%; height: 1px; margin: 30px 0px 30px 0px; padding: 0px; clear: both; border: 0px solid #ccc; border-top: 1px solid #ccc; text-align: left; }

/**
 * Divs
 */
#Page {
	width: 820px;
	text-align: left;
	padding: auto;
	margin: auto;
}
#Header {
	width: 820px;
	height: 50px;
	float: right;
	padding: auto;
	clear: both;
	text-align: left;
}

#Logo {
	float: left;
	width: 300px;
	height: 50px;
	margin: 0px;
	background-image: url('images/logo.png');
	background-position: left top;
	background-repeat: no-repeat;
}
#Logo img {
	width: 300px;
	height: 50px;
}

#ColWrapper {
	width: 820px;
	float: left;
}
#ColWrapperEnd {
	display: none;
}

#Col1 {
	float: left;
	width: 820px; /* 555 */
	clear: none;
	overflow:hidden;
	display:inline-block;
}

#MainContent {
	width: 697px;
	margin: 32px 0px 0px 61px;
	padding: 0px;
	text-align: left;
	clear: both;
}

.articleShowSingle {
	width: 700px;
}

.Profil .articleShowSingle table td {
	padding-right: 40px;
}
.Profil .articleShowSingle hr {
	width: 94%; height: 1px; margin: 10px 0px 12px 0px; padding: 0px; clear: both; border: 0px solid #ccc; border-top: 1px solid #ccc; text-align: left;
}
.Profil .articleShowSingle table td hr {
	width: 100%; height: 1px; margin: 10px 0px 12px 0px; padding: 0px; clear: both; border: 0px solid #ccc; border-top: 1px solid #ccc; text-align: left;
}

/*
* Navigasjon
*/
#Header .Navigation {
	width: 520px;
	float: left;
	font-weight: bold;
	color: #000;
	clear: none;
	margin: 0px 0px 0px 0px;
	background-color: #000;
}
#Header .Navigation .Main {
}
#Header .Navigation ul {
	margin: 0px;
	padding: 16px 0px 0px 0px;
	list-style: none;
}

#Header .Navigation ul li {
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#Header .Navigation ul li a {
	float: left;
	color: #fff;
	text-decoration: none;
	height: 19px;
	padding: 14px 10px 0px 15px;
	margin: 0px 10px 0px 0px;
	display: block;
}
#Header .Navigation .Main ul li a.Active, #Header .Navigation .Main ul li a.Active:hover {
	color: #000;
	padding: 14px 15px 0px 15px;
	background-color: #fff;
}
#Header .Navigation .Main span.Active {
	width: 6px;
	height: 32px;
	float: left;
	display: block;
}

/*
* Prosjekt
*/
#ProjectNavigation {
	float: left;
	width: 177px;
	padding-right: 0px;
}
#ProjectNavigation p {
	padding: 0px;
	margin: 0px;
}
#ProjectNavigation h2 {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#ProjectNavigation #Info {
	width: 177px;
}
#ProjectNavigation #Info iframe {
	border: 1px solid #ccc;
}
#ProjectNavigation #Other select {
	width: 177px;
}
#ProjectNavigation #Pictures {
	width: 177px;
	margin-top: 8px;
}
#ProjectNavigation #Pictures .Selected {
	font-weight: bold;
}
#ProjectPicture {
	float: left;
	width: 510px;
	padding: 0px;
	margin: 0px;
}
#ProjectThumbnails {
	clear: both;
	height: 60px;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#ProjectThumbnails div {
	float: left;
	margin-right: 8px;
}
#ProjectThumbnails img {
}

#Footer {
	color: #000;
	width: 820px;
	height: 74px;
	padding: auto;
	margin: auto;
	clear: both;
	text-align: left;
}
#Footer .Inner {
	width: 900px;
	padding: 44px 0px 0px 30px;
}
#Footer .Text {
	padding: 4px;
}
#Footer .Text.Left {
	padding: 4px 4px 4px 20px;
}
#Footer .Left {
	float: left;
}
#Footer .Right {
	float: right;
}
#Footer a {
	color: #fff;
}
.Copyright {
	width: 820px;
	text-align: center;
	clear: both;
	padding: auto;
	margin: auto;
	margin-top: 20px;
}
.Nav {
	width: 820px;
	padding: auto;
	margin: auto;
	text-align: center;
	clear: both;
}
.Nav a {
	color: #000;
}

/*
* GDU stamp
*/
#GDU {
	width: 100%;
	text-align: center;
	font-size: 9px;
	color: #333;
	margin-top: 40px;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
#GDU div {
	width: 200px;
	padding: auto;
	margin: auto;
}
#GDU strong { display: block; font-size: 10px; }
#GDU a {
	text-decoration: none;
	color: #aaa;
}
#GDU a:hover {
	color: #333;
	text-decoration: none;
}
#GDU #gduWEB {
	text-decoration: none;
}

/**
 * mono
 */
.Buy {
	clear: none;
	color: #000;
	float: left;
	width: 400px;
	text-align: left;
}
.Buy .Wrapper {
	clear: both;
	margin-bottom: 15px;
}
.Buy .Content {
	padding: 77px 0px 0px 240px;
}
.ContentMono .Cover {
	width: 240px;
	float: right;
	clear: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 0px 30px 0px 0px;
}
.ContentMono .Cover img {
	margin-top: 5px;
}
.ContentMono h1 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	color: #000;
}
.ContentMono .pLarge {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.Label {
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 160px;
	height: 22px;
}
.Text {
	font-size: 12px;
	font-weight: bold;
}
input {
	font-size: 13px;
	color: #000;
	padding: 0px;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 220px;
}

.LiveEditNewElement .Label, .LiveEditNewElement textarea {
	clear: both;
}

/**
 * Validation
 */
input.validation-failed, textarea.validation-failed {
	border: 1px solid #F36420;
	color : #FF3300;
	clear: both;
}
label.error {
	color: #F36420;
	clear: both;
}
