/* Start of CMSMS style sheet 'kanute_layout_2011' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/

div#main-bottom-navi {
  margin-top:10px; 
  border-top:1px solid #003399; 
}


* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   margin:0px auto;
}

div {
   font-size: 10pt;
}

img {
   border:0px;
/*   padding: 0 10px 0 10px;*/
}


/* default link styles */

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #003366; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #003366;              
}

a:hover {
   text-decoration: none;
   background-color: #009dd1;
   color: #fff;
}

/*****************
basic layout 
*****************/
body {
   background: url(img/theme/bg_body.jpg); 
}

div#pagewrapper {
   background: url(img/theme/bg_pagewrapper.jpg) center repeat-y; 
   margin: 0 auto;       /* this centers wrapper */
   width:1124px;
}

div#headerwrapper {
   background: url(img/theme/bg_headerwrapper.jpg) no-repeat; 
   width:1124px;
}

/*** header ***/
div#header {
   height: 195px;
   width:1124px;
   background: url(img/theme/bg_header.jpg) no-repeat; 
   position:relative;
   /*visibility:hidden;*/
   z-index:1;
   margin:0px;
   padding:0px;
}

div#header h1{
   text-indent: -999em;
}

/* Bildwechsel */
div#header_img {
   position:absolute;
   left:765px;
   z-index:2;
}

div#bildwechsel {
   position:absolute;
   left:684px; 
   top:8px;
   width:276px;
   height:165px;
   z-index:2;
}

div.breadcrumbs a {
   text-decoration:none;
}

div.breadcrumbs {
   position:absolute;
   left:295px; 
   top:180px;
   width:415px;   
   z-index:3;
   font-size: 9pt; 
   margin-bottom:6px; 
   padding-bottom:4px;
   border-bottom:1px dotted #003399; 
}

div#content {
   margin: 0 auto 0 0; 
   background: url(img/theme/bg_content.png) repeat-y;
   z-index:1;
}

/* CSS Bilderrahmen
#main img {
   padding: 5px; 
 padding: 0.25em; 
border: 1px solid #003399;
margin:10px 0 10px 0;
}
*/
.bildlinks {
   float: left;
   padding-right:10px;
}

.bildrechts {
   float: right;
   padding-left:10px;
}

div#main {
   position:relative;
   padding-top:20px;
   margin-left: 295px;
   margin-right: 115px; 
   min-height: 350px;
}


div#main p {
   margin: 0.2em 0 0 0;
   line-height: 1.3em;
}

div#sidebar {
   float: left;     
   width:230px;
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#footer {
   clear: both;
   color: #382E20;
   height:160px;
   width:1124px;
   background: url(img/theme/bg_footer.jpg) no-repeat;    
}

div#footer a:hover {
   text-decoration: none;
   background-color: #009dd1;
   color: #fff;
}
div#footer p {
   line-height: 1.4em;
   font-size: 1.0em;
   padding-top: 28px;
   padding-right: 150px;
   text-align: right;  
}

div#footer p a {

   text-decoration:none;
}

div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 440px; 
}

div.right49 {
  float: right;
  width: 160px;
  text-align: right;
}

/*
div.right49 a {  
  text-decoration:none;
}
*/


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

}

div#content h1 {
        margin: 0;
	color: #333333; 
	font-size: 15pt; 
	text-align: left; 
/*
	padding-bottom: 1px;
	padding-left: 0.5em;
	border-bottom: 1px solid #009dd1; 
	border-left: 0.6em solid #009dd1; 
*/
        line-height: 1em;
        margin: 0.5em 0 0.3em 0;
}

div#content h2 {
	color: #382E20; 
	font-size: 13pt; 

/*
	text-align: left; 
	padding-left: 0.5em;
	padding-bottom: 1px;
	border-bottom: 1px solid #009dd1; 
	border-left: 0.6em solid #009dd1; 
*/
        line-height: 1.5em;
        margin: 0.4em 0 0.1em 0;
}

div#content h3 {
   color: #382E20; 
   font-size: 11pt;
   line-height: 1.5em;
   margin: 0.4em 0 0.1em 0;

/*   border-bottom: 1px solid #009dd1; */
}

div#content h4 {
   color: #382E20; 
   font-size: 12pt;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #382E20; 
   font-size: 11pt;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #382E20; 
   font-size: 11pt;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT 
p {
   color: #382E20; 
   font-size: 1em;
   margin-top:3pt;
   margin-bottom:3pt:
   line-height: 4em;
}
*/
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
   font-weight: bold;
}
em, i {
   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;
display: table;
}

div#main ul {
   list-style-type:square;
   margin:1px;
   padding:5px 0 5px 0;
}

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

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 'kanute_layout_2011' */

