/*========================================================*/
/*         CSS for DotNetNuke Skin - clubfidel            */
/*                   by ralfhappe                         */
/*             http://www.ralfhappe.com                   */
/*========================================================*/

/*========================================================*/
/*  General IE only                                             */
/*========================================================*/
* {
    /* ie only */
    SCROLLBAR-FACE-COLOR: #6ACBDC;
    SCROLLBAR-HIGHLIGHT-COLOR: #C069AA;
    SCROLLBAR-SHADOW-COLOR: #FFFFFF;
    SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-ARROW-COLOR: #FFFFFF;
    SCROLLBAR-TRACK-COLOR: #C069AA;
    SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML BODY                   */ 
body { background:  #FFFFFF ;}

/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

#Pagemaster
{
	margin: auto;
	width: 760px;
	height: 100%;
}

.LanguageSelectorPane
{
	text-align:right;
}

#Menue
{
	height: 35px;
}

#Login
{
    text-align: right;
    margin-bottom: 8px;
}

#Header
{
	height: 40%;
	margin-bottom: 10px;
	width: 100%;
}

#Header2
{
	height: 30px;
}
#Header22
{
	text-align:right;
}

#LeftPane	
{
	float: left; 
	width: 60%;
	text-align:left;

}

#ContentRight
{
	float: right; 
	height: 100%;
	width: 40%;
}

#Footer
{
	padding-top: 125px;
	clear:both;
	height: 50px;
	text-align:center;
	margin-bottom: 40px;
}

#FooterPane
{
	padding-top: 40px;
}

#Controlcontainer
{
	margin-top: 50px;
	text-align:left;
}

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ 
.normal, .Normal
{
    color: #816666;
}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

