/* CSS Document */

#headlinecurrent, #headlinewelcome, #headlinenyheterfransverak {
	position: relative;
	width: 400px;
	height: 45px;	
}

#headlinecurrent span {
	background: #FCFBF7;
	color: #616157;
	background: url(../images/headlines/Headline-Aktuellt2.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#headlinewelcome span {
	background: #FCFBF7;
	color: #616157;
	background: url(../images/headlines/Headline-Welcome.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#headlinenyheterfransverak span {
	background: #FCFBF7;
	color: #616157;
	background: url(../images/headlines/Headline-NyheterFranSverak.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

div.logotypecontainer {
	height: 200px;
	color: #313127;
	background: #FCFBF7;
	padding: 50px 0 0 25px;
}

div.logotype {
	/* color: #313127;
	background: #FCFBF7; */
	position: relative;
	padding: 10px 10px 10px 10px;
	text-align: center;
	float: left;
	vertical-align: bottom;
}

div.logotype img {
	border: 1px black solid;
}

div.logotype a {
	border: none;
}

