/* TYPO3 WAMP Installer CSS Stylesheet*/

h1, h2, h3, h4, h5{
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight:bold;
}
h2{
  font-size:16px;
}
h3{
  font-size:14px;
}
h4{
  font-size:13px;
}
h5{
  font-size:12px;
}

a:link {
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	text-decoration:underline;
}

.header{
  height:76px;
  background-image:url(images/typo3wamp_header.gif);
}
.menuleiste{
  clear:left;
  height:15px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8px;
  font-weight:bold;
  background-image:url(images/typo3wamp_menuleiste.gif);
}

.content{
  width:988px;
}

.clinks{
  margin:5px 5px 5px 0px;
  width:195px;
  float:left;
}

.cmitte{
  margin:5px 5px 5px 5px;
  padding:10px 10px 10px 10px;
  width:555px;
  border-left:1px dashed #CC7503;
  border-right:1px dashed #CC7503;  
  float:left;
}

.crechts{
  margin:5px 0px 5px 5px;
  width:195px;
  float:left;
}

.cmitte, .footer, .mbox_body{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

.footer{
  font-size:9px;
}

.mbox_kopf{
  height:6px;
  background-image:url(images/typo3wamp_mbox_header1.gif);
  background-repeat:no-repeat;
}

.mbox_body{
  background-image:url(images/typo3wamp_mbox_body.gif);
  padding:0px 10px 0px 10px;
}

.mbox_fuss{
  height:6px;
  background-image:url(images/typo3wamp_mbox_footer.gif);
  background-repeat:no-repeat;
}

.footer{
  clear:left;
  text-align:center;
  background-image:url(images/typo3wamp_menuleiste.gif);
  padding:2px;
  color:white;
}
.pagewrap{
  margin:5px 5px 5px 5px;
  width:990px;
}
