/* Start of CMSMS style sheet 'troubleshooter layout' */
/*************layout by p.landgraf****************/


body

{ background-color: #D0D0D0;
font-family:Tahoma,sans-serif;
}


a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
color: inherit;

}

a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: none;
color: #FA0028;
}














/*******wrapper, center and margin to top********/
#page {
	border: solid 3px;
	width: 978px;
	background-color: #FFFFCC;
	background-repeat: repeat-y;
	border-color: #FFFFFF;
	background-image: url(uploads/mib/Papier-zerknittert-web.jpg);
	margin: 20px auto 0 auto;
}


/********Header with logo 978x172px, replace the logo
********* and adjust the height of div) **********/
#head {
	height: 218px;
	background-image: url(uploads/mib/header.png);
	background-repeat: no-repeat;
}

#headstart {
	height: 100px;
	background-repeat: no-repeat;
}

/*******Wrapper for sidebar and content******/
#content_main {
	display: block;
	position: relative;
}

/****the sidebar with menu********/
#sidebar {
       display: inline;
	float: left;
	width: 205px;
	margin-top: 20px;
        margin-left: 0px;
/* space top and left */
}




/* content with place between logo and content-box*/
#content {
	margin-top: 10px;
}

#contentstart {
	margin-top: -30px;
}


/* placeholder for gontent-background*/
#content_head {
	width: 620px;
	float: right;
	/*background-image: url(uploads/mib/content_oben.png);
	background-repeat: no-repeat;*/
	height: 22px;
}

/* content-box */
#content_box {
	float: right;
width: 770px;
        min-height:300px;
	/*background-image: url(uploads/mib/content_mitte.png);
	background-repeat: repeat-y;*/
}

/* content-area*/
.content {
	width: 740px;
	margin-left: 20px;
}


/* placeholder for background */
#content_foot {
	width: 770px;
	float: right;
	/*background-image: url(uploads/mib/content_unten.png);
	background-repeat: no-repeat;*/
	height: 34px;
}



/* footer */
#footer {
	width: 978px;
        height: 129px;
        color: #ffffff; 
        text-align: center;
	background-image: url(uploads/mib/footer.png);
	background-repeat: y-repeat;
	clear: both;
}

/* End of 'troubleshooter layout' */

