@font-face { 
  font-family: 'LatoRegular'; src: url('../Fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'LatoBold'; src: url('../Fonts/Lato-Bold.ttf') format('truetype');
}

html {
  height:101%;
}

* {
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  font-family:'LatoRegular', Verdana, Helvetica, sans-serif;
  font-weight:300;
  font-size:16px;
  min-width: 1000px;
}

.clear {
  clear: both;
}

img {
  border:none;
}

p {
  margin-bottom:10px;
}

p.align-right {
  text-align:right;
}

p.align-center {
  text-align:center;
}

a {
  text-decoration:none;
  color:#11818d;
}

a:hover {
  text-decoration:underline;
  color:#11818d;
}

ul,ol {
  margin:0 0 10px 10px;
}

li {
  margin:0 0 0 10px;
}

h1, h2, h3, h4, h5, h6 {
  margin:0 0 15px 0;
  color:#11818d;
  font-family: 'LatoBold', sans-serif;
  font-weight:700;
}

h1 {
  font-size:24px;
}

h2 {
  font-size:22px;
}

h3 {
  font-size:20px;
}

h4 {
  font-size:18px;
}

h5 {
  font-size:16px;
}

h6 {
  font-size:14px;
}

table.contenttable th {
  font-size:12px;
  background-color:#b1d233;
  padding:4px;
  color:#fff;
}

table.contenttable td {
  font-size:11px;
  padding:4px;
  border-right:1px solid #359224;
  border-bottom:1px solid #359224;
  line-height:13px;
}

span.important {
  color:#ee1d26;
}

span.detail {
  color:#0f0;
}

span.name-of-person {
  color:#00f;
}

.csc-frame-frame2 {
  padding:20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color:#11818d;
  font-size:14px;
  color:#fff;
}


.divider hr {
  background-color: #359224;
  color: #359224;
  border: 0;
  height: 1px;
  margin:15px 0 15px 0;
  padding:0;
}


#container {
  width: 1000px;
  margin: 0 auto;
}

/* header section */
#header {
  width: 100%;
  overflow: hidden;
  height: 200px;
  background: url('../Images/bg_header3.png') top left no-repeat;
}


/* toolbox section */
#box {
  overflow: hidden;
  width: 100%;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color:#11818d;
}

#box ul {
  list-style:none;
  margin:0;
  padding-left:20px;
}

#box ul li {
  margin:0;
  float:left;
  padding: 10px 7px 14px 7px;
}

#box ul li a {
  font-size:18px;
  color:#fff;
  font-family: 'LatoRegular', sans-serif;
  font-weight:300;
}

#box ul li a:hover {
  color:#000;
  text-decoration:none;
}

#box ul li.active a,
#box ul li.first a {
  color:#000;
  text-decoration:none;  
}

/* content section */
#content {
  margin-top: 20px;
  width: 1000px;
  overflow: hidden;
    background: url('../Images/hebe.png') top left no-repeat;
}

#content img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  }

#links {
  width: 200px;
  float: left;
  margin-right:20px;

}

p.menu {

}

p.menu a {
  display:block;
  border-top:#000 solid 1px;
  border-bottom:#000 solid 1px;
  background-color:#11818d;
  padding: 2px 15px;
  font-size:13px;
  color:#000;
}

p.menu a:hover {
  color:#fff;
  text-decoration:none;
}

p.menusub {
  margin-left:15px;
}

p.menusub a {
  display:block;
  border-bottom:#cd5083 solid 1px;
  padding: 1px 0px;
  font-size:11px;
  color:#000;
}

p.menusub a:hover {
  color:#cd5083;
  text-decoration:none;
}

#rechts {
  width: 760px;
  float:right;
}


/* footer section */
#footer {
  margin-top:20px;
  padding:15px 0 8px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color:#11818d;
  text-align:center;
  color:#fff;
  font-size:14px;
  font-family: 'LatoBold', sans-serif;
  font-weight:400;
}

#footer a {
  color:#fff;
  text-decoration:none;
}

#footer a:hover {
  color:#fff;
  text-decoration:underline;
}

