/* **************************************************************************** */
/*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*/
/*	webarchitects (http://www.webarchitects.co.uk/)				*/
/*										*/
/*	For further information on CSS see these sites:				*/
/*	http://www.w3.org/Style/						*/
/*	http://www.css.nu/							*/
/*	Want answers to your CSS questions? try this usenet group:		*/
/*	comp.infosystems.www.authoring.stylesheets				*/
/*										*/
/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/
/*										*/
/* **************************************************************************** */


/*	Note the use of an absolute URI for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/
body {
color: #000000;
}

/*	Paragraph									*/
p {
margin-left: 60px;
margin-right: 60px;
color: #000000;
background: #FFFFFF;
font-family: "arial", "geneva", sans-serif;
}

/*	Definition list									*/
dl {
color: #000000;
background: #FFFFFF;
font-family: "arial", "geneva", sans-serif;
}

/*	Menu									*/
small.menu {
font-size: small;
color: #000000;
background: #FFFFFF;
font-family: "arial", "geneva", sans-serif;
}

/*	Menu unvisited links							*/
a.menulink:link {
color: #3366FF;
background: #FFFFFF;
}

/*	Menu visited links							*/
a.menulink:visited {
color: #993399;
background: #FFFFFF;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #FF6666;
background: #FFFFFF;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #FF6666;
background: #FFFFFF;
}

/*	Links unvisited links							*/
a.link:link {
color: #3366FF;
background: #FFFFFF;
}

/*	Links visited links							*/
a.link:visited {
color: #993399;
background: #FFFFFF;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #FF6666;
background: #FFFFFF;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #FF6666;
background: #FFFFFF;
}

/*	Unvisited links								*/
a:link {
color: #3366FF;
background: #FFFFFF;
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #993399;
background: #FFFFFF;
}

/*	Active links (not widely supported)					*/
a:active {
color: #FF6666;
background: #FFFFFF;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #FF6666;
background: #FFFFFF;
}

/*	Links unordered lists							*/
ul {
margin-left: 100px;
margin-right: 100px;
list-style: disc;
color: #000000;
background: #FFFFFF;
font-family: "arial", "geneva", sans-serif;
}

/*	The link description							*/
span.descript {
font-size: small;
color: #333333;
background: #FFFFFF;
font-family: "arial", "geneva", sans-serif;
}

/*	New links								*/
sup.new {
font-size: x-small;
color: #FFFFFF;
background: #FF6600;
font-weight: bold;
font-family: "arial", "geneva", sans-serif;
}

/*	Popular links								*/
sup.pop {
font-size: x-small;
color: #FFFFFF;
background: #00CCFF;
font-weight: bold;
font-family: "arial", "geneva", sans-serif;
}

/*	Links date and hits							*/
small.date {
font-size: x-small;
color: #666666;
background: #FFFFFF;
font-family: "arial", "geneva", sans-serif;
}

/*	Number of links in categories						*/
small.numlinks {
font-size: x-small;
color: #666666;
background: #FFFFFF;
font-family: "arial", "geneva", sans-serif;
}

/*	This class is for "Looking for something in particular?"		*/
strong.search {
color: #000000;
background: #FFFFFF;
font-weight: bold;
font-family: "arial", "geneva", sans-serif;
}

/*	This class is for "More options"					*/
small.more {
font-size: small;
color: #000000;
background: #FFFFFF;
font-weight: normal;
font-family: "arial", "geneva", sans-serif;
}

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
margin-left: 40px;
margin-right: 40px;
font-size: large;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #FF6600;
font-family: "arial", "geneva", sans-serif;
}

/*	This class is for the main header on the Links home page		*/
h1.home {
margin-left: 40px;
margin-right: 40px;
font-size: x-large;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #FF6600;
font-family: "arial", "geneva", sans-serif;
}

/*	This class is for the error messages					*/
strong.error {
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "arial", "geneva", sans-serif;
}

/*	This is used for the sub headers					*/
h2 {
margin-left: 40px;
margin-right: 40px;
font-size: medium;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #FF6600;
font-family: "arial", "geneva", sans-serif;
}

/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 60px;
margin-right: 60px;
}

/*	This is for page $title_linked						*/
strong.title {
font-size: small;
font-weight: bold;
color: #000000;
background: #FFFFFF;
font-family: "arial", "geneva", sans-serif;
}

