/* {{pp-protected|reason=match parent|small=yes}} */
/*** Stil for Skabelon:Forside ***/

/** CSS-classer for Skabelon:Forside **/
/* kolonner */
.frontPageLeft {
	float: left;
	width: 55%;
	margin-right:5px;
}
.frontPageRight {
	float: left;
	width: 44%;
}
.portalerIntro {
	width:11%; 
	font-size:95%; 
}
/* på mindre skærme vises i stedet kolonnerne efter hinanden i fuld bredde, ligesom i
   Skabelon:Forside andre projekter/styles.css */
@media screen and ( max-width: 920px ) {
	.frontPageLeft,
	.frontPageRight {
		float: none;
		width: 100%;
		margin-right:0;
	}
}

@media screen and ( max-width: 1274px ) {
	.portalerIntro {
		display: none;
	}
}
/* [[Kategori:TemplateStyles-skabeloner]] */