@charset "UTF-8";
body {
 background: #fff;
margin: 0;
padding: 0;
color: #000;
}
/* ~~ Element/tag selectors ~~ */

h1, h2  {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 20px;
text-align: center;
}

h3, h4 {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 19px;
text-align: left;
margin: 0 0 0 20px;
}

h5, h6 {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 18px;
text-align: left;
margin: 0 0 0 20px;
}

p {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 21px;
margin: 0 0 0 20px;
line-height: 150%;
}

.notes {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 18px;
line-height: 150%;
}
.bindoy {
 font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #285802;
font-variant: small-caps;
text-decoration: none;
text-align: center;
}

#cadre {
text-align: center;
margin-left: 160px;
margin-right: 40px;
}
.kowol {
	border: 1px;
}
.ssection {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 20px;
text-align: center;
font-weight: bold;
font-variant: small-caps;
}
.copyrights {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 16px;
text-align: center;
color: #05500B;
}

.byline {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 16px;
text-align: center;
margin-top: 1px;
line-height: 110%;
}

.legend {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 16px;
text-align: center;
}

.konngol {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: normal;
color: #121212;
text-decoration: none;
text-align: center;
}

ol, ul, li {
	font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	margin: 0 0 0 20px;
}
table {
border-collapse: collapse;
}

a img {
border: none;
}

.creatives {
text-align: center;
}

.creativescaption {
margin-top: -7px;
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif; Palatino, serif;
font-size: 17px;
text-align: center;
}
#hakkunde {
margin-left: 70px;
margin-right: 70px;
text-align: center;
}
/* ~~   site's links styling follow  this strict order - including the group of selectors that create the hover effect. ~~ */
a:link {
color: #285802;
text-decoration: none;
}
a:visited {
color: #6E6C64;
text-decoration: underline;
}
a:hover, a:active, a:focus {
text-decoration: underline;
font-weight: bold;
}
/* ~~ Fixed width container, surrounds all other blocks ~~ */
.container {
width: 900px;
background: #fff;
margin: 0 auto;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
background: #fff;
text-align: center;
}
/* ~~ Columns layout    */
.sidebar1 {
float: left;
width: 160px;
background: #fff;
padding-bottom: 10px;
}
.content {
padding: 10px 0;
width: 580px;
float: left;
}
aside {
float: left;
width: 160px;
background: #fff;
padding: 10px 0;
}

.legende {
font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
margin-top: -10px;

font-size: 15px;
line-height: 120%;
text-align: center;
}
.tunda {
margin-top: -17px;
text-align: center;
}

.tunda2 {
margin-top: -10px;
text-align: center;
}
/* ~~ Grouped selector giving the lists in the .content area space ~~ */
.content ul, .content ol {
padding: 0 15px 15px 40px;
}

/* ~~ The footer ~~ */
footer {
padding: 10px 0;
background: #fff;
position: relative;
clear: both;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {
float: right;
margin-left: 8px;
}
.fltlft {
float: left;
margin-right: 8px;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

/*HTML 5 tags  support  to display:block so browsers know how to render them   properly. */
header, section, footer, aside, nav, article, figure {
display: block;
}