@import url("reset.css");
@import url("typography.css");
/* @import url("menu-dropdown.css"); */
/* @import url("stickyfooter.css"); */
body
{background-color:#3a2c1b;}
/* main-wrapper */
#main-wrapper
{margin:0 auto 0 auto; width: 900px; border: 1px solid #ccc; background:#fff;}
#main-wrapper /* vi kan ju alltig drömma */
{box-shadow:5px 5px 10px #000;-webkit-box-shadow:5px 5px 10px #000;-moz-box-shadow:5px 5px 12px #000000; border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;}
/* end main-wrapper */

/* header */
#header
{border-bottom:1px solid #ccc; padding:0px;}
#header_title
{padding:20px 20px 0px 20px;}
.oew_header
{background-color:#bdbb88;}
/* end header */

/* toplinks */
#toplinks
{padding: 5px 20px 0px 15px; height:20px; clear: both;}
#toplinks .breadcrumbs .content-text
{float: left;}
#toplinks #special-links
{float: right;}
/* end toplinks */

/* topmenu */
#topmenu
{border-bottom:1px solid #ccc; background: #eee; padding: 5px 20px 0px 15px; height: 20px; clear:both;}
/* end topmenu */

/* columns */
#column-left
{float: left; width: 190px; padding: 20px; }
#column-right
{float: right; width: 190px; padding: 20px; }
#column-main
{padding: 20px; }
#column-main.one-column
{width: 790px;}
#column-main.two-column
{float:left; width: 590px;}
#column-main.three-column
{float:left; width: 390px;}
/* end columns */

/* footer */
#footer
{border-top:1px solid #ccc; clear:both; padding:5px;}
/* end footer */	