body {
    color:#000000;
    font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;
    font-size:x-small;
}

.mainPage {
    background: #00314A;
}

div#rahmen {
    border: 1px solid black;
    margin: 50px auto;
    background-color: white;
    width: 800px;
    font-size: 1.2em;
}

h1 {
    font-size: 2.7em;
    letter-spacing: 3px;
    color: white;
    background-color: #CC9900;
    display: block;
    padding: 15px;
    border-top: 1px solid #00314A;
    border-left: 1px solid #00314A;
    border-right: 1px solid #00314A;
    text-shadow: 2px 2px 5px #000000;
}

h2 {
    padding-bottom: 5px;
    display: block;
    background-color: #0099CC;
    padding: 10px;
    border-top: 2px solid #000000;
}

table {
    border-collapse: collapse;
}

td {
    border-left: 2px solid #00314A;
    border-right: 2px solid #00314A;
    width: 50%;
}

td p {
    padding: 20px;
    line-height: 1.4em;
}

#blogheader {
font-size:2.2em;
font-weight:bold;
letter-spacing:-1px;
line-height:1em;
text-shadow:3px 3px 3px #AAAAAA;
color: #006699;
float: left;
margin-right: 10px;
}

#blogheader a {
  text-decoration: none;
  color: #006699;
}

a {
  color: #006699;
}


