html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #cfdcda;
  background-image: url("images/bg.jpg");
  color: #000000;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-stretch:semi-expanded;
  line-height: 20px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
h2 {
  color: #99CC00;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #666;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
a:visited {
  color: #666;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  color: #99CC00;
  text-decoration: none;
}
a:focus {
  color: #666;
  text-decoration: underline;
}
a:active {
  color: #666;
  text-decoration: underline;
}

ul {
	margin: 10px;
	padding: 0;
	list-style-type:disc;
}
li {
	padding-left: 0px;
	
}
img.right {
	float: right;
	margin: 0 0 0 20px;
}
img.left {
	float: left;
	margin: 0 20px 0 0px;
}
#page {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 1000px;
  border-left: 2px solid #99CC00;
}
#page #header {
  background: url(images/header.jpg) top center no-repeat;
  width: 1000px;
  height: 216px;
}

#page #basis {
	margin: 0 auto;
	height: auto;
}
#page #basis #leftColumn1 {
  background-color: #FFFFFF;
  float: left;
  padding: 20px 10px 10px 10px;
  width: 175px;
}
#page #basis #leftColumn1 #menu {
}

#page #basis #leftColumn1 #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page #basis #leftColumn1 #menu li {
	display: inline;
}

#page #basis #leftColumn1 #menu a {
	display: block;
	padding: 5px 15px;
	height: 20px;
	border-bottom: 1px solid #99CC00;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#page #basis #leftColumn1 #menu a:hover {
	color: #000;
	background-color: #99CC00;
}


#page #basis #rightColumn1 {
  background-color: #FFFFFF;
  float: right;
  padding: 30px 10px 10px 10px;
  width: 250px;
  color: #666;
}
#page #basis #content {
  margin: 0 285px 0 195px;
  padding: 20px 10px 10px 10px;
  border-right: 1px solid #CCC;
}
#page #basis #content2 {
  margin: 0 50px 0 260px;
  padding: 10px 10px 10px 10px;
  height: 1000px;
}
#page #basis #content3 {
  margin: 0 10px 0 220px;
  padding: 10px 10px 10px 10px;
  height: 1000px;
}

#page #basis #content4 {
  margin: 0 10px 0 220px;
  padding: 10px 10px 10px 10px;
}
#page #basis #content #kader1 {
   float: left;
   width: 380px;
   border: 1px solid #FF0000;
   margin-right: 10px;
}

#page #basis #content2 #kader1 {
   float: left;
   width: 380px;
   border: 1px solid #FF0000;
   margin-right: 10px;
}

#page #basis .clearFloat {
  clear: both;
  display: block;
}
#page #footer {
  background-color: #000000;
  padding: 5px 10px 5px 10px;
  font-size: 10px;
  color: #FFF;
}
html {
     overflow: -moz-scrollbars-vertical;
}
