/* Tyrons Homepage */
/* Style: Rainbow */
/* Author: Tyron Madlener */
/* Description: Default Style<br>- IE compatible<br>- Dynamic Navigation background */
/* Created: June 2005 */
/* Last edit: 24.08.2005 */
/*~ 
  // Generate a random color
  $startcolor = "#FFFFFF";
  $scol = hex2rgb($startcolor);
  $scol['a']=0;

  // Generate a final color
  list($h, $s, $v) = RGB_TO_HSV($fcol);
  $h = rand(0,100)/100;
  $s=1;
  $v=0.70+rand(0,15)/100;
  $fcol = HSV_TO_RGB ($h, $s, $v);
  $fcol['a']=0;
  
  // Generate gradient width
  $gradient = rand(30,100);
    
  // Set coordinates for bezier curve
  $rnd = 120 + rand(0,40);
   

  $x = array($rnd, $rnd, $rnd+rand(10,30),0);
  $y = array(-40,50+rand(0,50),400+rand(-100,100),600+rand(-80,0));  

~*/

body { 
	background-color: #FFFFFF; 
	color:#2136FF; 
	font-family:Verdana; 
} 

td,th { border-color: #2136FF; }

input {
	margin-top:2px;
	background-color: #FFFFFF; 
	color:#2136FF; 
	border:1px solid #2136FF;
}

div#content {
  background-color:white;
  position:absolute; 
  min-height:100%; 
  left: 160px; 
  top: 100px; 
  right:30px;
  z-index:2;
}

div#content td {
	font-size:11pt;
}

div#nav {
  width:160px; 
  position:fixed;
  height:100%; 
  left: 0px; 
  top: 0px; 
  z-index:1;
  margin-left:0px;
  padding-left:0px;
	background-image:url(../var/menubg_standard.png); 
	background-repeat:no-repeat;
  
}

div#nav td#pad_top {
	height:50px;
}

div#desink {
	font-size:small;
	position:fixed;
	top:402px;
	left:5px;
	color:white;
	z-index:1;
}

div#quote {
	position:fixed;
	width:120px;
	bottom:0px;
	left:0px;
	border-top:1px dashed #2136FF; 
	border-right:1px dashed #2136FF; 
	padding-left:5px;
	font-size:9pt;
	z-index:1;
}

div#quote a:link { color:#2136FF; text-decoration:none; }
div#quote a:visited { color:#2136FF; text-decoration:none; }


div#quote div {
	border-bottom:1px dashed #2136FF; 
	padding-bottom:2px;
}


table.menu { 
	padding-left:0px; 
	margin-left:0px; 
	position:absolute; 
	top:0px; 
	left:0px; 
	font-size:11pt;
}

a[target=_blank]:before { content:url(planet.gif); }
ul { list-style-image:url(point_std.gif); margin-top:0px; }


td.pad { 
  padding-left: 15px; 
}
td.designpadding {
	height:100px;
}

a:link { 
  color: #04B018; 
}
a:visited { 
  color: #AD2C05; 
}
a:active { 
  color: #05A7AD; 
}

/* Kein Rahmen, Nur horizontale Linien */
table.grid { 
	border-width:0px; 
	border-style:solid;
	border-color:#0010AA; 
	border-collapse: collapse; 
}
table.grid td { 
	padding:1px; 
	border-color:#0010AA; 
	vertical-align:top; 
	border-width:0px; 
	border-right-width:0px;  
	border-left-width:1px; 
	border-style:solid; 
	padding-left:3px; 
	padding-right:3px;
}

/* Header einer Table - größere Schrift und mehr abstand */
tr.header { font-weight:bold; } /*background-color:#81BED5; */
tr.header td { border-top-width:0px; border-bottom-width:1px; padding-left:5px; padding-right:5px; padding-bottom: 5px; border-color:#0010AA; }

table.menu { padding-left:0px; margin-left:0px; }
table.menu a:visited { color:#FFFFFF; }
table.menu a:link { color:#FFFFFF; }
table.menu a:active { color:#FFFFFF; }


/* 
old design: 
body { background-color: #C8CADA; font-family:Verdana; } 
a:link {color: #121A58; }
a:visited {color: #3B1117; }
a:active {color: #1B297F; }
table.grid { border-width:0px; border-style:solid; border-color:black; border-collapse: collapse; }
*/
