/**
 * @project	    www.mhh-plus.de
 * @copyright   2009, Claus Coviello, www.webseiten-mit-sinn.de
 * @version     Ergaenzung fuer flexible Schriftgroessen
 * @version     01.00.00
 * @since       01.00.00
 * @modified    2009-08-19
 */
body.schrift-3 {
	font-size:50%;
}

body.schrift-2 {
	font-size:60%;
}

body.schrift-1 {
	font-size:70%;
}

body.schrift0 {
	font-size:80%;
}

body.schrift1 {
	font-size:90%;
}

body.schrift2 {
	font-size:100%;
}

body.schrift3 {
	font-size:110%;
}

body.schrift1 #outer-container {
    border-left-width:233px;
}

body.schrift1 #layout-left {
    width:233px;
    margin-left:-233px;
}

body.schrift2 #outer-container {
    border-left-width:253px;
}

body.schrift2 #layout-left {
    width:253px;
    margin-left:-253px;
}

body.schrift3 #outer-container {
    border-left-width:273px;
}

body.schrift3 #layout-left {
    width:273px;
    margin-left:-273px;
}

body.schrift1 {
	background-position:236px 0px;
}   

body.schrift2 {
	background-position:256px 0px;
}   

body.schrift3 {
	background-position:276px 0px;
}   

body.schrift1 #footer-screen {
	width:862px;
}

body.schrift2 #footer-screen {
	width:882px;
}

body.schrift3 #footer-screen {
	width:902px;
}


