/***                                                                             */
/* Produkt   : der*-Webring                                                      */
/**                                                                              */
/* Datum     : 2005-12-19                                                        */
/* Author    : Markus Netzlaff                                                   */
/* Datei     : index.php                                                         */
/* Copyright : (c) Markus Netzlaff, netzlaff.de Portal, all rights reserved.     */
/***                                                                             */


/* HTML-Body für das allgemeine Darstellung */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:	normal;
	font-weight: normal;
	scrollbar-face-color: #9ac5ea;	
	scrollbar-shadow-color: #9ac5ea;
	scrollbar-highlight-color: #9ac5ea;
	scrollbar-3dlight-color: #9ac5ea;
	scrollbar-darkshadow-color: #9ac5ea;
	scrollbar-track-color: #ecf3fb;
	scrollbar-arrow-color: #9ac5ea;
	a:hover	 { color: #333333; text-decoration: none; }
	a:link		{ color: #000000; }
	a:visited { color: #000000; }
	a:active	{ color: #000000; }
}


/* iframe-Border */
iframe {
	border: 1px solid #bbbbbb;
}


/* Title-Zeile 1*/
h1 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolt;
}


/* Title-Zeile 2*/
h2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolt;
}


/* Tabelle mit solid-border */
.MsgTab {
	background-color: #ecf3fb;
	border: #9ac5ea;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

.MainTab {
	background-color: #ffffff;
	border: #ecf3fb;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

.Catalog {
	background-color: #ecf3fb;
}

.Items {
	background-color: #ffffff;
}


/* Navigation */
.Navigation {
	background-color: #f5f8fc;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
a.Navigation {
	text-decoration: none;
}
a.Navigation:hover {
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}


/* Tabellen-Zeile */
td {	 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:	normal;
	font-weight: normal;
	color: #000000;
}
a.td {
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}
a.td:hover {
	color: #9ac5ea;
	text-decoration: none;
}


/* Tabellen-Kopf */
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:	normal;
	font-weight: bold;
	color: #000000;
	background-color: #ecf3fb;
}


/* Textfelder */
textarea {
	border: #000000;
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	filter: Alpha(opacity=50, finishopacity=50, style=0)
}


/* Eingabefeld */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-color: #000000 ;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #ecf3fb;
	filter: Alpha(opacity=50, finishopacity=50, style=0)
}


/* Drop-Down-Liste */
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #ecf3fb;
	filter: Alpha(opacity=50, finishopacity=50, style=0)
}	


/* Copyright-Zeile */
.copyright {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
}

a.copyright {
	font-weight: bold;
	text-decoration: none;
}

a.copyright:hover {
	color: #9ac5ea;
	test-decoration: none;
}
	
