/* Start of CMSMS style sheet 'GSC LAYOUT : Left sidebar + 1 column' */
/*****************
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 {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 100.01%;
   line-height: 1.2em;
}

/* set font size for all divs, this overrides some body rules */

div {font-size: 1em;}

/* if img is inside "a" it would have  borders, we don't want that */

img {border: 0;}

/* default link styles */
/* set all links to have underline and black color */

a, a:link  a:active {text-decoration: underline;background-color: inherit;color:black;}
a:visited { text-decoration: underline; background-color: inherit; color:#696969;}


/* remove underline on hover and change color */

a:hover {text-decoration: none; background-color: #C3D4DF;color:red;}

/* weiterführende interne links mit Pfeil >> definieren */
.linkdetails a:before{content:url(uploads/gsc/doppel_rot_rechts.gif);}

/*****************
basic layout 
*****************/

body {
   background-color: #ccc;
   color: #333;
   margin:1em;    
}

/* center wrapper, min max width */

div#pagewrapper {
   border: 1px solid black;
   margin: 0 auto; 
         
   max-width: 80em;   
   min-width: 60em;
   max-height: auto; overflow:hidden;
   background-color: #fff;;
   color: black;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/

div#header {
   height: 160px;    
   background: white;
/* GSC Hold Distance from Borderline for the header-title h1*/ 
   margin: 1em 0.5em;          
}

div#header h1 a {
/* you can set your own image here */
   margin-left: 10%;  
   margin-right: 2%;  
   background: white  url(uploads/gsc/front.jpg) no-repeat scroll center 0; 
   display: block;
   height: 160px;            
   text-indent: -999em;   
   text-decoration:none;  
}

div#header h2 {
/* this is where the site name is */
	float: right;
	line-height: 1.2em;
/* this keeps IE6 from not showing the whole text */
	font-size: 2.1em;
/* keeps the size uniform */
	margin: 45px 120px 0px 200px;
/* adjust according your text size */
	color: #f4f4f4;
}

/* position for the search box */
div#search {
   float: right;
   width: 27em;    
   text-align: right;
   padding: 0.6em 2em 0.2em 0;
   margin: 0.5 0.5 em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0;  
   font-size: 90%;         
   margin: 0 1em;         
   border-bottom: 1px dotted #000;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 

 div#content {
   margin: 1.5em auto 2em 0;   
}


div#main {
   margin-left: 29%;  
   margin-right: 2%;  
}

div#main ul li.licircle { 
   list-style-type:none;
   list-style-position:inside;
   list-style-image: none;
   line-height:1.5;
}

div#main ol li { 
   list-style-type:decimal-leading-zero;
   list-style-position:inside;
   line-height:1.5;
   list-style-image: none;
}

div#main ul li  { 
   list-style-type:circle;
   list-style-position:inside;
   list-style-image: url(uploads/gsc/doppel_rot_rechts.gif);
   line-height:1.5;
}



div#sidebar {
   float: left;         
   width: 26%;      
   display: inline;  
   margin-left: 0;
}

/* div#footer {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
color:#595959;
padding:0 0 0 10px;
}
*/


div#footer {
   clear: both;       
   color: #000;

  background-color: white; 
  border-top:0.3px dotted black;
 background:transparent url(uploads/ngrey/wtopleft.gif) no-repeat scroll left top;
 
  background-repeat:no-repeat;
  background-position:right 50%;

font-size: 0.5em;
}


div#footer a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: gray;  }

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       
   text-align: center;  
   margin: 0;
}

div#footer p a {
   color: gray; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hide all hr for accessibility we create new hr with extra div element */

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */

/* ID's */
#fussnav {width:100%;}
#fussnav #links33 {width:33%;float:left;}
#fussnav #rechts33 {width:33%;float:left;}
#fussnav #ganzrechts33 {width:33%;float:right;text-align:right;}
#links33 a:before{content:url(uploads/gsc/doppel_rot_links.gif);}
#rechts33 a:before{content:url(uploads/gsc/doppel_rot_rechts.gif);}
#ganzrechts33 a:before{content:url(uploads/gsc/doppel_rot_top.gif);}
#pdfdatei a:before{content:url(images/cms/pdf.gif);}


/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  
   line-height: 1em;
   margin: 0;
}

div#content h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
	padding-left: 0.5em;
	padding-bottom: 1px;
	border-bottom: 1px solid red; 
	border-left: 0.3em solid red; 
        line-height: 1.5em;
        margin: 0.5em 0 0.5em 0;
}

div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0.5em 0 0 0;
}

div#content h4 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0.5em 0 0 0;
}

div#content h5 {
   color: #294B5F; 
   font-size: 1.0em;
   line-height: 1.1em;
   margin: 0.5em 0 0 0;
}

h6 {
   color: #294B5F; 
   font-size: 0.7em;
   line-height: 0.7em;
   margin: 0.25em 0 0 0;
}
/* END HEADINGS */

/* TEXT */
p:first-letter { font-size:100%; font-weight:bold}

p {
    padding: 0.3em
}
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 #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}


/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}



/* END LISTS */
/* Download Upload */
#du  {width:400px;}
#du textarea,input,submit {cursor:pointer;}
#du input.text {width:400px;margin-left:5px;padding:5px;}
#du textarea {height:200px;}
#du legend {font-size:10pt;font-weight:bold;}
#du td {font-size:10pt;font-weight:normal;}
.tl {width:190px;}
#du input.checkbox {text-align:left;margin-left:10px;} 
#du textarea {width:200px;}

/* kleine eigene Formate */
.einskommafuenf {line-height:1.5;}

#NewsSummaryContent, #NewsPostDetailSummary, #NewsPostDetailExtra, #NewsPostDetailContent, #NewsPostDetailTitle, h3.NewsPostDetailTitle, .NewsSummaryMorelink
{
margin: 1em 1em 0 0
}

.NewsSummary, .NewsSummarySummary, 
{
margin: 1em 1em 0 0
}

/* End of 'GSC LAYOUT : Left sidebar + 1 column' */

