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

body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1.2em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}

img {
	border: 5px solid #fff;
margin-bottom: 5px;
}


a, a:link  {
	text-decoration: none;
	background-color: inherit;
	color: #324a0f;
}
a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #f8ec0e; 
        font-weight: bold;
}
a:visited {
	text-decoration:none;
	background-color: inherit;
	color: #486818;
/* background:  url(images/cms/ok.gif)  no-repeat right 8px; */
}
a:hover {
	text-decoration:  underline;
	background-color: inherit;
	color: #eb8700;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #005200;
	background: url(images/cms/gs_background.jpg);
        background-repeat: repeat-x;
        background-color: #021b00;
}
div#pagewrapper0 {
/	max-width: 99em;
	min-width: 60em;
	margin: auto;
        width:999px;
}
div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> 
	max-width: 99em;
	min-width: 60em;*/
	margin: auto;
        width:999px;
	color: #005200;
background: url(images/cms/gs_header.jpg);
background-repeat: no-repeat;
}
div#header {
	height: 399px;
        width: 999px;
	margin-top: -42px;
	padding: 0;
}
div#header h1 a {
	background: url(../images/cms/gs_header.jpg) no-repeat left top;
	display: block;
	height: 401px;
	text-indent: -999em;
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(images/cms/gs_header.jpg) no-repeat left top;
}

div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
	background: url(uploads/ngrey/mainrtup.gif) no-repeat right bottom;
}
div.breadcrumbs {
/* CSS short hand rule first value is top then right, bottom and left */
	padding: 1em 0em 1em 1em;
/* its good to set font sizes to be relative, this way viewer can change his/her font size */
	font-size: 90%;
/* css shorthand rule will be opened to be "0px 0px 0px 0px" */
	margin: 0px;
/* you can set your own image here */
	background: url(uploads/ngrey/mainleftup.gif) no-repeat left bottom;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div#search {
	float: right;
	width: 27em;
	text-align: right;
	padding: 0 60px 0.2em 0px;
	margin-top: 150px;
// margin-top: 189px;
}
/* a class for Submit button for the search input box */
input.search-button {
	border: none;
	height: 22px;
	width: 53px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
	cursor: pointer;
	background: url(uploads/ngrey/search.gif) no-repeat center center;
}
div#content {
width: 955px;
margin-left:19px;
padding: 0px;
background-color: #f3f3f1;
border-left: 1px solid #acacac;
border-right: 1px solid #acacac;

/* background: url(images/cms/gs_content_bg.jpg); */

}


/* this gets all the outside calls that were used on the div#main before  */
div.back1 {
	margin-left: 29%;
	margin-right: 2%;

}
/* this is an IE6 hack, you may see these through out the CSS */
* html div.back1 {
/* unlike other browser IE6 needs float:right and a width */
	float: right;
	width: 69%;
	margin-left: 0%;
	margin-right: 10px;

}
div.back2 {

}
div.back3 {

}
div#main {
width: 640px;
position: relative;
top: -120px;
/*margin-top: -150px; */
padding: 10px 15px;
}
div#sidebar {
	float: right;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 26%;
/* FIX IE double margin bug */
	display: inline;
	margin: 0px 0px 20px;
	padding: 0px;
position:relative;
top: -150px;

}
div#sidebarb {
width: 190px;
padding: 10px;
background-color: #e1e0bf;
border: 1px solid #cbcaa7;
}
div#sidebarb div#news {
	margin: 2em 0 1em 0em;
}
div#sidebara {
	padding: 10px 15px 15px 0px;
background-color: #e1e0bf;
}

div#footrt {
margin-top: 0px;
}

div.footback {
	clear: both;
	padding: 0px 0px 0px 0px;
}

div.footerline {
        margin-left: 10px;
        width:95%;
 border-top: 1px solid #bfbfbf;        

}

div#footer {
	padding-left: 17px;
        height:100px;
        background: url(images/cms/gs_content_bg.jpg); 
        background-repeat: repeat-y;
}
div.footerend {
	padding-left: 17px;
        height:180px;
        background: url(images/cms/gs_content_bottom.jpg); 
        background-repeat: no-repeat;
}
div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
	font-size: 0.8em;
	padding: 1.5em;
	text-align: center;
	margin: 0;
}
div#footer p a {
	color: #5e2f12;
}
div.logo {
background: url(images/cms/gs_gruene-logo.jpg);
background-repeat: no-repeat;
height:70px;
width:116px;
float:right;
margin-top:-30px;
padding-right: 10px;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

/* relational links under content */
div.left49 {
	width: 70%;
}
div.drucksymbol{
	float: right;
	width: 29%;
	text-align: right;
        position:relative;
        top:-40px;
        left:30px;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
	font-size: 2em;
	line-height: 1em;
        padding-bottom: 7px;
        font-weight: lighter;  
}
div#content h2 {
	color: #324a0f;
	font-size: 21px;
	text-align: left;
	padding-left: 0em;
	padding-bottom: 1px;
	border-bottom: 1px solid #899092;	
	line-height: 1.5em;
/	margin: 0 0 0.5em 0;
font-weight: lighter;   
}
div#content h3 {
	color: #324a0f;
	font-size: 16px;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
        font-weight: lighter;   
}
div#content h4 {
	color: #324a0f;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #324a0f;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #324a0f;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	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 {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	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 */
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;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* End of 'gs_layout' */

