/* -------------------------------------------------------------
   Stadtbau Regensburg GmbH - Print-Stylesheet
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   .autor         JANDA+ROSCHER GmbH
   .version       0.2
   .url           stadtbau-regensburg.de
   .timestamp     23/12/2009
   -------------------------------------------------------------	*/

/* -------------------------------------------------------------
   stadtbau-regensburg.de, Table of Contents
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   1. HIDE UNNECESSARY INFO
   2. RESETS
      2.1  RESET BACKGROUND
      2.2  RESET HEIGHT
      2.3  RESET WIDTH
      2.4 RESET FLOATING
   3.  CONTENT STYLES
   4.  STRUCTURE ELEMENTS




/* -------------------------------------------------------------
   1.  HIDE UNNECESSARY INFO
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#searchbar,
#navInfo,
#navMain,
#navbar,
#subHeaderLeft,
#subHeaderRight,
.navSidebar,
#footer { display: none; }


/* -------------------------------------------------------------
   2.  RESETS
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/* 2.1 RESET BACKGROUND */ 
html, 
body,
#wrap,
#header,
#logo,
#contentWrapper,
.boxContent a.mehr,
a.ttnewsMore  { background: none }


/* 2.2 RESET HEIGHT */ 
#logo,
#wrap,
#header { height: auto; }


/* 2.3 RESET WIDTH */ 
#logo,
#contentWrapper,
#mainContentWrapper,
#mainContentLeft,
#mainContentRight,
#sidebar { width: auto; }


/* 2.4 RESET FLOATING */ 
#mainContentWrapper,
#mainContentLeft,
#mainContentRight, 
#sidebar,
.ttnewsLatest img  { float: none; }



/* -------------------------------------------------------------
   3.  CONTENT STYLES
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body { color: #828282; }

h1 { margin: 1cm 0; color: #80919a; font-weight: normal; }
h2 { color: #80919a; font-weight: bold; }
h3 { color: #80919a; font-weight: bold; }
h4 { color: #80919a; font-weight: bold; }


img { border: none; }
a { color: #828282; text-decoration: none; font-weight: bold; }

/* -------------------------------------------------------------
   4.  STRUCTURE ELEMENTS
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#logo { position: static; }
#logo img { display: block; }

#logo img,
#subHeaderLeft { margin-bottom: 2cm; } 

#mainContentRight { margin-left: 0px; }
