/* Start of CMSMS style sheet 'DinIT_Layout' */
* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 70.01%;
   line-height: 1.2em;
   text-indent: 0em;
   letter-spacing: 0.04em;
   word-spacing: 0.15em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}


img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #3E535A;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #7299A6;                
}

a:hover {
   text-decoration: none;
   background-color: #transparent;
   color: #3E535A;
}

body {
   /*background-color: #D9B657;*/
   color: #dddd00;  /* muss noch geändert werden */
   margin:0.5em 6em 1em 6em;    
   background: #B3B3B3 url(../images/cms/bgbody.png) repeat-x;
}

div#pagewrapper {
   border: 1px solid #B3B3B3; 
   margin: 1em auto;
   padding-top:1em;       
   max-width: 110em;   
   min-width: 77em;
   background: #fff url(../images/cms/bgwrapper.png) repeat-x;
   background-position:0px 0px;
   color: black;
}

div#header {
   margin:0em 1em 0em 1em;
   height: 80px;
   border: 1px solid #B3B3B3;    
   background: #597780 url(../images/cms/bghead.png) center repeat-y; 
   background-position:550px;
   display: block;
   text-decoration:none;
}

div#header  a,
   a:link  a:active {
   text-decoration:none;
   background-color: inherit; 
   color: #D8F6FF;

}

div#search {
   float: right;
   width: 27em;    
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 2em 0 0;
}

div.breadcrumbs {
   padding: 0em 0 0em 0.1em; 
   font-size: 90%;        
   margin: 1em 0 0em 1em;        
   width:59%;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
} 

div#content {
   margin: 0em auto 0em 0;  
}

div#main {
   margin: 0em 1em 0 210px; 
   padding-top:1em; 
   border-top:0px solid #B3B3B3;
   min-height:688px;
}

div#domaincheck {
   margin: 0px;
   padding:5px;
   width:396px;
   text-align:center;
   border: 1px solid #b3b3b3; 
   background: #FFF8E6
}


div#sidebar {
   float: left;        
   width: 199px;     
   display: inline;  
   margin-left: 0;
   /*background: url(../images/cms/verticalinv.png) repeat-y;
   background-position:right;*/
}

div#changed {
  width:140px;
  float:right;
  margin: 0em 0 1em 2em;
  padding:0.5em 0 0 0;  
  border: 1px solid #B3B3B3; 
  background: #FFF8E6; 
  background-position:bottom;
  font-size: 90%;
}

div#changed ul li,
div#changed ol li {
   margin: 0 0.5em 0 0em;
}


div#footer {
   clear: both;
   margin:1em;
   border: 1px solid #B3B3B3;       
   color: #fff;
   background: #597780 url(../images/cms/bghead.png) center repeat-y; 
   background-position:120px;
   /*background-color: #597780;*/ 
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       
   text-align: center;  
   margin: 0;
}

div#footer p a {
   color: #fff; 
}

div.hr {
   height: 1px;
   padding:0 0 1em 0; 
   border-bottom: 1px solid #B3B3B3;
   margin:0 1em 1em 210px;
   }

div.left49 {
  width: 37%;
  margin:0 0 0 210px; 
}

div.right49 {
  float: right;
  margin:0 1.5em 0 0;
  width: 37%;
  text-align: right;
}

div#content h1 {
   font-size: 2em; 
   line-height: 1em;
   margin: 0;
}

div#content h2 {
	color: #597780;
	font-size: 1.5em;
        letter-spacing: 0.15em;
	text-align: left; 
	padding:0em 0 0.7em 0;
	border-top: 0px solid #597780; 

}

div#content h3 {
   color: #4D4D4D; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

div#content h4 {
   color: #4D4D4D; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#content h5 {
   color: #294B5F;  /* muss noch geändert werden */
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h6 {
   color: #294B5F; /* muss noch geändert werden */
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

p {
   font-size: 1em;
   margin: 0 0 1.5em 0; 
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 0px solid #ddd;   /* muss noch gändert werden*/
   margin-left: 15px;
}

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;  
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

div.templatecode {
  margin: 0 0 2.5em;
}

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 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 #E5E5E5;
}

/*NEWS START*/

div#news {
  margin: 1em 0 1em 1.1em;  
  border: 1px solid #B3B3B3; 
  /*background: #FFF8E6 url(../images/cms/bgnews.png) repeat-x;*/
  background: #FFF8E6; 
  background-position:bottom;
font-size: 90%;
}
div#news h2 {
   margin:0.5em 0 0.5em 0;
   background: #FFF8E6;
   padding-left:1em;
}
div#news h2 a {
  text-decoration:none;
}
.NewsSummary {
    padding: 0em 0.5em 1em 1em; 
    margin: 0 0.5em 0em 0.5em; 
    border-bottom: 0px solid #ccc; 
}
.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }
.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
    font-size: 90%;
}
.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }
.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
  line-height: 120%;
}
.NewsSummaryMorelink {
  padding-top: 0.5em;
  font-size: 80%;
}
#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
}
#NewsPostDetailSummary {
   line-height: 150%;
}
#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}
#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
}
#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}
/*
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/*NEWS END*/


div#snapshot {
   margin-left:12px;
   height:125px;
   width:162px;
}
div#twitter {
margin-top:-15px;
   margin-left:5px;
   height:210px;
   width:195px;
}

/*Mouseover links for images */

a.himage, a.himage:visited 
	{
		
                text-decoration:underline;
		position:relative; 
		z-index:1;
	}
	a.himage b 
	{
		position:absolute;
		visibility:hidden;
		width:250px;
		height:0;
		border:0px transparent;
		left:20px;
		top:-320px;
	}
	a.himage:hover
	{
		text-decoration:none; 
		border:0;
		z-index:1000;
	}
	a.himage:hover b 
	{
		visibility:visible;
		height:200px;
		cursor:pointer;
		z-index:500; 
	}
	a.himage:hover b img 
	{
		border:0;
	}
/*Mouseover links for images */


/* End of 'DinIT_Layout' */

