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: #666;
  background-image: url("images/whiteblue.gif");
  color: #000066;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-stretch:semi-expanded;
  line-height: 17px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000066;
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #0033FF;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
a:visited {
  color: #0033FF;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  color: #FF3300;
  text-decoration: none;
}
a:focus {
  color: #000;
}
a:active {
  color: #0033FF;
  text-decoration: underline;
}
#page {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 849px;
}
#page #header {
  background: url(images/header.jpg) top center no-repeat;
  width: 849px;
  height: 180px;
  padding: 10px 10px 10px 10px;
}
#page #basis #leftColumn1 {
  background-color: #FFFFFF;
  border-right: solid 1px #666;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 150px;
}

#page #basis #rightColumn1 {
  background-color: #FFFFFF;
  border-left: solid 1px #666;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 225px;
}
#page #basis #content {
  margin: 0 250px 0 170px;
  padding: 10px 10px 10px 10px;
}
#page #basis #content2 {
  margin: 0 50px 0 170px;
  padding: 10px 10px 10px 10px;
}
#page #basis #content #kader1 {
   float: left;
   width: 380px;
   border: 1px solid #FF0000;
   margin-right: 10px;
}

#page #basis #content2 {
  margin: 0 0px 0 170px;
  padding: 10px 10px 10px 10px;
}

#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 #999999;
	text-decoration: none;
	color: #000066;
}

#page #basis #leftColumn1 #menu a:hover {
	background: #FFFFFF;
	color: #CCCCCC;
	background-color: #FF3300;
}


#page #basis .clearFloat {
  clear: both;
  display: block;
}
#page #footer {
  background-color: #FFFFFF;
  border-top: solid 1px #666666;
  padding: 10px 10px 10px 10px;
}
html {
     overflow: -moz-scrollbars-vertical;
}