/*	Table cells								*/
td {
font-size: small;
color: #000000;
background: #FFFFFF;
font-family: "arial", "geneva", sans-serif;
}

/*	This is  for Category Listings table cells				*/
td.catlist {
font-size: medium;
color: #000000;
background: #FFFFFF;
font-family: "arial", "geneva", sans-serif;
}

/*	Preformatted text							*/
pre {
margin-left: 60px;
margin-right: 60px;
font-size: small;
font-weight: bold;
color: #000000;
background: #FFFFFF;
}

/*	This is for the page last updated text					*/
small.update {
font-size: x-small;
font-weight: bold;
color: #999999;
background: #FFFFFF;
font-family: "arial", "geneva", sans-serif;
}

/*	This is for the total number of links					*/
p.grandtotal {
margin-left: 60px;
margin-right: 60px;
font-size: medium;
font-weight: bold;
color: #000000;
background: #FFFFFF;
font-family: "arial", "geneva", sans-serif;
}

/* zebrafeeds Credit-Line CSS                      */
#generator {
color: #999;
margin-right: 100px;
font-size: 80%;
font-family: Arial, Georgia, "Times New Roman", Times, serif;
text-align: right;
}

/*	zFeeder CSS style sheet
	works with the css template
	author: AB & LCX
	note: set elements to display:none if you don't want them showed
*/


/* the header part in the css template */
.zf_header {
    margin-bottom: 1px;
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

/* the channel part in the css template */
.zf_channel {
  padding: 1px;
	margin-left: 60px;
	margin-right: 60px;
	background-color: #FF6600;
	border: 1px dotted #33d;
	height: 20px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

/* the channel logo part in the css template */
.zf_logo {
  float: left;
  padding: 5px;
}

/* the channel title part in the css template */
.zf_chantitle {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  font-family: Arial, "Times New Roman", Times, serif;
}

/* the channel rss part in the css template */
.zf_rss {
	font-size: x-small;
	font-style: italic;
}

/* the controls part in the css template */
.zf_controls {
	float: right;
}

/* the moreurl part in the css template */
.zf_moreurl {
	font-style: italic;
}

/* the hideurl part in the css template */
.zf_hideurl {
	font-style: italic;
}


/* the lastupdated part in the css template */
.zf_lastupdated {
	float: left;
	font-style: italic;
	color: #FFFFFF;
}

/* the news container part in the css template */
.zf_news {
  background-color: #fff;
	margin-top: 5px;
	margin-left: 60px;
	margin-right: 60px;
	padding-left: 2px;
	border: 1px dotted #33d;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

/* the news title part in the css template */
.zf_title {
    background-color: #fff;
    margin: 5px;
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

/* the news description part in the css template */
.zf_description {
    text-align: left;
    margin: 10px;
    font-size: 80%;
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

/* the news publication date part in the css template */
.zf_pubdate {
    color: #999;
    font-size: 80%;
    font-family: Arial, Georgia, "Times New Roman", Times, serif;
    text-align: right;
    margin: 5px;
}

/* the footer part in the css template */
.zf_footer {
  height: 10px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

/* the between channels part in the css template */
.zf_between {
	height: 10px;
}

/* the channelstatus in the css template */
.zfchannelstatus {
  background-color: #fff;
  margin-left: 60px;
  font-family: Arial, Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}


/* Statusbar CSS                                      */
.mailbar {
	background-image: url(http://www.podcastzentrale.de/mailerbar-bg.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 514px;
	margin-right: auto;
	margin-left: auto;
}
.baritems {
	padding-top: 10px;
	padding-left: 7px;
	text-align: left;
}
.statusbox {
	background-color: #FFFFFF;
	position: relative;
	left: 50%;
	width: 514px;		
	margin-left: -257px;
	height: 90px;		
}
.percentbox {
	background-color: #FFFFFF;
	position: relative;
	left: 50%;
	width: 514px;
	margin-left: -257px;
	height: 90px;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}

/* Newsbox Category                                    */

.newsbox_category {
  background-color: #fff;
	margin-top: 15px;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dotted #33d;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

.sponsorbox {
  background-color: #fff;
  margin-top: 20px;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 30px;
	padding: 10px;
	border: 2px dotted #FF6600;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}

.logobox {
  background-color: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: right;
  float:right;
}






