/*
 * Plain html tags
 *
 */

html {
  margin: 0px;
  padding: 0px;
}

body {
  width: 900px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 0;
}

img {
  border: none;
}

input {
  width: 150px;
  height: 20px;
  border: 1px solid;
}

textarea {
  width: 300px;
  height: 50px;
  border: 1px solid;
}

.button {
  width: 150px;
  height: 25px;
  border: 2px solid;
  margin: 5px;  
}

/*
 * ID's
 *
 */

#Wrapper {
  width: 900px;
  height: 100%;
  border: 1px solid;
  float: left;
}

#Header {
  float: left;
  width: 900px;
  height: 100px;
  border-bottom: 1px solid;
}

#HeaderMenu {
  float: left;
  width: 900px;
  height: 25px;
  border-bottom: 1px solid;
}

#HeaderBreadCrums {
  float: left;
  width: 900px;
  height: 25px;
  border-bottom: 3px solid;
}

#LeftCol {
  position: relative;
  float: left;
  width: 200px;
  height: inherit;
}

#RightCol {
  position: relative;
  float: left;
  width: 700px;
  height: inherit;
}

#Footer {
  position: relative;
  float: left;
  width: 900px;
  height: 25px;
  border-top: 3px solid;
  text-align: center;
}

/*
 * Classes
 *
 */
 
.headerMenuButtonFirst {
  position: relative;
  border-right: 1px solid;  
  float: left;
  width: 149px;
  height: 25px;
  text-align: center;
  overflow: hidden;
  margin: 0px;
}
 
.headerMenuButton {
  position: relative;
  border-right: 1px solid;
  float: left;
  width: 149px;
  height: 25px;
  text-align: center;
  overflow: hidden;
}

.headerMenuButtonLast {
  position: relative;
  float: left;
  width: 150px;
  height: 25px;
  text-align: center;
  overflow: hidden;
  margin: 0px;
}



.menuBox {
  position: relative;
  width: auto;
  margin: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.menuBoxTitle {
  position: relative;
  border-bottom: 1px solid;
  width: auto;
  height: 19px;
  text-align: center;
  overflow: hidden;
  margin: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.menuBoxButton {
  position: relative;
  border-top: 1px solid;
  width: auto;
  text-align: left;
  margin: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.menuBoxSubWrapper {
  margin-top: 3px;
  margin-bottom: -3px;
}
.menuBoxSubButton {
  position: relative;
  border-top: 1px solid;
  width: auto;
  text-align: left;
  overflow: hidden;
  margin: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}



.floatBoxBig {
  position: relative;
  width: auto;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.floatBoxBigTitle {
  position: relative;
  width: auto;
  height: 19px;
  border-bottom: 1px solid;
  padding-top: 3px;
  padding-bottom: 3px;
  overflow: hidden;
}

.floatBoxBigContent {
  position: relative;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  padding-top: 3px;
  padding-bottom: 3px;
  width: auto;
}