/* Start of CMSMS style sheet 'gmc' */
/*****************
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: Arial, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
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 no underline and bluish color */
a,
a:link a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #756742; 
}

a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #756742; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #756742;                /* a different color can be used for visited links */
}


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

/* navigation color */
a.nav,
a.nav:link a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #b5a04f; 
}

a.nav:active {
   text-decoration: none;
   background-color: inherit; 
   color: #b5a04f; 
}

a.nav:visited {
   text-decoration: none;
   background-color: inherit;
   color: #b5a04f;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a.nav:hover {
   text-decoration: none;
   background-color: inherit;
   color: #cccccc;
}
/*****************
basic layout 
*****************/
html {
   
   overflow-y: scroll;
}

body {
   background-color: #ffffff;
   background-image: url(/images/gmc/bgg.jpg);
   background-repeat: repeat-x;
   color: #333;
   height:100%;
}

div#bg_big100 {
   z-index: 0;
   width: 100%;
   height:100%;
   margin: 0 auto;
   background-image: url(/images/gmc/bg_all.jpg);
   background-repeat: repeat-y;
   background-attachment:scroll;
   background-position:center center;
   position: absolute;
   margin-left: -1px;
}

* html div#bg_big100 {                                       /* IE 6 bluebottom */
   z-index: 0;
   width: 969px;
   height:100%;
   margin: 0 auto;
   background-image: url(/images/gmc/bg_all.jpg);
   background-repeat: repeat-y;
   background-attachment:scroll;
   background-position:center center;
   position: absolute;
}

*:first-child+html #bg_big100 {                            /* IE 7 bluebottom */
   z-index: 0;
   width: 969px;
   height:100%;
   margin: 0 auto;
   background-image: url(/images/gmc/bg_all.jpg);
   background-repeat: repeat-y;
   background-attachment:scroll;
   background-position:center center;
   position: absolute;
  }

div#bg_big {
   z-index: 0;
   width: 969px;
   margin: 0 auto;
   background-image: url(/images/gmc/bg_all.jpg);
   background-repeat: repeat-y;
   position: relative;
}

/* center wrapper, min max width */
div#pagewrapper {
   z-index: 3;
   width: 969px;
   min-height: 650px;
   margin: 0 auto;        /* this centers wrapper */
   background-image: url(/images/gmc/layout-def_15d.jpg);
   background-repeat: no-repeat;
   position: relative;
}


/*** 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: 93px;    /* adjust according your image size */
   width: 969px;
}

div#header h1 a {
/* you can set your own image here */
   background-image: url(/images/gmc/top.jpg);
   background-repeat: no-repeat;    
   display: block;
   height: 93px;             /* adjust according your image size */
   width: 969px;
   text-indent: -999em;  /* this hides the text */
   text-decoration: none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

 div#content {
   z-index: 0;
   left: 5px;
   margin-top: 0;
   width: 969px;
   min-height: 537px;
   position: relative;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 203px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-top: 0;
   padding-left: 52px;
   position: relative;
}

div#main {
   z-index: 0;
   background-image: url(/images/gmc/bg_stage.jpg);
   background-repeat: repeat-y;
   margin-right: 37px; /* and some air on the right */
   margin-top: 0px;
   min-height: 495px;
   width: 670px;
   position: relative;
}

div#verlauf {
   background-image: url(/images/gmc/stage_top.jpg);
   background-repeat: no-repeat;
   margin-top: -3px;
   position: relative;
}

* html div#verlauf {            /* IE6 verlauf settings */
   margin-top: -10px;
   height: 496px;
}

div#text {
   padding-top: 30px;
   padding-left: 45px;
   padding-right: 40px;
   padding-bottom: 2px;
   position: relative;
}

* html div#text {            /* IE6 text settings */
   margin-top: 10px;
}


div#endst {
   bottom: -1px;
   margin-position: absolute;
}

* html div#endst {           /* IE6 text settings */
   margin-bottom: -1px;
}

*:first-child+html #endst {
   bottom: -1px;
}

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

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #b5a04f; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #000000; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #000000; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
   text-decoration: none;
}
div#content h5 {
   color: #000000; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #000000; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.5em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
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: Arial;
 font-size: 1em;
}

pre {
   background-color: #ddd;
   border: 1px solid #000;  /* black border for pre blocks */
   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 {
  font: arial;
  font-size: 1em;
  color: black;
  line-height: 1.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;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* 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 */
/* End of 'gmc' */

