﻿/* Allgemein */

body{
background-color: #f6f6f6;
background-position:center;
background-attachment:fixed;
background-repeat:repeat;
color: #000000;
font-family:'Century Gothic', 'Scada', 'Tahoma', 'Helvetica', 'Arial, sans-serif';
font-size:12px;
line-height:100%;
word-wrap: break-word;
text-align:justify;}
 
a {
text-decoration:none;
color: #999999;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;}
 
a:hover {
color: #000000;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;}
 
b, strong {
font-weight:heavy;
color:#819FF7;}

.linie { 
border :none; 
border-top: 1px dashed #819FF7; 
background-color:#FFFFFF; 
height: 1px; }

/* Design Aufbau */

#content{
margin-left:30%;
margin-top:25px;
width:500px;
min-height:0px;
color:#000000;
padding:50px;
text-align:left;
letter-spacing:1px;
-moz-border-radius: 5px;
border-radius: 5px;
background:#ffffff;
overflow: hidden;}

/* Schriften Style */

h1{
font-size: 15px;
color: #000000;
text-align: left;
text-transform: uppercase;
margin:0px;
margin-bottom:5px;
margin-top:5px;
padding-top:0px;
padding-bottom:0px;} 

