/* Start of CMSMS style sheet 'Terra Travel Sidebar Rechts' */
/* Terra Travel Sidebar Rechts */

div#content h1.startseite {
   color: #5C261E; 
   font-size: 1.5em; 
   text-align: center; 
   padding-bottom: 5px;
   line-height: 1.5em;
   margin: 0 0 0.2em 0;
}


div#main {
   margin-left: 1%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 28%; /* and some air on the right */
}


div#sidebar {
   float: right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

/* End of 'Terra Travel Sidebar Rechts' */

