/* Start of CMSMS style sheet 'web1.css' */
body{
 margin: 0;
 border: 0;
 padding: 0;
 height: 100%; /*fix height for IE*/
 max-height: 100%; /*fix height for rest of the world*/
 background-color: #808080;
 font-family: Times, Verdana;
 color: white;
 overflow: hidden; /*get rid of scroll bars in IE */
}
* html body {
 padding:0 0 0 0; 
}

#middle {
	width: 790px;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left: -395px;
	min-height: 9cm;
/*border: 2px dotted red;*/
}

#rm{
	text-align: center;
	font-size: 6.0em;
}
#azc{
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: 700;
	text-align: center;
}
#azl{
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: 700;
	text-align: left;
}
#azr{
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: 700;
	text-align: right;
}
#tzc{
	font-size: 1.3em;
	text-align: center;
}
#tzl{
	font-size: 1.3em;
	text-align: left;
}

#obere_rechte_ecke { 
	position: fixed;
	right: 0;
	top: 0;
	border: 0;
	margin: 0;
	padding: 0;
}
* html obere_rechte_ecke {
  border-top: 0;
  border-right: 0;
}

#untere_rechte_ecke {
	position: fixed;
	right: 0;
	bottom: 0;
}

#box {
	left: 0;
	right: 0;
	font-size: 1.3em;
	text-align: left;
	padding: 0;
/*	border: 2px dotted red;*/
}

#footer {
 position: absolute; 
 bottom: 0; 
 left: 0;
 width: 90%; 
 height: 60px; 
 overflow: hidden; 
 text-align: left; 
 background: #606060;
 padding: 5%;
 /*border-top: 5px solid #53829d;*/
}
* html #footer {
 height: 130px;
 width: 100%;
 padding: 30px;
}

a:link{
	font: Times;
	color: white;
	font-size: 1.0em;
	text-decoration: none;
}
a:visited{
	font: Times;
	color: #dddddd;
	font-size: 1.0em;
	text-decoration: none;
}
a:hover{
	font: Times;
	color: #0000ff;
	font-size: 1.0em;
/*	font-weight: 700;*/
}
a.rm:hover{
	font: Times;
	color: white;
	text-decoration: none;
	font-weight: 400;
}
a.rm:visited{
	font: Times;
	color: white;
	text-decoration: none;
}


/*This .css is used for www.reinhardminkewitz.de
Leipzig, 2007, all rights reserved
mailto: web@reinhardminkewitz.de

content:
+ middle: centers the 'letter-box'
+ body  : background color (grey)
+ rm    : appearance of name R.M.
+ az{lcr}:appearance of the links (text)
+ a:... : appearance of the links (action)

by R.W., Sept.2007
*/


notepad


<div id="header">
<div id="rm"> <a href="minkewitz.html" class="rm" > Reinhard&nbsp;Minkewitz </a> </div>

<div id="azl"> Biographie </div>
<br>
<div class="container">

<div id="textl"> Biographie </div>
</div>
</div>


/* specials for IE: (* html...) */
* html body {padding:120px 0 50px 0;}


#container {
  font-family: Times, Verdana;
  font-size: 1.2em;
  position: fixed; 
  top: 120px;
  left: 100;
  bottom: 50px; 
  right: 100; 
  overflow: auto; 
  background-color: #808080;
  padding: 20px;
  text-align: center;
border: 2px dotted red;
  }

* html #container {height: 100%; width: 100%;}


#header {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 116px; 
  overflow: auto; 
  background: #53829d;
  border-bottom: 4px solid #73a2bd;
border: 2px dotted red;
  }
* html #header {height:120px;}


<!-- text formates -->
#rm{
	font-size: 6.0em;
}


/* End of 'web1.css' */

