﻿/*@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans);*/

/* PersonalPage AO */

/* Farben ====================================================================================== */
    .orange {color: orange;}
    .weinrot {color: #990000;}
    .grau {color: rgb(128, 128, 128)}
/* Farben Ende ================================================================================= */

body {
    font-family: Arial, sans-serif;
    font-size: 1em;
    color: #990000;
    margin-top: 25px;
}

a {
    text-decoration: none;
    color: #990000;
}

a:hover {
    text-decoration: underline;
}

ul li {
    list-style-type: square;
    font-size: 1.3em;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
}

#left {
    width: 640px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}

#right {
    width: 320px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

#logo {
    font-size: 1.5em;
        width: 300px;
}

.strong {
    font-weight: bold;
}












