body {
      font-family: "Lucida Grande",Verdana,Arial,sans-serif;
      /*   background: #f3adad; */
      background: url(images/back.gif);
      font-size: 11px;
      margin:0px;
}

a {
     font-size: 11px;
     color: #7d5c37;
}
a:hover {
     text-decoration: none;
}

p {
     font-size: 11px;
     color: #8c3e3e;
}

p a {
     font-size: 11px;
     color: #8c3e3e;
}

ul {
     font-size: 12px;
     color: #8c3e3e;
}

h1 {
     font-family: Arial;
     font-size: 36px;
     line-height: 36px;
     padding: 0px;
     color: #ff018c;
}

h2 {
     font-family: "Lucida Grande",Verdana,Arial,sans-serif;
     font-size: 12px;
     color: #7d5c37;
}

h3 {
     font-family: "Lucida Grande",Verdana,Arial,sans-serif;
     font-size: 11px;
     color: #8c3e3e;
}

TEXTAREA.res, INPUT.res {
	BORDER: #bf8e8e 1px solid;
	COLOR: #000000;
	background : #f1dddd;
	font-size: 10px;
		width: 170px;
}

SELECT.res {
	BORDER: #bf8e8e 1px solid;
	COLOR: #000000;
	background : #f1dddd;
	font-size: 10px;

}

.main   {
      padding: 10px;
      font-size: 14px;
}

.main p {
     font-size: 12px;

}

.main a {
     font-size: 14px;

}

.main ul {
     font-size: 14px;

}

.anzeige   {
      padding: 10px;
      background: #fbf9f7;
}


.topTable {
     border: 10px solid #ffffff;
     background: #FFffff;
     border-bottom: 0px;
}

.mainTable {
     border: 10px solid #ffffff;
     background: #FFffff;
     border-top: 0px;
}

.mainMenu {
     background: #e5d8c3;
     height: 30px;
     text-align: center;
}

.mainMenu a {
     height: 25px;
     width: 120px;
     font-size: 12px;
     color: #7d5c37;
     font-weight: bold;
     text-decoration: none;
     text-align: center;

}
.mainMenu a:hover {
     border-bottom: solid 7px #ff99e6;
}


.copy {
       background: #efe6d9;
       color: #7d5c37;
       font-size: 11px;
       text-align: center;
       height: 30px;
       border-bottom: 10px solid #ffffff;

}

