/* 
================================
Skin styles for DotNetNuke
================================
*/
Body
{
 	background-color: #0724d0;
}

.skinmaster
{
	height: 100%;
	background-color: #ffffff;
	border-right: gray 0px solid;
	border-left: gray 0px solid;
	border-top: gray 0px solid;
	border-bottom: gray 0px solid;
	width=801px;
	height=401px;

}


.bluecell
{
	background-color: #0724d0;
}
.yellowcell
{
	background-color: #fefc07;
}
.graycell
{
	background-color: #c4c4c4;
}
.lightbluecell
{
	background-color: #c5dfe6;
}
.yellowbordercell
{
	background-color: #fefc07;
	background-image: url('bilder/randgelb.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}
.bluebordercell
{
	background-color: #0724d0;
	background-image: url('bilder/schweden-erholung2-image-08.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	width: 200px;
}
.imagepane
{
	height:135px;
}
.contentpane
{
	width: 1000px;
	height:100%;
	background-color: #c5dfe6;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.leftpane
{
	width: 155px;
	height:100%;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.controlpanel
{	margin:auto 0;
	padding:0px; 
	width: 100%;
	height: 1px;
	left:0; 
	top:0; 
	right:0; 
	bottom:0;
	overflow:hidden;

}

.pagemaster
{
	width: 90%;
	height: 100%;
	background-color: #ffffff;
}

.skinbottomdivider
{
	background-image: url('Bilder/bottomborder.jpg');
	background-position: left top;
	height=15px;
	background-color: #508AC8;
}
.skinbottom
{
	height=25px;
	background-position: left top;
	background-color: #508AC8;
}

.fontsmall
{
	font-size: xx-small;
}

.headerfont, a:link.headerfont, a:visited.headerfont
{
	font-size: smaller;
	color: White;
	font-weight: bolder;
	font-family: Tahoma, Arial, Helvetica;
}
.centerpage
{
	margin-top: 3px;
	margin-bottom: 3px;
}

.mainpane
{
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
}
