/* CSS Document */
body{overflow-y:scroll;}

/* anpassen des spalten-zeilen-layouts */
#wrapper{width:984px;margin:0 auto;}
#header{height:202px;}
#left{width:199px;}
#right{width:200px;}
#content{margin-right:200px;margin-left:199px;}
/* festlegung der hintergrundbilder oder -farben für die spalten links/rechts */
/*
#bg_left{background:url(img/bg_left.gif) left repeat-y;}
#bg_right{background: url("styles/img/bg_right.jpg") no-repeat top right; min-height:400px;}
*/
