/*
CSS Copyright by Toto (Torben Brüggemann)
*/

/*	
table, tr, td, p
	{
	font-size:12px; font-weight:normal; font-family:arial,verdana, sans-serif; line-height:20px; text-align:left;
	}
*/

table, tr, td, p
	{
	font-size:12px; font-weight:normal; font-family:arial,verdana, sans-serif; text-align:left;
	}

body {
	  /*
      background-color: #ffd5ea;
	  */
	  background-color: #ffffff;
	  margin-left:0px;
	  margin-right:0px;
	  margin-top:0px;
	  margin-bottom:0px;
	 }

th.head {
		background-color: #D9A2DD;
		font-size: 12px;
		font-weight: bolder;
		color: #000000;
		font-family: arial,helvetica, sans-serif; text-decoration: underline;
		}

img   { border: solid 1px black }

a:link  	{font-size: 12px; font-weight: bold; color: #000000; font-family: arial,helvetica, sans-serif; text-decoration: none;}
a:active 	{font-size: 12px; font-weight: bold; color: #000000; font-family: arial,helvetica, sans-serif; text-decoration: underline;}
a:visited  	{font-size: 12px; font-weight: bold; color: #000000; font-family: arial,helvetica, sans-serif; text-decoration: none;}
a:hover 	{font-size: 12px; font-weight: bold; color: #ffffff; font-family: arial,helvetica, sans-serif;}


input        { border-color: #dddddd; background-color:#ffffff; }
input.send   { border-color: #dddddd; background-color:#dddddd; }
/*
.Check  { background-color:#ffd5ea; }
*/
select       { background-color: #ffffff; border-color: #ffd5ea; font-family: arial; }
textarea     { background-color: #ffffff; border-color: #ffd5ea; font-family: arial; }
/*
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------
*/


.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 4px 8px 4px 8px;
    border: 1px #000000;
    border-style: solid none solid solid;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: #ffd5ea;
    color: #000000;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #ffd5ea;
    color: #000000;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #ffd5ea;
    color: #000000;
}
.ddm1 .item2:hover {
    background: #fff5ea;
    color: #000000;
}
.ddm1 .section {
    border: 1px #000000;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid solid; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */