@import "rueckruf-service.css";

BODY
	{
		font-family: "Lucida Grande", Verdana, Arial, Sans-serif;font-size: 10pt;
		BACKGROUND-COLOR:#ffffff;
		PADDING-RIGHT: 0px; 
		PADDING-LEFT: 0px; 
		PADDING-BOTTOM: 0px; 
		MARGIN: 0px;
		PADDING-TOP: 0px;
	}
	
h1
	{
		font-family: "Trebuchet MS", Verdana, Arial; 
		font-size:16pt; 
		font-weight:bold; 
		color: #003399;
	}
	
h2
	{
		font-family: "Trebuchet MS", Verdana, Arial; 
		font-size:12pt; 
		font-weight:bold; 
		color: #003399;
	}
	
h3	{
		font-family: "Trebuchet MS", Verdana, Arial; 
		font-size: 10pt; 
		font-weight:bold; 
		color: #1A88C3;
	}

.nav
	{
		font-family: "Trebuchet MS", Verdana, Arial;font-size:8pt; color:#003399;
	}
	
.mini
	{
		font-family: "Trebuchet MS", Verdana, Arial;font-size:8pt; color:#996633;
	}
	
.norm
	{
		font-family: "Trebuchet MS", Verdana, Arial; font-size:10pt; color:#000000;
	}
	
.info
	{
		font-family: "Trebuchet MS", Verdana, Arial;font-size:10pt; color:#000000;
	}

.sklinkcss
	{
		position:absolute;
		visibility: hidden;
		border:1px solid #94C631;
		border-bottom-width: 0;
		font:normal 8pt Verdana;
		line-height: 18px;
		z-index: 100;
		background-color: #ffffff;
		width: 189px;
		color: white;
	}

.sklinkcss a
	{
		width: 100%;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #94C631;
		padding: 1px 0;
		text-decoration: none;
		font-weight: bold;
		text-indent: 5px;
		color: #0063AD;
	}

.sklinkcss a:hover
	{ 
		/*hover background color*/
		background-color: #94C631;
		color: white;
	}


A:hover
	{
		text-decoration:underline;
		color:#ff0000;
	}	
	
A:link
	{	
		text-decoration:none;
		color:#003399;
	}
	
A:active
	{
		text-decoration:underline;
		color:#ff0000;
	}	
	
A:visited
	{
		text-decoration:none;
		color:#003399;
	}
	
