
.adress {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 15px 0 15px 45px;
	margin-top: 5px;
	background: url(../images/layout/icon_Mail.gif) no-repeat 0 20px;
	width: auto !important;
}

.adress a {
	color: #000;
}

.adressLink {
	padding: 10px 0;
}

.adressLink a {
	font-family: 'Amethysta', 'Times New Roman', serif;
	font-size: 16px;
	padding-right: 20px;
	color: #5F1969;
	background: url(../images/layout/pfeil_lila.gif) no-repeat right 4px;
}

.defaultBullets {
	
}

.boldGreen {
	color: #0A6E78;
	font-weight: bold;
}

.smaller {
	font-size: 11px;
	line-height: 1.64706;
	line-height: 1.3;
	margin-bottom: 0;
}
.smallerlink {
	font-size: 11px;
	line-height: 1.3;
}
.link {
  font-size: 13px;
  line-height: 2.5;
}
.inter {
	font-family: 'Inter', 'Arial', sans-serif;
}

.lead {
	color: red;
}
a.btn {
    padding: 10px;
    text-align: center;
    border-radius: 25px;
    line-height: 25px;
	/*border: 1px solid #000;*/
	min-width: 220px;
	/*min-height: 25px;*/
}
a.white {
	background: #fff;
	color: #006978;
}
a.white:hover {
	box-shadow: 0px 3px 6px #0000004D;
	color: #006978;
}
a.white:focus {
	background: #f6f6f6;
}
a.petrol {
	background: #006978;
	color: #fff !important;
}
a.petrol:hover {
	color: #fff;
	background: #338793;
}
a.petrol:focus {
	background: #005460;
}

