/* 
================================
Skin styles for DotNetNuke
================================
*/

@import "zoutkust_style.css";
#pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #fff;
	margin:auto;
}

#skinmaster
{
    background-color: #fff;
	background-image: url("background2.jpg");
	background-repeat: no-repeat;
	padding: 0 12px 0 0;
	width : 977px;
	margin: auto;
	height:100%;
}

/*	   
#controlpanel
{
	width: 100%;
	background-color: #DFE5F2;
}
*/

#skinheader
{
    clear: both;
}

#logo 
{
    float:left;
    width: 100%;
    height: 320px;
    background-color: Transparent;
}

#login
{
    clear : both;
    float: left;
    width: 95%;
    height: 200%;
    display: block;
    border-top: solid 1 #002868;
    display:block;
    padding: 10pt 10pt 10pt 10pt;
    background-color: Transparent;
    margin: 5px 0 5px 0;
}

#topmenu
{
    clear:both;
    margin: 0;
}

#topinfo
{
    clear: both;
    height: 30px;
    background-color: Transparent;
}

#breadcrumb
{
    float: none;
    text-align:left;
    color: #fff;
}

#mainpane
{
    clear:both;
    width: 100%;
    height:100%;
    margin-bottom: 12px;
}

#leftpane
{
	float: left;
	clear:left;
    width: 31%;
    height:100%;
    background-color: Transparent;
    margin-bottom: 12px;
}

#dnn_ContentPane
{
    float: right;
	clear:right;
    width: 67%;
    height:100%;
	background-color: Transparent;
}

#vmenu
{
    clear:both;
    display:block;
    width:90%;
}

#bottominfo
{
    clear: both;
    width:100%;
    height: 12px;
}

#footer
{
    clear: both;
    width:100%;
    border-top: solid 1px #616161;
    text-align:center;
}

#footer A
{
    font-size: smaller;
    color: #616161;
    text-decoration: none;
}



