﻿body {
	behavior:url("csswebhosting.htc");
}

a, .tipp {
	position: relative;
	}
	
a, .tipp2 {
	position: relative;
	}


a span, .tipp span {
  display: none;
  font: 11px arial,helvetica,sans-serif;
  color: #000066;
  position:relative;
  }
  
a span, .tipp2 span {
  display: none;
  font: 11px arial,helvetica,sans-serif;
  color: #000066;
  position:relative;
  }
  


 
a:hover, .tipp:hover {
  background-color: transparent;
  }
  
a:hover, .tipp2:hover {
  background-color: transparent;
  }

a:hover span, .tipp:hover span {
	width: 300px;
 	position: absolute;
	left: 200px;
	display: block;
	background: #e6ecff;
	border: 1px solid #003399;
	text-decoration: none;
	padding: 3px;
	opacity: .8;
	filter: alpha(opacity=80);
  }
  
  a:hover span, .tipp2:hover span {
	width: 300px;
 	position: absolute;
	left: -200px;
	display: block;
	background: #e6ecff;
	border: 1px solid #003399;
	text-decoration: none;
	padding: 3px;
	opacity: .8;
	filter: alpha(opacity=80);
  }  
  
  Body.Webhosting { 
	font:76%/160% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;

 	}
p .Webhosting{
	text-align:center;
width: 800px;
	}	
a.Webhosting:link {
	color:#d42945;
	text-decoration:none;
	border-bottom:1px dotted #ffbac8;
	}	
a.Webhosting:visited {
	color:#d42945;
	border-bottom:none;
	text-decoration:none;
	}		
a.Webhosting:hover,
a.Webhosting:focus {
	color:#f03b58;
	border-bottom:1px solid #f03b58;
	text-decoration:none;
	}

  #menu {
display: block;
	width: 80%;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #FF3399;
	-moz-border-radius: 25px;
 }

 A.menulink:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #6100C1;
	color: #FF3399;
	background-color: #3333FF;
}

