@charset "utf-8";
/* CSS Document */
/* Body */
body {
	font-family: "Times New Roman",Arial, sans-serif;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-style: normal;
	font-size: 16px;
	}

h1
{
font-size: 20px;
text-align: center;
}

h2
{
font-size: 16px;
text-align: center;
}
h3
{
font-size: 12px;
text-align: center;
}
p
{
padding:0px 10px 0px 10px;
	text-align: center;
}
.kontakt
{
		border: 1px solid black;
	text-align: center;
	border: 0px solid black;
}
.center-pic 
{
	display: inline-block;
	
}
.centertxt
{
    text-align: center;
	padding:0px 10px 0px 10px;
}
.justitytxt
{
    text-align:justify;
    padding:0px 10px 0px 10px;	
}
.img-radius {
 border:5px solid #ffffff;
 border-radius: 30px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
}
img
{
border:5px solid #ffffff;	
}