/*********************************************
	
	LAYOUT.CSS
	
	[ LIQUID ] - PARTITESTEN
	
	BASIC LINEUP FOR PC-SCREEN
	AUTHOR: FREDRIK HAALAND ( NBMEDIA, 2010 )
	
**********************************************/

#Stripe {
	padding:40px 0px 40px 0px;
}

#headerText {
	font-size:50px;
	letter-spacing:1px;
	font-family: verdana, Arial, Tahoma;
}

.headliner {
    font-size:20px;
}

#Browser-Notifyer {
	display:none;
}

#Boxes {
	width:100%;
}

#Boxes .Box {
	width:205px;
	margin:10px;
	float:left;
	padding:15px;
	-moz-box-shadow: 0px 5px 15px #FFF7DE;
	-webkit-box-shadow: 0px 5px 15px #FFF7DE;
	box-shadow: 0px 5px 15px #FFF7DE;
	color:#FFF;
}

.Box .header {
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
}

.Box .type {
	text-transform:uppercase;
	padding-top:5px;
	font-size:20px;
	padding-left:10px;
}

.Box .shortdesc {
	text-transform:uppercase;
	padding-top:20px;
	font-size:15px;
	font-weight:bold;
}

.Box .longdesc {
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:10px;
}

.Box .enter {
	width:210px;
	background:#FFF;
	padding:4px;
	font-weight:bold;
	color:#555;
}

#Boxes .effektiv {
	background:#AF7F2B;
}

#Boxes .middels {
	background:#226F26;
}

#Boxes .grundig {
	background:#225B6F;
}

.effektiv,
div.region_intro .effektiv {
	color:#AF7F2B;
}

.middels,
div.region_intro .middels{
	color:#226F26;
}

.grundig,
div.region_intro .grundig {
	color:#225B6F;
}



#flashBox {
	width:180px;
	float:left;
	margin-top:25px;
	
	/** Flash movement overflow */
	margin-left:-50px; 
	
	/** Default HIDDEN */
	display:none;
}

#altBox {
	float:left;
	width:100%;
	background:#FFF6D8;
	margin:10px 0px 10px 0px;
	border:3px solid #000;
	position:relative;
	
	/** Rounded corners :) */
	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	/** Shading */

	box-shadow:3px 5px 2px #111;
	-moz-box-shadow:3px 5px 2px #111;
	-webkit-box-shadow:3px 5px 2px #111;
	
}

#altBox .Progress {
	text-align:center;
}

#altBox .Progress .DottBox {
	float:left;
	margin:3px 0px 3px 0px;
	text-align:rigth;
}

#altBox .Progress .DottBox .Dott {
	width:15px;
	height:15px;
	margin:5px auto 5px auto;
	border:1px solid #CCC;
	
	border-radius:5px;
	-moz-border-radius:15px;
	-webkit-border-radius:5px;
}

#altBox .QuestionLine {
	
	color:#FFF;
	font-size:20px;
	margin-left:-20px;
	padding:5px 0px 5px 20px;
	border-left:3px solid #000;

	border-top-left-radius:25px;
	-moz-border-radius-topleft:25px;
	-webkit-border-top-left-radius:25px;

	border-bottom-left-radius:25px;
	-moz-border-radius-bottomleft:25px;
	-webkit-border-bottom-left-radius:25px;
	
}

#altBox .BottomArea {
	width:600px;
}

#altBox .AnswerArea {
	padding:10px 0px 10px 0px;
	font-size:14px;
}

#altBox .ButtonArea {
	padding:20px 0px 20px 15px;
	float:left;
}

#Hint {
	display:none;
}

#HintArea {
    	top:0px;
	right:0px;
        position:absolute;
	display:block;
	font-size:22px;
	padding:1px 12px 1px 12px;
	border:1px solid #DDD;
	margin:36px 3px 20px 0px;
	float:right;
	color:#FFF;
}

#altBox .sliderArea {
	padding-top:20px;
	float:right;
	width:400px;
}

.sliderArea .sliderBox {
	width:92%;
	height:20px;
}

.sliderArea .sliderBox #slider {
	width:91%;
	float:right;
}

