.link{

}
a.link:hover{

	text-decoration : none;
}
/* Ueberschriften*/
h1{
	font-size : 24px;
	font-weight : normal;
	color : #ff3c00;
	margin-top:-10px;
	margin-bottom:-10px;
	margin : 0px;
}
/* Trennlinien*/
hr{
	border : 1px solid Black;
	background-color : #FF6347;
	color : #FF6347;
	height : 5px;
}
/* Fehlermeldungen*/
dfn{
	color : #FF6347;
	font-weight : bold;
	font-style : normal;
	font-size : 12px;
}
/* Anzahl der Eintraege - Startseite*/
var{
	color : #FF6347;
	font-weight : bold;
	font-style : normal;
	font-size : 120%;
}
/* Formulare*/
form{

}
textarea{
	border : 1px solid Black;
	background-color : #ffffff;
}
fieldset{
	border : 0px solid #000000;
	padding : 2px;
}
legend{
	color : #ADD8E6;
	padding : 2px;
	margin-bottom : 3px;
}
label{

}
fieldset p{
	display : list-item;
	list-style-type : none;
}
/*Buttons*/
.btn{
	background-color : #ffffff;
	width : 100px;
}
/* Datum und Uhrzeit*/
em{
}
/*Farbe Tabellenrahmen -nur Adminpanel)*/
/* Tabellenkopf*/
th{
	font: Arial, Helvetica, sans-serif 11px;
	text-align : left;
	background-color : #bacd71;
	color:#FFFFFF;
	padding : 2px;
	font-weight : normal;
	letter-spacing : 1px;
		border-collapse : collapse;

}
/* Tabellenspalte Farbe 1*/
td.td1{
	font: Arial, Helvetica, sans-serif 11px;
	background-color : #ffffff;
	border : 0px solid Black;
	padding : 2px;
	width : 100px;
	vertical-align : top;
		border-collapse : collapse;

}
/* Tabellenspalte Farbe 2*/
.td{
	font: Arial, Helvetica, sans-serif 11px;
	background-color : #ffffff;
	width : 300px;
		border-collapse : collapse;

}
/* Blättern*/
.seite{
	text-align : right;
	margin-right:5px;
}
/* Eintrag vom - Startseite*/
h2{
	font-size : 100%;
	font-weight : normal;
	color : #FFFF99;
	margin : 0px;
}
/* Alles umschliessender Container*/
.post{
   padding:3px;
   width:380px;
    color: #FFFFFF;
	background-color : #bacd71;
	margin-top : 5px;
	clear : both; 
}
/* linke Anzeige*/
.address{
    margin-top:2px;
    padding: 3px;
	background-color : #d8ecaf;
    color : #333333;
	width : auto;

	height : 100%;
}
/*Absender und Wohnort*/
address{
	color : #ffffff;
}
/* rechte Anzeige*/
.txt{
    margin-top:2px;
    padding: 3px;
    color:#000000;
	background-color : #f4fbc7;
	width : auto;
	height : 100%;
}
.txt p{
	margin-top : 0px;
}
/* hr als Trennline*/
.none{
	display : none;
}
/* Fussnote*/
.bottom{
	padding-right : 2px;
	border-top : 0px;
	color : #787878;
	padding-bottom : 3px;
	text-align : right;
	margin-bottom : 2px;
}