/*
  vita.css
  zur Formatierung der Vita von Heinz Thurn
  
  Autor: Horst Siegler
  Erstellt am: 13.02.2014
  Letzte Änderung: 13.02.2014 (Horst Siegler)
*/
#vita {
   margin: 2.5% auto auto;
   width: 690px;
   height: 811px;
}

#header {
   width: 550px;
   margin-left: 140px;
   height: 291px;
}

#quelle {
   transform:matrix(0,-1,1,0,91,229);
   -ms-transform:matrix(0,-1,1,0,91,229);
   -webkit-transform:matrix(0,-1,1,0,91,229);
   font-size: 10px;
   width:84px;
   float:left;
}

#title {
   height: 38px;
   font-weight: normal;
   font-size: 28px;
   text-align: left;
}

#zeit {
   width: 140px;
   height: 520px;
   float: left;
}
#verlauf {
   width: 550px;
   height: 520px;
   float: left;
}

div.norm, div.light, div.ausstellungen, div.projekte, div.wandern, div.mal24 {
   width: 100%;
   font-size: 18px;
   line-height: 20px;
   height: 20px;
}
div.light, div.ausstellungen, div.projekte, div.wandern, div.mal24 {
   margin-top: 20px;
}
div.light, div.ausstellungen {
   height: 20px;
}
div.projekte {
   height: 20px;
}
div.wandern, div.mal24 {
   height: 20px;
}
#zeit div.norm, #zeit div.light, #zeit div.ausstellungen, #zeit div.projekte, #zeit div.wandern,
#zeit div.mal24 {
	padding-left: 5px;
}
a{
	color: black;
	text-decoration: none;
}

img.link {
    margin-top: -3px;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    border: none;
    background-color: white;
}
  
#vita {background-color: #FFFC50;}
#header {background-color:#CCCC50;}
#quelle {background-color:#FFFC50;}
#title {background-color: #CCCC50;}
#zeit {background-color: #FFFC50;}
#verlauf {background-color: #CCCC50;}
#adresse {background-color: #AAAC50;}
div.norm {background-color: #BFEFAA;}
div.light {background-color: #BFEFAA;}
div.ausstellungen {background-color: #BFEFAA;}
div.projekte {background-color: #BBCC00;}
div.wandern {background-color: #BBCC00;}
div.mal24 {background-color: #BBCC00;}
