﻿/*............................................*/
a:link{
text-decoration:none; 
color:black;
}
a:hover{ 
text-decoration:none;  
color:white;  
text-shadow: 0 0 0.07em;
background-color: black;
}



/*............................................*/
#base{
position:absolute;
height:200px;
width:200px; 
left:30px;
top:20px; 
overflow:visible;
}



/*............................................*/
#inhalt{
position:absolute;
height:100%;
left: 200px;
right: 130px;
top:180px;
overflow:visible;
background-color:transparent;
z-index:-2;
font-family: 'Times New Roman',Times,serif;
font-weight: 400;
font-size: 12pt;
}

