body {
font-family: Trebuchet MS;
font-size: 11pt;
margin-top: 0px;
background-image: url('../images/bg.jpg');
}

div.trinity {
background-color: #ffffff;
width: 750px;
border-left: solid 10px #bddd4c;
border-right: solid 10px #bddd4c;
text-align: left;
}

div.trinity #header {
border-bottom: solid 1px #8db3c8;
padding: 3px;
height: 180px;
}

.trinity #menu {
width: 150px;
padding: 0px;
vertical-align: top;
}

.trinity #menu a {
color: #df1c60;
text-decoration: none;
display: block;
background-color: #ffffff;
border-left: 4px solid #E5E5E5;
padding: 0 0 0 3px;
height: 20px;
}

.trinity #menu a:hover {
text-decoration: underline;
color: #df1c60;
background-color: #EAEAEA;
border-left: 4px solid #df1c60;
}

.trinity #tekst {
vertical-align: top;
padding: 3px;
width: 600px;
display: block;
}

.trinity #tekst a {
color: #8db3c8;
text-decoration: none;
}

.trinity #tekst a:hover {
color: #bddd4c;
text-decoration: underline;
}

input, textarea {
background-color: #ffffff;
border: solid 1px #8db3c8;
}

#copyright {
font-size: 10pt;
}

#copyright a {
color: #8db3c8;
text-decoration: none;
}

#copyright a:hover {
color: #8db3c8;
text-decoration: underline;
}