.sliderArea .sliderTags {
	width:100%;
	height:20px;
}

.sliderArea .sliderTags  .tag {
	float:right;
	width:20%;
	text-align:center;
	text-transform:uppercase;
	color:#7B7942;
	font-size:10px;
}




/** MODULES */

.module_left {
	width:300px;
}

.module_right {
	width:260px;
}

#shortCut a:link, #shortCut a:visited {
    font-weight: bold;
    margin:4px 0px 4px 4px;
    float:left;
    width:73px;
    padding:5px 4px;
    color:#FFF;
    text-align:center;
}


#shortCut .effektiv a {
    background:orange;
}

#shortCut .middels a {
    background:green;
}

#shortCut .grundig a {
    background:navy;
}

.Description {
	float:left;
	width:420px;
	font-size:13px;
        height:750px;
}

#content {
	margin:0 auto;
	width:98%;
	text-align:left;
	padding-top:10px;
}



h1 {
	font-size:20px;
	padding:0px 5px 0px 5px;
	margin:0px 5px 10px 5px;
	color:#385d7d;
	border-bottom:1px dotted #AAA;
}

a.link, a.link:visited {
	text-decoration:none;
	color:#385d7d;
	font-weight:bold;
}

a.link:hover {
	color:#333;
}

.smlImg {
	width:45px;
	height:35px;
}

.error {
	color:#333;
	background:#FAFAD2;
	border:1px solid #CCC;
	border-top:0px;
	margin-bottom:5px;
}

.alternativ {
	margin:6px 1px;
	padding:3px 0px 3px 10px;
	font-size:14px;
}

.alternativ:hover {
	background:url(../bilder/template/qback.png) no-repeat top left;
}

.alternativ input {
	border:none;
}

.alternativ input,
.alternativ label {
	display:block;
	float:left;
	
}

.alternativ input {
	width:5%;
}

.alternativ label  {
	width:90%;
	font-size:16px;
}

.contactW {
	width:325px;
	padding:2px 0px 2px 5px;
}

.Description h2 {
	padding:0px;
	color:#7a7944;
	margin:0px 0px 10px;
	font-size:20px;
}

.marked {
	background:#F5E7C4;
}

.reference {
	font-size:10px;
	font-style:italic;
	color:#7B7942;
}

.handwritten,
#om {
	font-style:italic;
	padding:0px 5px 15px 5px;
	line-height:22px;
}

div.partiNavn {
	color:#EEE;
	font-weight:bold;
	font-size:15px;
}

div.partiProsent {
	color:#FFF;
	font-size:15px;
}

div.link {
	height:20px;
	font-size:16px;
}

div.link a {
	vertical-align:middle;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

div.link a img {
	vertical-align:bottom;
	border:0px;
}

.agreement {
	text-decoration:none;
	color:#555;
}

.historyMessage {
	border-top:1px dotted #b6a87b;
	margin:10px 5px 0px 5px;
	padding:10px 15px 10px 15px;
	font-size:15px;
	line-height:22px;
	color:#111;
	background:url(../bilder/template/history_bg.png) repeat-x top left;
}

.historyMessage img {
	float:right;
	height:45px;
	padding:15px 15px 10px 15px;
}

.historySignature {
	padding:0px 50px 0px 0px;
	font-size:15px;
	letter-spacing:1px;
	text-align:right;
	font-style:italic;
}

.history_verified .history_none {
	font-size:14px;
	background:#f4e9c4;
	margin:2px 0px 2px 0px;
}

.history_verified a, .history_none a {
	font-size:16px;
	text-decoration:none;
	color:#b6a87b;
	font-weight:bold;
}

.history_none, .history_none a {
	font-weight:bold;
	font-size:13px;
	color:#9a9175;
}


.infoBox {
	font-size:14px;
	font-weight:normal;
	text-align:left;
	width:140px;
	background:#DDD;
	border:1px solid #CDCDCD;
}

.infoBox img {
	border:0;
}

.linkTabell img {
	height:17px;
	width:17px;
	border:0;
}

.infoBox span {
	color:#000;
}

.infoBox div a {
	text-decoration:none;
	text-transform:uppercase;
	color:#228b22;
}

div.pathWays img{
	margin:0px;
	padding:0px 3px 0px 3px;
	border:0px;
}


p {
	padding:5px 0px 5px 20px;
}


p.info {
	padding:12px 20px 12px 20px;
}


.kundetabell {
	margin-left:20px;
}

.kundetabell input {
	width:240px;
	height:20px;
}

.kundetabell input, .kundetabell img {
	margin:2px 5px 2px 5px;
}

img.kunde {
	width:100px;
	height:250px;
}

form.email {
	padding-left:10px;
}

form.email select {
	width:332px;
}

.resultat {
	background:#fff6d8 url(../bilder/template/bottom_line.png) repeat-x bottom left;
	padding-bottom:20px;
}

#LeaderName {
	background:#eaddb4;
	text-align:center;
	padding:5px 0px 5px 0px;
	margin-bottom:10px;
}

