/*---------------------------------------------------------
This css-file contains all definitions.
Modified and extended by Pixelbüro for RSS-Kontaktanzeigen
-----------------------------------------------------------
Domain.......: rss-kontaktanzeigen.com
File.........: style.css
Datum........: 2008.01.24
-----------------------------------------------------------
Autor........: A.Czaplicki - Pixelbüro Berlin
Url..........: http://www.pixelbuero.de
E-Mail.......: ac@pixelbuero.de
-----------------------------------------------------------
Copyright 2008 (Pixelbüro).
All rights reserve.
Further spread further only after express permission !
---------------------------------------------------------*/

/* ########################################################################## */
/* #################### DEFAULT-STYLES FOR HTML-ELEMENTS #################### */
/* ########################################################################## */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	background-image: url(../images/back.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	margin: 0px;
}
a {
	color: #333333;
}
a:hover {
	color: #FF6600;
}

/* ############################################################################# */
/* #################### STYLES FOR SPECIFIC CLASSES AND IDS #################### */
/* ############################################################################# */

.head1 {
	font-size: 12px;
        font-weight: bold;
	font-style: italic;
	color: #006699;
}
.fs_9 {
	font-size: 9px;
}
.fs_10 {
	font-size: 10px;
}
.fs_11 {
	font-size: 11px;
}
.fs_12 {
	font-size: 12px;
}

.navi_border {
	border: 3px dashed #F89B38;
}
.top_border {
	border: 1px solid #FF9900;
}
.chan_link a {
	font-size: 11px;
	color: #008800;
}
.chan_link a:hover {
	text-decoration: none;
}
.chan_title {
	font-size: 13px;
	color: #0066FF;
	text-decoration: none;
}
.item {
	font-size: 12px;
}
.item a{
	color: #990000;
}
.item a:hover {
	color: #990000;
	text-decoration: none;
}

