/* Studentopkamers.nl stylesheet */


/* Page settings */
#bodyStyle {
  background-color:           #ffffff;
  color:                      #000000;
  font-family:                Verdana, Georgia, Book antigua, serif;
  font-size:                  0.8em;
  scrollbar-base-color:       #7EA4DA;
  scrollbar-arrow-color:      #007427;
  scrollbar-darkshadow-color: #800000;
  margin:                     0px;
}
/* Einde page settings */


/* Begin hoofd layout */
#container {
  width:                100%;
}

#leftSpacer {
  background:           #ff0000;
  float:                left;
  width: 100px;
}

#rightSpacer {
  background:           #00ff00;
  float:                right;
  width: 100px;
}

#contentContainer {
  background-image:     url('img/background.jpg');
  background-repeat:    no-repeat;
  width:                760px;
}

#contentSubContainer {
  width:                760px;
  overflow:             auto;
}

#contentTop {
  height:               80px;
}
#contentTopLeft {
  float:                left;
}
#contentTopRight {
  float:                right;
  width:                400px;
  padding-right:        20px;
}

#contentNavigation {
  float:                left;
  padding:              5px;
}

#contentMain {
  float:                right;
  padding-top:          5px;
  padding-bottom:       5px;
  padding-right:        5px;
  padding-left:         0px;
  width:                540px;
}
/* Einde hoofd layout */



/* Begin navigatie */
.navigationBox {
	border-color:         #007427;
	border-width:         1px;
	border-style:         solid;
	background-color:     #ffffff;
  margin-bottom:        10px;
  padding-left:         5px;
  padding-right:        5px;
	text-align:           left;
  filter:               alpha(opacity=80);
  -moz-opacity:         0.80;
}
h2 {
	color:               #007427;
	font-size:            1.3em;
	font-weight:          bold;
	font-family:		  Georgia, Book antiqua, serif;
}
h3 {
	color:               #007427;
	font-size:            1.0em;
	font-weight:          bold;
	font-family:		  Georgia, Book antiqua, serif;
}
ul {
indent:				0px;
	color:               #000000;
	}
li {
	color:               #000000;
	}
li.menu {
	color:               #8B2229;
	}
.navigationLink:link {
  color:                #8B2229;
  text-decoration:      none;
}
.navigationLink:visited {
  color:                #8B2229;
  text-decoration:      none;
}
.navigationLink:hover {
  color:               #007427;
  text-decoration:      underline;
}
.navigationLink:active {
  color:                #8B2229;
  text-decoration:      none;
  }
  a:link {
  color:                 #8B2229;
  text-decoration:      none;
}
a:visited {
  color:                #8B2229;
  text-decoration:      none;
}
a:hover {
  color:                #007427;
  text-decoration:      underline;
}
a:active {
  color:                #8B2229;
  text-decoration:      none;
  }
#navigatielinks {
  margin-left:          15px;
  padding:              0px;
}
#studentenlinks {
  margin-left:          15px;
  padding:              0px;
}
/* Einde navigatie */


/* Begin content */
.contentBox {
	border-color:         #007427;
	border-width:         1px;
	border-style:         solid;
	background-color:     #ffffff;
  margin-bottom:        10px;
  padding:              5px;
  text-align:           justify;
  filter:               alpha(opacity=80);
  -moz-opacity:         0.80;
}


