@import url("fce.css");


body {
  color: #666;
  font-size: 12px;
  font-family: Arial, Helvetica,sans-serif;
  line-height: 15px;
  background-color: #fff;
  margin:0px;
  padding:0px;
  text-align:center;}

a, a:link, a:visited {
  color: #4c9dc9;
  font-size: 12px;
  font-family: Arial, Helvetica,sans-serif;}

a:hover {}

h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight:bold;
  margin:0px 0px 10px 0px;}

p {margin:0px;}



#container {
  text-align:left;
  position:relative;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;}

#bildbalken {
  margin-bottom: 0px;
  display:none;}

#content {
  position: absolute;

  left: 0px;
  top: 0px;
  padding:30px;}

#sidebar-a {
  float: left;
  width: 200px;
  margin-right:25px;
  height:100%;
  display:none;}

#sidebar-b {
  float: right;
  width: 200px;
  margin-left:25px;
  height:100%;
  display:none;}

#footer {
  clear: both;
  padding: 0px;
  margin-top: 0;
  display:none;}
  
/*
=========================================================================
=== Zweispalter, VeDa ==============================================
=========================================================================
*/

.col2 {
  width: auto;}
.links{
  float: left;
  width: 45%;}
.rechts{
  float: right;
  width: 45%;}
.oben{
  width: 100%;}
.unten{
  width: 100%;}
