﻿@media screen
{
body {
 width:400px;
  height:400px;
   margin:5px;
   padding:5px;
    border:0;

}

.cleaner10
{
 clear:both;
 height:10px;
  visibility:hidden;
 display:inline-block;
}

.frmAdresse
{
 width:400px;
  height:400px;

}


.divAdresse
{
 float:left;
  width:400px;
  height:400px;

    margin:5px;
   padding:5px;
    border:0;

   }

.AdressTitel
{
 float:left;
width:100%;
  color:#6C6361; /* grau */
  /* color:#0067AC;  blau */
  font-size:1em;
  font-weight:bold;

}

.AdressZeile
{
 float:left;
width:100%;
}

.btnDruck
{
 float:right;
width:30%;
 margin:0;
  padding:0;
  text-align:right;
}

.spacer70
{
float:left;
width:60%;

}


/**********************************************************/
 /***** Navipfad/ Text im Content blau normal --> 50% *****/
 /**********************************************************/
a:link
 {text-decoration:none; font-weight:normal;font-size:1em; color:#0067AC; }
a:visited
 {text-decoration:none; font-weight:normal;font-size:1em; color:#0067AC; }
a:hover
{text-decoration: none; font-weight: normal; font-size:1em;color: #3598CF;	}
a:active
 {text-decoration:none; font-weight:normal;font-size:1em; color:#3598CF; }

}

