@charset "utf-8";
/* CSS Document */
body {
	background: rgba(240,240,240,1.00);
	margin-top: 2%;
	margin-left: 20%;
	margin-right: 200px;
    font-size: 18px;
	line-height: 150%;
	
}
h1 {
	color: rgba(100,100,100,1.00);
	background: rgba(232,232,232,0.90);
	font-size: 18px;
	line-height: 150%;
}
h2 {
	color: rgba(100,100,100,1.00);
	background: rgba(232,232,232,0.90);
	font-size: 18px;
	line-height: 150%;
}
h3 {
	color: rgba(100,100,100,1.00);
	background: rgba(232,232,232,0.90);
	font-size: 18px;
	line-height: 150%;
}
h4 {
	color: rgba(100,100,100,1.00);
	background: rgba(232,232,232,0.90);
	font-size: 18px;
	line-height: 150%;
}

p {
	background: rgba(232,232,232,0.90);
	font-size: 18px;
	line-height: 150%;
}
#advertising  {
	border:rgba(248,64,67,1.00) 2px solid;
	border-radius: 8px;
}
img   {
	border:rgba(248,64,67,1.00) 2px solid;
	border-radius: 8px;
}
a:link  {
	color: rgba(6,4,184,1.00);
	font-size: 18px;
	line-height: 150%;
	text-decoration:none;
	padding: 3px;
}
a:visited  {
	color: rgba(6,4,184,1.00);
	font-size: 18px;
	line-height: 150%;
	text-decoration:none;
	padding: 3px;	
}
a:focus  {
	color: rgba(6,4,184,1.00);
	font-size: 18px;
	line-height: 150%;
	text-decoration:underline;
	padding: 3px;
}
a:hover  {
	color: rgba(6,4,184,1.00); 
	font-size: 18px;
	line-height: 150%;
	text-decoration:underline;
}
a:active  {
	color:green;
	font-size: 18px;
	line-height: 150%;
	text-decoration:underline;
	padding: 3px;
}
div.icobilder  {
	height:180px;
	width:110px;
	float:left;
	text-align:center;
	padding-top: -20px;
	margin-right:4px;
	margin-bottom:2px;
	background-color:rgba(240,240,240,1.00);
	border-radius:20px;
	border:rgba(78,66,66,1.00) 8px double;   
}
#icobild  {
	border:rgba(0,0,0,1.00) 2px solid;
	border-radius:5px;
}
div.farbepaypal
{
	background-color:rgba(134,215,244,0.66);
}



