h1, h2, h3{
	font-family: 'Titillium Web', sans-serif;
	margin-top: 0;
}
h1{
	font-size: 32px !important;
	line-height: 36px !important;
	font-weight: 700;
	color: #A30C15;
	margin-bottom: 50px;
}
body.oekoservice h1{
	color: #408306;
}
h2{
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
p{
	font-size: 14px;
	line-height: 22px;
}
#contents img{
    box-sizing: border-box;
    border-color: #CCC #AAA #AAA #CCC;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #A30C13;
}
body.oekoservice a{
	color: #408306;
}

a.redbutton,
a.greenbutton{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    display:inline-block;
    height: 40px;
    max-height: 40px;
	width: 100%;
    padding: 0 20px 0 40px;
    background: url(../img/redbutton.png);
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
    color: #fff !important;
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    border-radius: 5px;
}
a.greenbutton{
    background: url(../img/greenbutton.png);
}
a.redbutton:hover,
a.greenbutton:hover{
	background-position: 0 -40px;
/*    -webkit-filter: brightness(150%);
    -ms-filter: brightness(150%);
    -o-filter: brightness(150%);
    filter: brightness(150%);*/
}
a.iconlink{
	display: inline-block;
	padding-top: 3px;
	padding-left: 26px;
	background: url(../img/iconlink.png) no-repeat;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	min-height: 20px;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
.align-justify{
	text-align: justify;
}
.autowidth{
	width: auto !important;
}

blockquote,
.handwritten{
	font-family: Neucha, Courier New, serif;
	font-size: 16px;
	line-height: 20px;
}
blockquote{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 490px;
	background: url(../img/blockquote.png) no-repeat;
	padding: 0 120px;
}

/*
ul.green-checkmark,
ul.green-triangle{
	padding: 0;
}
*/
ul.green-checkmark li,
ul.green-triangle li{
	margin: 10px 0;
	padding-left: 30px;
	min-height: 16px;
	list-style-type: none;
}
ul.green-checkmark li{
	background: url(../img/green-checkmark.png) no-repeat;
}
ul.green-triangle li{
	background: url(../img/green-triangle.png) no-repeat;
}
.footnote{
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	color: #808080;
}
.memberstable img{
	box-shadow: none !important;
	border: none !important;
	border-radius: 0 !important;
	margin-left: 20px;
}
