/* Start of CMSMS style sheet '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: 13px;
	line-height: 1.3em;
}
/*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*/
a, a:link a:active {
/* set all links to have underline */
	text-decoration: underline;
	background-color: inherit;
	color: #004B1E;
}
a:visited {
/* keeps the underline */
	text-decoration: underline;
	background-color: inherit;
/* a different color is used for visited links */
	color: #004B1E;
}
a:hover {
/* remove underline on hover */
	text-decoration: none;
	background-color: inherit;
/* using a different color makes the hover obvious */
	color: #385C72;
}
div.horlin {height: 1px; padding: 0;  border-bottom: 1px solid #CCC; margin: 0;}

table.data
{background-color:#ebfde0;
border-right:1px solid #BBB;
border-left:1px solid #DDD;
border-bottom:1px solid #BBB;
border-top:1px solid #DDD;}
.data td{
background-color:#EFFAF5;
border-right:1px solid #DDD;
border-left:1px solid #FFF;
border-bottom:1px solid #DDD;
border-top:1px solid #FFF;
padding:5px;}
.data th{
background-color:#E4E4E4;
border-right:1px solid #DDD;
border-left:1px solid #FFF;
border-bottom:1px solid #DDD;
border-top:1px solid #FFF;
padding:5px;
}

/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #333;
}
div#pagewrapper {
	max-width: 1400px;
	min-width: 1024px;
	margin: 2px auto;
padding:5px;
	color: #333;
}

div#header {

	height: 200px;
	margin: 0;
	padding: 0;
	background: #f4f4f4 url(uploads/ngrey/headerbg5.png) left top no-repeat;
}

div.crbk {
	margin: 0;
	padding: 0;
	background: url(uploads/ngrey/mainrtup.gif) no-repeat right bottom;
}
div.breadcrumbs {
position: relative;
top:170px;
left:5px;
color:#AAA;
	padding: 1em 0em 1em 1em;
	font-size: 80%;
	margin: 0 0 0 0;
z-index:3; 
}

div.breadcrumbs span.lastitem {
	font-weight: bold;
}

div#search {
	width: 233px;
	padding: 5px 0 15px 0.5em;
	margin: 0;
       background-color:#effaf5;
}

input.search-button {
	border: none;
	height: 22px;
	width: 22px;
	margin-left: 5px;
	padding: 0px 2px 2px 0px;
	cursor: pointer;
	background: url(uploads/ngrey/search.png) no-repeat center center;
}
div#content {
	margin: 0em auto 2em 0;
	padding: 0px;
}
div.back1 {
	margin-left: 255px;
	margin-right: 265px;
}

/* this is an IE6 hack, you may see these through out the CSS */
/* unlike other browser IE6 needs float:right and a width */
* html div.back1 {
	float: right;
/* and we take this out or it will stop at the bottom  */
	margin-left: 10px;
	margin-right: 10px;
}
div.back2 {
/* you can set your own image here */
	background: url(uploads/ngrey/mainleft1.gif) no-repeat left top;
}
div.back3 {
/* you can set your own image here */
	background: url(uploads/ngrey/wbtmleft.gif) no-repeat left bottom;
}
div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
	padding: 10px 10px 10px 10px;
}
div.back #main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
	background: #FFF url(uploads/ngrey/contentbg.png) no-repeat left top;
	padding: 10px 10px 1px 10px;
}
div.back {
/* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
	margin-left: 255px;
	margin-right: 245px;
/* you can set your own image here */
	background: url(uploads/ngrey/wtopleft.gif) no-repeat left top;
}
div#sidebar {
        border-bottom:2px solid #D9D9D9;
        border-right:2px solid #D9D9D9;
        border-top:2px solid #E9E9E9;
        border-left:2px solid #E9E9E9;
	float: left;
	width: 245px;
/* FIX IE double margin bug */
	display: inline;
	margin: 0px 0px 20px;
	padding: 0px;
        background-color:#fbfbfb;
}
div#sidebara {
	padding: 0px 5px 3px 0px;
}
div#sidebarb {
	padding: 0px 10px 1px 0px;
}

div#sidebarright {
       border-bottom:2px solid #D9D9D9;
       border-right:2px solid #D9D9D9;
       border-top:2px solid #E9E9E9;
       border-left:2px solid #E9E9E9;
	float: right;
	width: 240px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
       background-color:#fff;
}

div#rightbar
{margin-left:0.5em;
}

div#leftbar
{margin-left:0.5em;
}

.wetter{
       background-color:#6da287;
       margin:5px 5px 5px 0px;
}

div#footer {
       border-bottom:2px solid #D9D9D9;
       border-right:2px solid #D9D9D9;
       border-top:2px solid #E9E9E9;
       border-left:2px solid #E9E9E9;
	padding: 5px 5px 5px 10px;
	color: #595959;
	background: url(uploads/ngrey/footerbg.png) repeat-x left top;
}

div#footer p {
	font-size: 0.8em;
	padding: 0.5em;
/* centered text */
	text-align: center;
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #595959;
}

img.footimg{margin:0 20px 0 0;}


/* 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 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #007730;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.4em;
	text-align: left;
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #FCE6A0;
	border-left: 0.5em solid #FCE6A0;
/* a larder than h1 line height */
	line-height: 1.5em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #007730;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #004B1E;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #004B1E;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #004B1E;
	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;
}
div#main ul ul {0 0 1em 1em}

/* 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 'Layout: Left sidebar + 1 column' */

