/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/* Set initial font styles */
body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: small;
   color: #333333;

}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: small;
}

/*if img is inside "a" it would have borders, we don't want that*/
img {
   border: 0;
}

/* default link styles */

a,
a:link 
a:active {
       	color:#333333;
text-decoration: none;

	
}
a:visited {
      
      color:#333333;              /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #666;
   
}


/*****************
basic layout 
*****************/
body {
   background-image: url(uploads/assets/2010_bgaussen.jpg);
background-attachment: fixed;
   background-repeat:repeat; 
 
margin:0em; /* gives some air for the pagewrapper */
   
}

div#pagewrapper {
padding-top:10px;
    margin: 0 auto;
   width:1000px;
   
   }


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/




div#headermain {
height:188px;
background-image:url(uploads/assets/2010_header.jpg);
        
}

div#header {
padding-left:170px;
margin-right:270px;
padding-top:10px;        
}


div#header-left {
float:right;

width: 250px;
padding-top:10px;
padding-right:10px;
        
}
div#header-right {
float:left;
height:188px;
background-image: url(uploads/assets/2010_logo.jpg);
width:150px;

}
div#twitter {
font-style:italic;
color:#000;
margin-top: 10px;
margin-left:10px;
}

div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}


div#content {
  background-image: url(uploads/assets/trans.png);
   background-repeat:repeat; 

min-height: 1400px;
}


div#main {
padding-top: 10px;
padding-left: 20px;
margin-right: 270px;

}

div#balken {
padding-right: 10px;
border-right: 1px solid #333;
}

div#sidebar {
background-color:#0000;
padding-top: 10px;
padding-right: 10px;
   float:right;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 250px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */

   
}

div#NewsSummaryPostdate_klein {
color:#9c9c9c;

  font-size: 9px;
  margin-bottom: 0px;
 }

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {}

 /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */


div#footer {
    
   clear:both; 
    /* keep footer below content and menu */
padding-left: 10px;
padding-right: 10px;
height: 55px;
text-align:justify;
font-size:xx-small;
   
   
}

/********************
LISTEN
*********************/


#navcontainer { margin-left: 0px; }

#navcontainer ul
{
	margin: 0;
        margin-left:0px;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-transform: uppercase;
	font-weight: bold;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
padding: 5px 0px 4px 5px;
width: 242px;
height: 25px;
color: #3d608a;
text-decoration: none;
}

#navcontainer a:hover
{
color: #000;

text-decoration: none;
}




/********************
CONTENT STYLING
*********************/
div#content {



}

/* HEADINGS */
div#content h1 {
   font-size: normal;  /* font size for h1 */
   
  
}
div#content h2 {
border:0px;
   color: #3333;
   font-size: normal; 
   
}

div#content h3 {
text-transform: uppercase;
   color: #333333; 
   font-size: 17px;
padding:0px;
   
 
div#content h5 {
   color: #333333; 
   
margin-buttom:20px;
  
}


div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
background-image: url(uploads/assets/nav_bg_summer.jpg);
   
}

h6 {
   font-size: 1em;
   line-height: 1.3em;
   
}

div#content h7 {
   font-size: 10px;
color: #294B5F; 

   
}
div#content h8 {
   font-size: small;
border-bottom: 1px solid #ccc; 
     padding-bottom:10px;
}

/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #333;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {


}
div#main ul li,
div#main ol li {
   
}

div#dl dt {
   font-weight: bold;
  
}
div#dl dd {
  
}


/********************
KOMMENTARE
*********************/


div##comments { 

font-size:30px; }

/* END LISTS */
/* End of 'Layout: Top menu + 2 columns' */