#About {
	line-height:22px;
	font-size:15px;
	font-style:italic;
	width:300px;
}

#LeaderImg {
	margin-top:10px;
	width:198px;
}

#LeaderImg, #LeaderName {
	border:1px solid #ded0a6;
}

#Result_candidate_header {
	background:#EEE8D6;
	padding:10px;
	font-size:20px;
}

#Result_candidate_header a,
#Result_candidate_header h2 {
	margin:2px;
	color:#000;
	display:block;
	float:left;
}

#Result_candidate_header img {
	margin:0px 20px 0px 5px;
}

#Result_candidate_header .link {
	float:right;
	margin:10px 25px 0px 0px;
}

#Result_candidate_header img {
	margin:0px 2px 0px 0px;
}

#Result_navigation {
	float:left;
	width:540px;
	margin:10px 0px 10px 10px;
}

#Result_navigation .navigate {
	padding:8px;
	margin:3px;
	width:110px;
	float:left;
	border:1px solid #ded0a6;
	background:#EEE8D6;
}

#Result_navigation .navigate a {
	color: #000;
}

#Logo {
	float:left;
}

#Result_Bars {
	float:left;
	width:210px;
}

#Result_Content {
	float:right;
	width:525px;
}

#Result_Interpetation {
	float:left;
	width:550px;
	overflow:hidden;
}

#Result_Interpetation h3 {
	margin:0px 7px 15px 12px;
	padding:10px 0px 10px 15px;
	color:#7A7944;
	border-top:1px solid #DED0A6;
	border-bottom:1px solid #DED0A6;
}

#Result_Interpetation .plate {
	margin:5px 0px 10px 20px;
	width:570px;
}

#Result_Interpetation .plate-inner,
#Result_Interpetation img {
	float:left;
}

#Result_Interpetation .plate-inner {
	width:450px;
	color:#7A7944;
	background:#EEE8D6;
	border:1px solid #B6A87B;
	margin-left:5px;
	padding:4px 0px 4px 20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#Result_Interpetation  .question {
	font-size:14px;
	font-weight:bold;
}

#Result_Interpetation .answer {
	font-size:13px;
	padding-left:7px;
	color:#777;
}

#Result_Interpetation .answer span {
	color:#238928;
	font-weight:bold;
}

#Result_Likes {
	float:right;
	width:200px;
	padding-bottom:10px;
}

#Result_info {
	float:left;
	width:300px;
}

#Result_info a {
	margin:25px 0px 10px 0px;
	padding:10px;
	display:block;
	color:#7a7944;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	font-style:normal;
	border:1px solid #B6A87B;
	background:#EEE8D6;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#ResultBarPlot {
	margin:10px 0px 15px 0px;
	width:100%;
	position:relative;
}

#Leader {
	float:right;
}

#Flash-inner {
	margin:5px 0px 0px -18px;
}


#user_body {
	display:block;
	background:#FFF6D8;
	margin-top:5px;
	margin-bottom:5px;
	height:60px;
}

#user_body_ad {
	width:468px;
	float:left;
	border-right:5px solid #0a2b43;
}

#user_body_inner {
	width:277px;
	height:48px;
	padding:10px;
	float:right;
	color:#7B7942;
	margin-left:10px;
}

#user_body_inner a {
	color:#7B7942;
	font-weight:bold;
}

