/* **************************************************************************** */
/*      Jade Related                                                                                                   */
/* **************************************************************************** */
body {
   color: #000000;
   font-size : 11px;
   background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

p {
   color: #585858;
   font-family: "verdana", "arial", "geneva", sans-serif;
   font-size : 11px;
}

/* Extra pages like new, popular favorites ...*/
A.xtrapages:Link, a.xtrapages:visited, a.xtrapages:active, A.xtrapages:hover {
	font-family : Tahoma;
	font-size : 10px;
    color: #585858;
}

/*	Links inside jade dir							*/
a.link:link, a.link:visited, a.link:active, a.link:hover {
	font-family : Tahoma;
	font-size : 11px;
        color: Black;
	font-weight: bold;
}
/*	Links inside jade dir	neu von Guido						*/
a.link1:link, a.link1:visited, a.link1:active, a.link1:hover {
	font-family : Tahoma;
	font-size : 11px;
        color: #454545;
	font-weight: bold;
	margin-top: 10px;
}
/*	Links inside jade dir	neu von Guido						*/
a.link1:hover {
	font-family : Tahoma;
	font-size : 11px;
        color: #454545;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
}

a.link2:link, a.link2:visited, a.link2:active, a.link2:hover {
  color: #666666; 
  font-size : 11;
  text-decoration:none;
  font-family: Tahoma;
}

a.link2:hover {
  color: #666666; 
  font-size : 11;
  text-decoration:underline;
  font-family: Tahoma;
}

A:ACTIVE, A:HOVER, A:LINK, A:VISITED {
    text-decoration : underline;
	font-family : Tahoma;
	font-size : 11px;
}

/*	The link description							*/
span.descript {
	font-family : Tahoma;
	font-size : 11px;
color: Gray; 
	/*	color: Black;*/
}

/*	Catgory info on search, new, favorites, etc	*/
span.descrcateg {
	font-family : Tahoma;
	font-size : 11px;
	color: Gray; 
}

/*	to display number of hits reached by each site	*/
small.hits {
	font-family : Tahoma;
	font-size : 11px;
	color: Gray; 
}
/* Margin for */
div.margin {
margin-left: 10px;  
}
/*	This is  for Category Listings table cells				*/
td.catlist {
font-size: 11px; 
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

td.header {
	border-bottom: 1px dotted #a8a8a8;
}
/*	This is used for the menu titles					*/
H1, A.H1:ACTIVE, A.H1:HOVER, A.H1:LINK, A.H1:VISITED, H3, A.H3:ACTIVE, A.H3:HOVER, A.H3:LINK, A.H3:VISITED {
	font-size : 14px;
	font-weight: bold;
	color: #AE6173;
	font-family : Tahoma;
	margin-bottom : 0px;
	font-variant : small-caps;
	text-align : left;
	margin-left: 0px;
	border-bottom: 1px dotted #A8a8a8;
}
A.H1:HOVER, A.H3:HOVER {
	font-size : 14px;
	font-weight: bold;
	color: #AE6173;
	background: transparent;
	font-family : Tahoma;
	margin-bottom : 0px;
	font-variant : small-caps;
	text-align : left;
	margin-left: 0px;
	border-bottom: 1px dotted #A8a8a8;
	text-decoration: underline;
}
/*	The link description							*/
span.descript {
	font-family : Tahoma;
	font-size : 11px;
	color: Black;
}

/*	New links								*/
sup.new {
font-size: x-small;
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Popular links								*/
sup.pop {
font-size: x-small;
color: #FFFFFF;
background: #00CCFF;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Favorite links								*/
sup.fav {
font-size: x-small;
color: #FFFFFF;
background: #008000;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/* CSS Tags for frames */
body.frame {
   background: #FFCC66;
   font-family: "verdana", "arial", "geneva", sans-serif;
   font-size : 10px;
}
a.frame:link, a.frame:visited, a.frame:active { 
   color: #AE6173;
   text-decoration:none;
   font-weight: bold;
}
a.frame:hover {
   color: #AE6173;
   text-decoration:underline
   font-weight: bold;
}

hr {
	color: #A8A8A8;
	height: 1px;
	width: 100%;
	border: dotted;
	}





/* **************************************************************************** */
/*    Your own style definition for your page                                                       */
/* **************************************************************************** */
TABLE.dm_menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font: normal normal bold xx-small/normal;
	color: #525252;
}
A.dm_menu, A.dm_menu:ACTIVE, A.dm_menu:FOCUS, A.dm_menu:VISITED, A.dm_menu:LINK, TD.dm_menu {
	text-decoration : none;
	color : #AE6173;
    font-variant : small-caps;
	font-size : x-small;
	font-weight : bolder;
	margin-right : 10px;
	margin-left : 10px;
	padding-bottom : 5px;
	border-bottom: thin dotted #A8A8A8;
	border-bottom-width: 1px;
}

 A.dm_menu:HOVER {
	text-decoration : underline;
	color : #AE6173;
	font-variant : small-caps;
	font-size : x-small;
	font-weight : bolder;
	margin-right : 10px;
	margin-left : 10px;
	padding-bottom : 5px;
}

.linkurl {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  	color: #AE6173; 
	font-size : 11px;
}
ul {
	left: 0px;
	margin-left: 0px;
	}
	
/* Extra pages like new, popular favorites ...*/
A.xtrapages1:Link, a.xtrapages1:visited, a.xtrapages1:active, A.xtrapages1:hover {
	font-family : Tahoma;
	font-size : 11px;
   color: #585858;
	text-decoration: none;
	
	}

/* Extra pages like new, popular favorites ...*/
A.xtrapages1:hover {
	font-family : Tahoma;
	font-size : 11px;
   color: #585858;
	text-decoration: underline;
	
}

/* Extra pages like new, popular favorites ...*/
A.xtrapages2:Link, a.xtrapages2:active{
	font-family : Tahoma;
	font-size : 11px;
   color: #585858;
	text-decoration: none;
	
	}
	
	/* Extra pages like new, popular favorites ...*/
A.xtrapages2:visited {
	font-family : Tahoma;
	font-size : 11px;
   color: #8A8A8A;
	text-decoration: none;
	
}

/* Extra pages like new, popular favorites ...*/
A.xtrapages2:hover {
	font-family : Tahoma;
	font-size : 11px;
   color: #585858;
	text-decoration: underline;
	
}

