
		@import url(http://fonts.googleapis.com/css?family=Gentium+Basic);
		@import url(http://fonts.googleapis.com/css?family=Varela+Round);
		@page { margin: 2cm }

/* Allgemein
 * rgb(47,79,79) 				darkslategray
 * background-color:rgba(0,0,128,0.99);		navy
 * rgb(240,248,255)				aliceblue
 */
html {background-color:rgba(0,0,128,0.99);		navy;}
body{
  background-color:rgba(217,217,217,0.94);
    font-size:28px;
    font-family: 'Gentium Basic', serif;
        -moz-border-radius: 10px;
	border-radius: 10px;
}

h1, ul, li, p{
    padding: 1px;
    margin: 0;  
}
h1{
  font-family: 'Varela Round', fantasy;
  text-align:center;
  
  
}
#tom{
    height: 310px;
    float:right;
    -moz-border-radius: 20px;
	border-radius: 20px;
    border-top:1px rgba(166,166,166,0.99) solid; 
    margin: 0 10 10 10;
    
}
#td3{
width:300px;
}
#contactTable{
    background-color:rgba(255,255,255,0.89);		white;
    font-family: 'Varela Round', fantasy;
    font-size: 22px;
    margin: 3px;
    -moz-border-radius: 20px;
	border-radius: 20px;
    border-top:1px rgba(166,166,166,0.99) solid; 
	margin:20 0 50 20;
   } 
#family {   background-color:rgba(255,255,255,0.89);		white;
    font-family: 'Varela Round', fantasy;
    font-size: 20px;
    margin: 3px;
    -moz-border-radius: 20px;
	border-radius: 20px;
    border-top:1px rgba(166,166,166,0.99) solid; 
    margin:30 0 50 20;
}

 .tdcv-right{
     border-top:1px rgba(166,166,166,0.99) solid;
 }
 .tdcv-left{
     background-color:rgba(200,200,200,0.49);
 }

#cvTable{
    background-color:rgba(255,255,255,0.79);		white;
    font-family: 'Varela Round', fantasy;
    font-size: 24px;
    margin: 3px;
    -moz-border-radius: 20px;
	border-radius: 20px;
    border-top:1px rgba(166,166,166,0.99) solid; 
	margin:10 5 5 5;
}
#cvTable tr{
height: 40px;
border-top:1px rgba(255,255,255,0.99) solid; 
}
.languanges{
    background-color:rgba(153,255,255,0.19);
}

