/*Layout*/

html
{
	height: 100%;
	width: 100%;
	margin: 0px;
	overflow: auto;
}

body
{
	background-color: #ffffff;
	margin: 0px;
	height: 100%;
	width: 100%;
}

#top
{
	background-color: #ffffff;
	width: 100%;
	height: 5%;
}

#container
{
	width: 100%;
	height: 50%;
	text-align: center;
	background-color: #E5F4F3;
}

#tv
{
	background: url(../images/background.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 154px;	
}

#logo
{
	background: url(../images/background_logo.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 116px;	
}

#bottom
{
	background-color: #E5F4F3;
	width: 100%;
	height: 25%;
	overflow: hidden;
}

#performer
{
	text-align: center;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	overflow: hidden;
}

#tekst
{
	text-align: left;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 80%;
	overflow: hidden;
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
	color: #240A4D;
}

#fotodanny
{
	margin-right: 8px;
}

a.maillink:link {color:#240A4D;}
a.maillink:visited {color:#240A4D;}
a.maillink:hover {color:#240A4D;}
a.maillink:active {color:#240A4D;}
