@charset "iso-8859-1";

/* ********************************************************************************** */
/* Standard Stylesheet trend-single.de  */
/* 25/04/2008  */
/* ********************************************************************************** */


/* Elemente*/ 
/* ********************************************************************************** */


body {
	
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	color:#212121
}

form,table,tr,td,img {
	border:0px;
	margin:0px;
	padding:0px
	}

a 	{
	color:#990000
	}
	
h1 	{
	color:#990000;
	font-size:16px
	}

li 	{
	list-style:square
	}


/* Layout */
/* ********************************************************************************** */

/* header1,header2,menu,amazon,footer */

#header1,#header2,#menu,#amazon,#footer { display:none;}

/* inhalt */

#inhalt {
	}

#inhalt p {
	line-height:150%;
	}
	


/* Klassen zur Formatierung des Inhaltes */
/* ********************************************************************************** */

/* Tabelle */

.tabelle, .zebratabelle {
	border: 1px #800000 solid; 
	background-color:#ffd734; 
	width: 100%;
	line-height:175%;
	}

.tabelle td, .zebratabelle td,  {
	padding: 2px;
	padding-left:4px; 
	}

.tabelle.tabelle_kopf {
	background-color: #990000;
	font-weight:bold;
	border: 1px #800000 solid;
	} 

.zebratabelle.tabelle_kopf {
	background-color: #990000;
	font-weight:bold;
	border: 1px #800000 solid;
	} 

/* Zebra-Tabellen*/

.zebra1 {
	background-color: #ffe785;
	}

.zebra2 {
	background-color: #ffd734;
	}

/* Klassen für Input-Felder und Buttons*/

.eingabe {
	padding:2px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:11px;
	color:#212121
	}

/*Zusatzklasse für Input Text-felder */

.e200 {
	width:210px;
	}

.e100 {
	width:114px;
	}
	
.e40 {
	width:40px;
	}
	
.e20 {
	width:20px;
	}


/* Zusatzklasse für Buttons */

.e200b {
	width:218px;
	}
	
.e100b {
	width:122px;
	}

/* Rahmen für Bilder */
.rahmen {
	border: #990000 1px solid;
	}

/* Sonstige Klassen*/

.fett {
	font-weight: bold;
	}
	
.zentriert {
	text-align:center ;
	}

.icons {
	vertical-align: text-bottom;
}
	

/* Sonstiges */
/* ********************************************************************************** */

/* Tabelle innerhalb "Kostenlos anmelden"  auf Startseite*/

.tabelle table {
	width:100%;
	}
	
.tabelle table td {
	padding:5px;
	vertical-align:top;
	margin-right:20px;
	}



