* {
    margin: 0;
    padding: 0;
}

body {
    width: 700px;
    margin: auto;
    background-color: #f2f2f2;

    font-family: "Lucida Grande", Tahoma, Verdana, Arial, Sans-serif;
}

#overline {
    font-size: 0.8em;
    background-color: #627aad;
    padding: 20px;
    color: white;
    line-height: 140%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.facebook {
    font-weight: bold;
}

#overline a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

h1 {
    margin: 20px 10px;
    font-size: 1.3em;
    color: #222;
    float: left;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
}

h2 {
    font-size: 1em;
}

#menu li {
    float: left;
    list-style: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 40px;
}

#menu a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    padding: 10px;
    padding-right: 10px;
    color: #222;
    text-decoration: none;
}

#menu li.active {
    background-color: white;
}

#menu a:hover {
    background-color: #627aad;
    color: white;
}


#content {
    background-color: white;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#content p {
    margin-bottom: 1em;
}


#footer {
    font-size: 0.8em;
    text-align: center;
    padding: 10px;
    color: #555;
}

#footer a {
    color: #555;
}

/**
 * Gallery
 */
div.album {
    float: left;
    width: 200px;
    height: 200px;
    margin: 3px;
    padding: 10px;
    background-color: #f2f2f2;
    text-align: center;
}
div.album h3 {
    font-size: 12px;
}
div.album p {
    font-size: 10px;
}
div.album img {
    margin-top: 10px;
    max-width: 200px;
    max-height: 160px;
}
a.album {
    text-decoration: none;
}
a.album img {
    border: none;
}




table.semesterplan {
    width: 100%;
    border-collapse: collapse;
}
table td,
table th {
    padding: 10px;
    border: 1px solid #627aad;
    text-align: left;
}

table th {
    background-color: #627aad;
    color: white;
}
table tr:hover {
    background-color: #f2f2f2;
}


table.noborders,
table.noborders td,
table.noborders th {
    border-collapse: collapse;
    border: none;
    padding: 5px;
}




div.next-event {
    margin: 3px;
    padding: 15px;
    background-color: #f2f2f2;
}
div.next-event h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
}
div.next-event img {
    width: 200px;
    float: left;
}

h2.box-header {
    font-size: 0.8em;
    margin-bottom: -5px;
    color: #627aad;
}



div.comments {
    margin-top: 1.5em;
    padding: 10px;
    background-color: #f2f2f2;
}
div.comment img {
    width: 50px;
    height: 50px;
    margin: 0 10px 20px 10px;
}
div.comment {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: 10px;
}
div.comment p {
    font-size: 0.9em;
    width: 608px;
}
div.comment p.date {
    color: #666;
}
div.comment p.how-to {
    color: #777;
    font-size: 0.7em;
    text-align: center;
    font-style: italic;
}
