/* (c)2004 www.parallaxis.de  */
/* Formatvorlagen */

body {
	background-color: #2c4664;
	font-family: Arial, Helvetica, sans-serif
}

p {
    font-size: 10px;
    line-height: normal;
}

a {
    text-decoration: none;
    color: #6E2407;
}

a:link, a:hover,
a:hover, a:active, a:focus {
    color: #fff;
}

h1, h2 {
	font-weight: bold;
	color: #009;
}

h1 {
	font-size: 18pt;
	font-style: normal;
}

h2 {
    font-size: 12pt;
}

h3 {
    font-size: 10pt;
    color: #009;
}

#center {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -240px;
    display: block;
    text-align: center;
}

.address {
    position: relative;
    left: 40px;
    top: 70px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    /*color:#6E2407;*/
}

.logo {
    margin-top: 100px;

}