/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.11.2013, 22:06:52
    Author     : guido
*/

#body, html
{
    background: #ccc;
    font-family: Verdana, Arial, sans-serif;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: #28174d;
    text-align:justify;
    line-height: 1.5;
}

#container
{
    width: 50%;
    min-height: 50%;
    margin: 100px auto;
    background: white;
    padding: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #28174d;
    border-radius: 10px;
}

h1
{
    color: #6b5994;
    font-size: 1.8em;
    text-align: left;
}

h2
{
    font-size: 1em;
    text-transform: uppercase;
    color: #bae040;
}

#hcard-Ladahnae
{
    border-color: #ccc;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    padding: 1em;
}

#logo
{
    width: 200px;
}

a
{
    color: #ffc63f;
}

