/*
  ferro sanol, e-cards
  2004-08-09
*/

html, body {
	font-size: 10pt; 
		background-color: #990000;
	/*
	font-size: 101%, 93%, 86%, 76%, 69%;
	 */
}
 p, td, tr {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	line-height: 135%;
}

td.bgbody {
	background-color: #990000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	line-height: 135%;
}



tr {
	vertical-align: top;
}

td.vorschaulinks {
  color: #888888;
  /*
  background-color: Blue;
  */	
}

td.vorschaurechts {
  color: #000000;
  /*
  background-color: Red;
  */
}

td.vorschaurechts1 {
  color: #000000;
  font-weight: bold;
  background-color: #f5f5f5;
}

td.vorschaurechts2 {
  color: #000000;
  background-color: #f5f5f5;
}

td.vorschaurechts3 {
  color: #000000;
  font-weight: bold;
  background-color: #f5f5f5;
}

td.vorschau_kopf_links {
  color: #888888;
  background-color: #f5f5f5;
  text-align: left;
  font-size: 85%;
  /*
  line-height: 100%;
  */
}
td.vorschau_kopf_rechts {
  color: #888888;
  background-color: #f5f5f5;
  text-align: right;
  font-size: 85%;
  /*
  line-height: 100%;
  */
}

.vorschau_beschriftung {
  color: #888888;
  font-size: 85%;
  /*
  */
}


.linie {
        padding:0px;
        margin:0px;
        width:100%;
        height:1px;
        background:#990000;
        border:0px;
        font-size:1px;
		  overflow:hidden;
        }


kannweg_hr	{
  /*
  background-image: url(img/ferronurlinie.gif);
  outline-style: groove;
  height: 10px;
  border-top-width: 1px;
  border: solid #D1D7DC 0px;
  */
  }


.headline1 {
/*	text-align: center;*/
	color: #990000;
	font-size: 120%;
	font-weight: bold;
}

.headline2 {
	color: #990000;
	font-weight: bold;
	font-size: 120%;
	/*
	margin-top: 2em;
	line-height: 100%;
	*/
}

.bildunterschrift {
  color: #990000;
  font-size: 80%;
  line-height: 100%;
}

.navi {
	font-size: 100%;
	background-color: transparent;
}

td.topnavi,
td.topnavi a:visited,
td.topnavi a:link,
td.topnavi a:hover,
td.topnavi a:active
{
	color: #FF6600;
	font-size: 8pt;
	font-weight: bold;
	line-height: 135%;
	text-decoration: none;
}
td.topnavi a:hover {text-decoration: underline;}
td.topnavi {vertical-align: top;}

bgbody.bottomnavi, td.bottomnavi,
td.bottomnavi a:visited,
td.bottomnavi a:link,
td.bottomnavi a:hover,
td.bottomnavi a:active
{
	color: #FFFFFF;
   background:#990000;
	font-size: 8pt;
	font-weight: bold;
	line-height: 250%;
	text-decoration: none;
}
td.bottomnavi a:hover {text-decoration: underline;}
td.bottomnavi {vertical-align: top;}

a:link {
	color: #FF6600;
}

a:visited {
	color: #FF6600;
}

a:hover {
	color: #000000;
}

a:active {
	color: #000000;
}

/*
  Input-Geschichten
*/

textarea {
	/*color: #0066CC;*/
	color: #000000;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	/*
	font-size: 100%;
	*/
}
input{
	color: #000000;
	font-size: 100%;
	line-height: 100%;
	/*
	width: auto;
	clear: both;
	float: right;
	width: auto;
	width: 425;
	*/
}

input.left{
  width: 400px;
  /*
  float: left;
  */
}

input.right{
  /*
  float: right;
  */
}

label, .label {
   /* 
	  Beschriftung der input-Felder
	*/
	color: #888888;
	line-height: 100%;
	font-size: 90%;
	/*
	font-weight: bold;
	font-size: 95%;
	*/
}

label.left {
	text-align: left;
}

