/**
 * CSS Layout Datei
 * 
 * Autor:	Jens Mischer
 * E-Mail:	jens.mischer@arcor.de
 */

/**
 *
 */
* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

body {
	font-size: 100.1%;
        text-align: center;
}

/**
 *
 */
#SiteWrapper {
	position: relative;
        width: 59.375em;
	margin: 0 auto 0 auto;
}

/**
 *
 */
#TopWrapper {
	position: relative;
        margin: 0 0.3125em 0 0.3125em;
        background-color: #008000;
}

/**
 *
 */
#MiddleWrapper {
	position: relative;
	overflow: auto;
        margin: 0 0.3125em 0 0.3125em;
}

/**
 *
 */
#LeftColumn {
	position: relative;
	float: left;
	width: 11.25em;
        padding-bottom: 5em;
}

/**
 *
 */
#CenterColumn {
	position: relative;
	margin-left: 12em;
	margin-right: 12em;
}

/**
 *
 */
#RightColumn {
	position: relative;
	float: right;
	width: 11.25em;
        padding-bottom: 5em;
}

/**
 *
 */
#BottomWrapper {
	position: relative;
}