/**
* buerstner.com CSS
* boxedlayout.css
*
* @author       tsitrone
* @copyright    2006
* @version      1.0
* @revision     $Revision: 1645 $
*
* $Id: boxedlayout.css 1645 2007-08-22 12:00:16Z stephan $
*
*/

/***** Basics *****/
* {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	font-size: 1%;
	line-height: 1%;
	height: 1px;
}

.invisible {
	display: none;
}

.hidden {
	font-size: 1%;
	line-height: 1%;
	height: 1px;
}





/******* Main page layout *******/
body {
	background: #E9ECF1;
	text-align: center;
}

#page {
	width: 980px;
	margin: 0 auto;
	background: white;
	text-align: left;
}





/***** Header ***** */
#header {
	height: 103px;
}

#logo {
	float: left;
}



/*** Menu top ***/
#menuTop {
	float: right;
	width: 830px;
	height: 103px;
}




/***** Stage *****/
#stage {
}

#flashStagePlaceholder {
}

#stageFlash {
}

#stageNoFlash {
	height: 60px;
	padding: 15px 0 0 0;
}

#noFlashInfoBox {
}



/***** Main content area *****/
#content {
	background: #BBBBBB;
}



/*** Three column layout with three left-floating boxes ***/

/* Left menu column box */
#boxLeft {
	float: left;
	width: 171px;
	background: brown;
	overflow: hidden;
}

/* Centered box for main content */
#boxCenter {
	float: left;
	width: 642px; /* this width property will be overridden by inline style "width:813px" defined in marker ###boxCenterStyle### on some pages */
	overflow: hidden;
}

/* Right column for dialog box */
#boxRight {
	float: left;
	width: 167px;
	background: green;
	overflow: hidden;
}



/*** Rootline ***/
#rootline {
	height: 34px;
	background: #DDDDDD;
}
#rootline .act{
	text-decoration:underline;
}


/***** Footer *****/
#footer {
	clear: both;
	background-color: #6600FF;
	padding-top: 18px;
}
#menuFooter {
	background: white;
	height: 22px;
}

