body {
background-color: #a4ce4b;
overflow-x: hidden;
}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #a4ce4b;

color: #191516;
}

#border
{
background-image: url('images/border.jpg');
background-repeat: repeat-x;
vertical-align: top;
width: 100%;
height: 100%;
}

/*Schrift kursiv*/

i, em { 
color: #d40f87;
}

/*Schrift unterstrichen*/

u { 
color: #d40f87;
}

/*Schrift durchgestrichen*/

s, stroke { 
color: #d40f87;
}

/*Schrift fett*/

b, strong { 
color: #d40f87;
}

/*normaler Kasten*/

textarea { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #d40f87; 
background-color: #c7ea68;
border: 1px solid #191516; 
width: 230px; 
height: 120px;
padding: 3px;
margin: 2px;
}

input { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #d40f87;
background-color: #c7ea68; 
border: 1px solid #191516;
width: 230;
height: 25;
padding: 3px;
margin: 2px;
}

/*Überschrift*/

h1 {
display:block;
font-family: Arial;
font-size: 22px;
font-weight: bold;
letter-spacing: 3px;
text-align: center;
color: #d40f87;
padding-left: 15px;
}


/*Navi-Links*/

a.navi:link, a.navi:visited, a.navi:active {
display: inline-block;
align: center;
color: #191516;
background-color: #a4ce4b;
font-size: 12px;
font-family: arial;
font-style: bold;
font-weight:bold;
text-align: center;
text-decoration: bold;
letter-spacing: 0px;
line-height: 30px;
height: 30px;
width: 130px;
margin: 0px;
}

a.navi:hover {
color: #d40f87;
}


/*normale Links*/

a:link, a:visited, a:active { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration: none;
color: #d40f87;
}

a:hover { 
color: #191516;
}