.miniScore {
	background:#FFF;
	margin-right:5px;
	float:left;
	padding:5px;
	overflow:hidden;
}
.miniScore img {
	height:12px;
	margin-right:3px;
}


#CandidatePresentor  {
	padding:0px 10px 10px 10px;
}

#CandidatePresentor img {
	padding:5px 10px 5px 10px;
	height:48px;
}

#CandidatePresentor .visual {
	text-align:center;
	float:left;
}

#Omtale {
	padding:0px 10px 0px 10px;
}

#Omtale h5 {
	padding:3px;
	color:#7c7a47;
	background:#f3e8c3;
	text-align:center;
	margin:0px;
	width:51%;
	float:left;
}

#Omtale p {
	padding:3px 0px 3px 0px;
	margin:8px 0px 8px 0px;
	float:left;
	text-align:center;
	width:51%;
}

#Omtale img {
	float:right;
}

#aboutTheTest, #contactArea{
	float:left;
	width:48%;
	padding:5px 5px 15px 5px;
}

#aboutTheTest p {
	margin-left:13px;
	padding:3px;
	font-size:13px;
}

#nextButton.wide {
	margin-top:20px;
	margin-bottom:10px;
	width:370px;
	padding:20px 10px;
}

#GeoLocationArea {
	padding:10px;
}

#GeoLocationArea img {
	width:330px;
	float:left;
	border:1px solid #000;
}

#GeoLocationArea form {
	width:400px;
	float:left;
}

#GeoLocationArea .ui-button {
	width:47%;
	margin:3px;
}

.qNum, .qText {
	float:left;
}

.qNum{
	padding:0px 3px;
}
#GraphArea {
	text-align:center;
}

.hrule {
    color:#f3e8c3;
    height:1px;
}

#myOpinion, #myOpinion form {
    padding:0px 20px;
}

#myOpinion div {
    padding-top:5px;
    font-size: larger;
}

#myOpinion input,
#myOpinion select,
#myOpinion textarea {
    width:93%;
    padding:5px;
}

#myOpinion select{
    width:95%;
}

#myOpinion textarea {
    height:150px;
}

.statsminister {
    padding:5px 20px 0px 5px;
    position:relative;
}

.statsminister .name {
    font-size:30px;
    width:100%;
}

.statsminister .omtale {
    float:left;
    width:500px;
}

.statsminister .imageframe {
    float:right;
    height:271px;
    width:200px;
    position:relative;
    overflow:hidden;
}

.statsminister .imageframe .frame {
    padding:21px;
    overflow:hidden;
    width:140px;
    height:210px;
}

.statsminister .imageframe .display {
    position:absolute;
    top:0px;
    left:0px;
    width:200px;
    height:271px;
    background:url('../bilder/illustrasjoner/goldenframe.png') top left no-repeat;
}

.statsminister .details {
    padding-top:30px;
    float:right;
    width:200px;
    text-align:center;
}

.statsminister .details .parti-name {
    font-size:20px;
}

.statsminister .details .parti-name a {
    color:#000;
}

.regjeringene {
    padding:10px;
}

.regjering {
    padding:10px 3px 3px 3px;
    font-size:18px;
}

.regjering .periode,
.regjering .leder,
.regjering .partier {
    float:left;
}

.regjering .periode {
    width:120px;
}

.regjering .leder {
    width:270px;
}

.regjering .leder a {
    color: #000;
}

.regjering .partier .parti-logo {
    width:90px;
    float:left;
    text-align:center;
}

.notice-bottom {
    float:left;
    width:100%;
    padding-top:25px;
    font-style:italic;
}

.region-full-header {
    font-size:20px;
}

#meninger_navigation {
	position:relative;
}

#meninger_navigation .meninger_back,
#meninger_navigation .meninger_next {
	padding-left:20px;
	float:left;
}

#meninger_navigation a {
	background:transparent;
	font-size:13px;
	border:0px;
	color:#385D7D;
	padding:0px;
}
#meninger_navigation input:hover {
	border-bottom:1px dotted #385D7D;
}

/**

@media handheld, all and (max-width: 480px) {

	@import url("touchphone.css");
}

**/
