@import "index-common.css"; 

#header { position: fixed; height: 45px; left: 0px; right: 0; top: 0; }
#icon_header { position: fixed; height: 45px; left: 0px; right: 0; top: 0; }

#left { width: 200px; position: fixed; left: 1%; right: auto; top: 191px; bottom: 0; }
#main { padding: 0%; left: 200px; right: 55%; bottom: 0; top: 191px; position: fixed; overflow: auto; } /*KLE, right: 55% -> FORM, right: 62% (cancelled so far due to concept views)*/
#right { left: 47%; right: 0; top: 191px; bottom: 0; position: fixed; overflow: auto; /* padding-bottom: 600px; */ } /*KLE, left: 47% -> FORM, left: 40% (cancelled so far due to concept views)*/
