.contentPlan{
	background: url("/media/images/topGradient.png") no-repeat;
	overflow: auto;
	margin-left:1px;

}

h1.overskrift{
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	color: black;
}
h2.smallHeading{
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	margin-top: 14px;
}

.planContainer{
	width:751px;
	background: url("/media/images/pickPlan/komigangpris.png") no-repeat;
	margin: 15px auto;
	height:250px;
}
.plan{
	width:187px;
	height: 240px;
	
}
.left{
	float: left;
}

.right{
	float: right;
	}
	
.plan h1{
	margin-top:24px;
	text-align: center;
	padding-bottom: 0px;
	font-size:15px;

}
.plan h2{
	font-size:13px;
	text-align: center;
}
.planContent{
	margin-top:10px;
	height:112px;
}
.planContent ul{
	padding:0;
}
.planContent li{
	list-style: none;
	font-size:14px;
	text-align: center;
	color:#3b87a6;
	font-weight: 500;
	padding-bottom: 3px;
}
.red{
	color:#dc512e;
	font-weight: 700;
}
.createHolder{
	width:100%;
}
.createHolder img{
	margin-left:50px;
}
.questionCon{
	width:751px;
	margin:15px auto;
	overflow: auto;

}
h1.question{
	font-size: 15px;
	letter-spacing: 0;
	padding-left: 0px;
	padding-top:15px;
	clear:left;
}
h4.answer{
	font-size: 12px;
}
.questionColumnLeft{
	float:left;
	width: 350px;
	
}
.questionColumnRight{
	float:right;
	width: 350px;
	
}

/*TOOLTIP*/
div.tooltipBasic { 
    background-repeat: no-repeat; 
    background-image: url(/media/images/tooltip/tooltip.png);  
    
    width:292px;
    height:310px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
}
div.tooltipText{
	width:215px;
	padding-left:55px;
    padding-top: 30px;
    font-weight: 600;
}
.pointer{
	cursor: pointer;
}
h1.groupsHeading{
	font-family: Georgia, times;
	font-size: 15px;
	letter-spacing: 0px;
}
.logo{
	float:left;
	width:100px;
	margin-left:20px;
}
.groupName{
	float:left;
	padding-top:3px;
	font-family: Georgia, times;
	display:inline-block;
	padding-left:10px;
	width:130px;
}
.group{
	width:300px;
	clear:both;
	display: inline-block;
	padding-bottom: 6px;
}
/*rød tekstfarve kode: dc512e*/
