/* Style sheet for Rozenkwekerij Leon Sauvageot

Created: 22/11/2004

Last edited: 05/01/2004 */

/* This style sheet includes the layout for the main page of the website */



/* The body section of the site, these are general settings for the website */

body        { margin: 0;

              border: 0;

              padding: 0;

              height: 100%;

              width: 100%;

              font-family: Tahoma, Helvetica, Arial, "Sans-serif";

              font-size: 12pt; }

              

/*h1.kop		{ vertical-align: bottom;

			  font-size: 100%; }

h2.kop		{ vertical-align: top;

			  font-size: 30%; }

p.kop		{ font-size: 30%;

			  vertical-align: middle; }

strong.kop  { font-size: 50%;

			  text-decoration: none;

			  font-weight: normal; }*/



img			{ margin: 0;

			  border: 0; 

			  padding: 0; }

			  

img.fill	{ /*width: 100%;*/ height:100%; }



img.main	{ border-color: #FF0000;

			  border-width: 2px;

			  border-style: solid;

			  margin: 10px; }

			  

img.mainright		{ border-color: #FF0000;

			  border-width: 2px;

			  border-style: solid;

			  margin: 10px;

			  float: right;

			  display: block; }

			  

img.mainleft		{ border-color: #FF0000;

			  border-width: 2px;

			  border-style: solid;

			  margin: 10px;

			  float: left;

			  display: block; }

			  

.float_right	{ vertical-align: text-top; }



.middle		{ vertical-align: middle; }

			  

a:link		{ color: #000000;

			  text-decoration: underline; }

a:active    { color: #000000;

			  text-decoration: underline; }

a:visited   { color: #000000;

			  text-decoration: underline; }

a:hover     { color: #000000;

			  text-decoration: underline; }

              

#logo       { position: absolute;

              left: 0;

              top: 0;

              width: 21%;

              min-width: 170px;

              /*height: 150px;*/

              height: 15%; }

              

#kop        { position: absolute;

              /*left: 21%;*/

              top: 0;

              width: 78%;

              right: 0;

              /*width: 100%;*/

              /*height: 150px;*/

              min-height: 150px;

              height: 15%;

              overflow: hidden;

              vertical-align: middle;

              font-size: 20pt; }

#kop h1 {
			margin: 0px;
			font-size: 30px;
			margin-top: 20px;
}


#buttons    { position: absolute;

              left: 0;

              top: 15%;

              width: 100%;

              /*height: 25px;*/

              min-height: 20px;

              height: 3%;

              margin: 0px;

              /*padding-top: 7px;*/

              background-color: #FF0000; 

              text-align: center; }



#menu       { position: absolute;

              left: 0;

              top: 20%;

              width: 21%;

              min-width: 170px;

              clear: both; }



#main       { position: absolute;

              right: 0;

              bottom: 3%;

              height: 75%;

              width: 78%;

              margin: 0px;

              margin-top: 3%;

              margin-bottom: 10px;

              overflow: auto; }

              

#footer     { position: absolute;

			  vertical-align: bottom;

              left: 0;

              bottom: 0;

              top: 96%;

              width: 100%;

              height: 4%;

              margin: 0;

              background: #FF0000;

              text-align: center;

              vertical-align: top;

              font-size: 11pt;

              overflow: hidden; }              
