/* Stylesheet Uarchitects */
/* April 2008 */
/* copyright Rian Rietveld - RRWD */
/* http://www.rrwd.nl */

/* kleuren */
/* oranje #FAA500 - link*/
/* lichtgrijs #8D8D8D - tekst */
/* donkergrijs #4C4A4E - mouseover */

/* algemeen */

*	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #4C4A4E;
	font-weight: normal;
}

body {
  background-color: #FFF;
}

img {
  border: 0;
}
/* layout */

#wrapper {
  position: relative;
  width: 770px;
  height: 500px;
  margin: 50px auto;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 771px;
  height: 129px;
  background-image: url('../layout/tekstboven-licht-corr.jpg');
}

#nav {
  position: absolute;
  top: 135px;
  left: 0;
  width: 772px;
  height: 71px;
}

#home_link {
  display: block;
  position: absolute;
  top: 150px;
  left: 0;
  width: 772px;
  height: 71px;
}

#right {
  position: absolute;
  top: 200px;
  left: 520px;
  width: 250px;
  height: 400px;
  background-color: #efefef;
}

#content {
  margin: 10px;
  width: 230px;
  height: 360px;
  background-color: #efefef;
  overflow: auto;
}

#doorblader {
  position: absolute;
  top: 370px;
  left: 10px;
  width: 200px;
  background-color: #efefef;
}

#left {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 520px;
  height: 400px;
  background-color: #efefef;
}

#footer {
  position: absolute;
  top: 600px;
  left: 0;
  width: 770px;
  text-align: justify;
}
/* text in nav */

#nav {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
  float: left;
  list-style: none;
}
#nav a {
  text-decoration: none;
  display: block;
  padding-right: 20px;
  padding-top: 10px;
  font-size: 12px;
  color: #FAA500;
}



#levellinks {
	margin: 0;
	padding: 0;
	list-style: none;
}

#levellinks  li {
  list-style: none;
}

#levellinks a {
  text-decoration: none;
}

#levelcontent {
  margin-top: 20px;
  font-weight: bold;
}

/* mouseover wisseling plaatjes, thanks Eric Meyer for putting me on the right track :)  */
#header a {
  display: block;
  text-decoration: none; 
}

#header a span {
  display: none;
}

#link_ua  {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 15px;
  background-image: url('../layout/button_ua_or.jpg');
}
#link_ua.active  {
  background-image: url('../layout/button_ua_gr2.jpg');
} 
#link_ua:hover  {
  background-image: url('../layout/button_ua_gr1.jpg');
} 
#link_about  {
  position: absolute;
  top: 26px;
  left: 199px;
  width: 74px;
  height: 21px;
  background-image: url('../layout/button_think_or.jpg');
}
#link_about.active  {
  background-image: url('../layout/button_think_gr2.jpg');
} 
#link_about:hover  {
  background-image: url('../layout/button_think_gr1.jpg');
} 

#link_concepts  {
  position: absolute;
  top: 56px;
  left: 666px;
  width: 69px;
  height: 17px;
  background-image: url('../layout/button_concepts_or.jpg');
}
#link_concepts.active  {
  background-image: url('../layout/button_concepts_gr2.jpg');
} 
#link_concepts:hover  {
  background-image: url('../layout/button_concepts_gr1.jpg');
} 

#link_concrete  {
  position: absolute;
  top: 84px;
  left: 0px;
  width: 67px;
  height: 15px;
  background-image: url('../layout/button_concrete_or.jpg');
}
#link_concrete.active  {
  background-image: url('../layout/button_concrete_gr2.jpg');
} 
#link_concrete:hover  {
  background-image: url('../layout/button_concrete_gr1.jpg');
} 

#link_levels {
  position: absolute;
  top: 0px;
  left: 420px;
  width: 43px;
  height: 15px;
  background-image: url('../layout/button_levels_or.jpg');
}
#link_levels.active  {
  background-image: url('../layout/button_levels_gr2.jpg');
} 
#link_levels:hover  {
  background-image: url('../layout/button_levels_gr1.jpg');
} 

#link_ua2  {
  position: absolute;
  top: 112px;
  left: 683px;
  width: 90px;
  height: 15px;
  background-image: url('../layout/button_ua_or.jpg');
}
#link_ua2.active  {
  background-image: url('../layout/button_ua_gr2.jpg');
} 
#link_ua2:hover  {
  background-image: url('../layout/button_ua_gr1.jpg');
} 

/* voorpagina */
#header.home {
  background-image: url('../layout/tekstboven-donker-corr.jpg');
}

#content_home {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 770px;
  height: 400px;
  background-color: #ddd;
}

/* tekstpresentatie */

h1.main_title {
  
}

#nav a.active_link {
  color: #000;
}

#home_link{
  text-decoration: none;
  color: #FAA500; 
  font-size: 16px;
}

#home_link:hover {
  text-decoration: none;
  color: #ccc; 
}

#content a.active_link {
  color: #FAA500;
  font-weight: bold;
  text-decoration: none;
}

#doorblader a {
  color: #FAA500;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  margin-right: 20px;
}

