﻿ /* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: white;
} 
p.impressum{
	color:#ffffff;
	border-radius: 0px 0px 25px 25px;
	padding:20px;
	padding-top: 0px;
	line-height: 1.5;
}
td.name{
	font-size:30pt;
}
body{
	font-family:Verdana,Arial;
	background:#cccccc;				/*Hintergrundfarbe; kann auch entfernt werden, dann ist halt alles weiß und man sieht oben die abgerundeten Kanten nicht*/
}
td.contact{
	background:#a4a77f;
	color:#ffffff;
	border-radius: 0px 0px 25px 25px;
	padding:20px;
	padding-top:20px;
	line-height: 1.5;
}
table.company{
	padding-bottom:50px;
	padding-top:50px;
	border: 0px solid black;
	width:100%;
	background:#ffffff;
	border-radius: 25px 25px 0px 0px;
}
div.container{
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
td.logo{
	text-align:right;
	padding-right:5px;
	width:25%;
}
table{
	border: 0px solid black;
	border-spacing:0px;
}
td{
	 padding:0px;
}