﻿

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}
b{font-size: 110%;}
em{
font-family: Verdana;
color: #FFFFFF;}


#framecontent{
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background:lime;
background-image:url('surfleftbanner.jpg');
color: white;
}

#maincontent{
position: fixed;
top: 0;
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto;
background: #fff;
font-family:Verdana, Arial, sans-serif;
font-size:x-large;
font-weight:600;
color:blue;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}
    #coolmenu{
width: 170px;

}

#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #FFFFFF;
text-decoration: none;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #0000FF;
color: #FFFFFF;
}











hr{width: 70%}
H1	{text-align: left;  font-family: Verdana ;color: rgb(102,51,255)}
H2	{text-align: left;  color: rgb(102,51,255)}
H3	{text-align: left;  color: rgb(102,51,255)}
H4	{text-align: left;  color: rgb(102,51,255)}
H5	{text-align: left;  color: rgb(51,0,204)}
H6	{text-align: left;  color: rgb(102,51,255)}
td.twopad{padding: 0.5cm 0.5cm}

p.margin40{margin-left: 40%}
p.margin30{margin-left: 30%}
p.margin15{margin-left: 15%}


ul.merk1{list-style-image: url("../OvaytheWhale/pic/ball51.gif")	}
ul.merk2{list-style-type: circle}
ul.merk3{list-style-type: square}
ul.none{list-style-type: none}

a:link	{color: rgb(0,51,255);}
a:visited{color: rgb(0,51,255);}
a:hover{color: rgb(102,51,102);}
a:active{color: rgb(102,102,0);}

.p1	{
	background : #2020A0;
	color : #D0F0FF;
	background-image:url(../img/cs1.gif);
	font: 8pt verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	}



