/* Start of CMSMS style sheet 'WAW 10_2008' */
/*****************
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: 75.01%;
   line-height: 1em;

}

h1 {padding-bottom: 10px;}

div {
   font-size: 1em;
}

img {
   border: 0;

}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #000066; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #000066;              
}


a:hover {
   text-decoration: none;
   background-color: inherit;
   color: #000066;
}

/*****************
basic layout 
*****************/
body {
   background-color: #fff;
   color: #333;
   margin: 3px;;    /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;       /* this centers wrapper */
   max-width: 950px;   /* IE wont understand these, so we will use javascript magick */
   min-width: 950px;
   background-color: #fff;;
   color: black;

}

div#erstezeile {border: 0px solid black; height: 25px;margin: 0; padding: 0;}

div#toplinks  {
width: 150px;
margin-top: 0px;
   font-size: 10px;
font-weight: bold;
	text-decoration: none;
	padding-top:5px;
padding-bottom:0px;
	text-align: right;
	margin-right: 0px;
float: right;
height: 15px;
border: 0px solid black;
}

div#toplinks p {
margin-top: 0;}

div#toplinks a {
   font-size: 10px;
font-weight: bold;
	text-decoration: none;
	padding-bottom:0px;
/*	width: 950px; */
	text-align: right;

	}

/*** 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 {margin:0;
clear: both;
   height: 130px;    /* adjust according your image size */
   background: #000066 url(images/cms/header.jpg) ;         

}

div#header h1 a {
/* you can set your own image here */
   background:  url(images/cms/header_waw-neu.gif) no-repeat 25px 20px; 
   display: block;
   height: 110px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

/* position for the search box */

div#search {
border: 0px solid black;
margin-top: 0;
margin-right: 0;
margin-left: 20px;
   float: left;
  /* width: 250px; */
   text-align: left;
   padding: 0;
  
}

div#breadcrumbs {border: 0px solid black;width: 450px;
   margin-top: 0; padding-top: 5px; height: 15px; font-size: 10px;   

}

div#breadcrumbs span.lastitem { 
   font-weight:bold; 
}

div#menueoben {
float: left; 
width: 100%;
 background: url(images/cms/mitte.jpg) ;         

margin: 0; 
padding-left: 13px;

}

div#content {
clear: both;
   margin: 0 auto 2em 0;   /* some air above and under menu and content */

}

div#mitte{
  background-image:  url(images/cms/mitte.jpg) ;           
}


div#main {
   margin-left: 22%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
padding-top:15px;

}

div#main img {
   margin:10px;
}
div#kundenloginbutton {float:right; margin:0; padding:0;}
div#printerbutton {float:right; margin:0; padding:0;}

div#printerbutton img {margin:0px;}


div#innercontent { /*border: 1px solid black; */ margin:0; padding:0; width:700px; height:400px;overflow:auto;}

div#menu_vert {height: 160px;}

div#sidebar {
/* border: 1px solid black; */
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 20%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
padding-top:15px;
height:510px;
}

div#footer {
/* border: 1px solid black; */
   font-size: 10px;
   clear: both;       /* keep footer below content and menu */
   color: #fff;
height: 100px;
   background-image: url(images/cms/footer.jpg) ;  /* same bg color as in header */

}

#footer-left {
 /* border: 1px solid black; */
   color: #fff;
   float: left;
   width: 620px;
padding:0;
	margin:0;
padding-left: 25px;
height: 25px;

}

#footer-right {
 /* border: 1px solid black; */
   font-size: 10px;
	text-decoration: none;
	float: right;
	height: 25px;
	padding:0;
	margin:0;
	width: 220px;

	}

#footer-mitte {clear: both;
 /* border: 1px solid black; */
	text-align: center;
	padding: 0px;
	margin:0;
	width: 900px;
height: 20px;
	}

#footer a {
background: inherit;
color: #fff;
	}


div#footer p {
   font-size: 8px;
   padding: 5px;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer-left p {
   text-align: left;  /* centered text */
   margin: 0;
}


div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid 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 */
div.left49 {
/* border: 1px solid black; */
font-size: 9px;
  width: 80%; /* 50% for both left and right might lead to rounding error on some browser */
height: 40px;
}

div.right49 {
/* border: 1px solid black; */
  float: right;
  width: 15%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 13px; /* font size for h1 */
   line-height: 1em;
   margin: 0;
padding: 10px 0 20px 0;
}
div#content h2 {
	color: #000; 
	font-size: 1.1em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #F37B06; 
	border-left: 2px dotted #F37B06; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   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.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 {
/* 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;
}

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;
}

label { display:block; font-weight:bold; margin:5px 0;}

/* END LISTS */


/* End of 'WAW 10_2008' */

