/*
Website : www.trapperdesign.com
CSS : Steven Groothuismink
E-mail: info@trapperdesign.com
WWW: www.trapperdesign.com
---------------------------------------
*/

/* Algemeen */
body {
margin:0;
padding:0;
text-align: center;
background: #FFFFFF;
font-family: verdana, arial, sans-serif;
}

.clr{clear:both;
}

/* De layout van de webpagina */
#wrapper {
background: #FFFFFF;
margin-top: 10px;
margin-left:auto;
margin-right:auto;
width:1024px;
font-size: 100%;
border-top: 4px solid #000000;
border-left: 4px solid #000000;
border-right: 4px solid #000000;
border-bottom: 4px solid #000000;
padding:0px;
}

#top{
background: #007FFF;
border-bottom: 4px solid #000000;
height:230px;
margin: 0px;
}

#content {
margin-top:0px;
padding-bottom:0px;
}

#content div {
padding:0px;
float:left;
}

#content-left {
margin-top: 0px;
margin-left: 1px;
width:12em;
}

#content-main {
text-align: left;
font-size:12px;
color: #1E1E1E;
margin: 8px;
padding: 10px;
width:800px;
border-left: 1px dotted #000000;
}

#footer {
background: #007FFF;
border-top: 4px solid #000000;
float:left;
height: 8.7em; 
width:100%; 
}

/* Menu */
.menu {
text-align: left;
font-size: 12px;
font-weight: bold;
width: 15em;
border-right: 0px;
padding: 0;
margin-bottom: 1em;
background: #007FFF;
color: #000000;
}

ul.taalmenu {
text-align: center;
margin: 0;
padding: 0;
border-top: 4px solid #FFFFFF;
border-left: 4px solid #FFFFFF;
border-right: 0px;
border-bottom: 1px solid #000000;
}
ul.menulist {
text-align: center;
margin: 0;
padding: 0;
border-top: 4px solid #FFFFFF;
border-left: 4px solid #FFFFFF;
border-right: 0px;
border-bottom: 1px solid #000000;
}

ul.menulist li {
list-style-type:none;
text-align: left;
margin: 0;
padding: 2px 2px 2px 4px;
background-color: #007FFF;
color: #000000;
text-decoration: none;
border-bottom: 0px;
border-left: 1px solid #4B4B4B;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
}

ul.menulist a {
display: block;
color: #FFFFFF;
text-decoration: none;
width: 100%;
}

html>body ul.menulist a {
width: auto;
}

ul.menulist a:hover {
color: #000000;
}

ul.menulist a:active, a:focus {
color: #000000;
}

/* Text layout algemeen*/
p {
color: #000000;
font-size:12px;
font-weight: none;
margin: 8px;
}

H1 {
color: #000000;
font-size:14px;
font-weight: bold;
margin: 8px;
border-bottom: 1px solid #000000;
}

a {
font-size: 12px;
color: #007FFF;
font-weight: bold;
text-decoration: none;
}

a:hover {
font-size: 12px;
color: #3C3C3C;
font-weight: bold;
text-decoration: none;
}

.knop {
cursor: hand;
float: left;
text-align: center;
font-size: 12px;
font-weight: bold;
color: #007FFF;
border: 3px double #cccccc;
width: auto;
background: #FFFFFF;
padding: 0px 10px;
line-height: 20px;
margin: 1px;
}

.error{
text-align: left;
background: #E1E1E1;
padding:5px;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
}

.error li{
font-size: 12px;
color: #FF0000;
font-weight: bold;
}

fieldset {
border : 0px;
padding : 5px;
background : #E1E1E1;
text-align: left;
margin: 10px;
}

legend {
text-align: left;
font-size: 12px;
font-weight: bold;
background: #007FFF;
color: #FFFFFF;
border : 1px solid #FFFFFF;
margin : 0 auto;
padding : 3px;
}

legend a {
color: #FFFFFF;
}

legend a:hover {
color: #E1E1E1;
}

/* Copyright gedeelte */
#copyright {
background: transparent url(images/bottom.gif) top center no-repeat;
float: left;
width:100%; 
text-align:center;
font-size:10px;
color: #3C3C3C;
}

#copyright a{
font-size:10px;
}

/* Voor Entrada */
#menu2 {
background: #007FFF;
border-bottom: 4px solid #000000;
height:100px;
margin: 0px;
padding: 10px;
color: #FFFFFF;
text-align: right;
}

#menu2 a {
color:#000000;
}

#menu2 a:hover {
color:#FFFFFF;	
}

.sortable-list {
    list-style-type : none;
    margin : 0;
}
.sortable-list li {
    border : 1px solid #000;
    cursor : n-resize;
    margin : 2px 0 2px 0;
    padding : 3px;
    background : #f7f7f7;
    border : #ccc;
    width : 750px;
    text-align: left;
}

/* Foto's voorpagina */
ul.foto {
  padding:0; 
  margin-left:auto; 
  margin-right:auto;
  width:720px; 
  height:480px; 
  position:relative; 
  background:#007FFF url(http://www.esprons.nl/images/gallery/esprons01.jpg) center no-repeat;
  }
ul.foto li {
  list-style-type:none; 
  width:120px; 
  height:80px; 
  float:left; 
  z-index:100;
  }
ul.foto li.links {
  float:left; 
  clear:left;
  }
ul.foto li.rechts {
  float:right; 
  clear:right;
  }
ul.foto a {
  position:relative; 
  width:120px; 
  height:80px; 
  display:block; 
  float:left; 
  z-index:100; 
  cursor:default;
  }
ul.foto a img {
  position:relative; 
  width:120px; 
  height:80px; 
  border:0px; 
  z-index:100;
  }
ul.foto a:hover {
  width:480px; 
  height:320px; 
  padding:80px 120px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:20;
  }
ul.foto a:hover img {
  background:#eee; 
  position:relative; 
  width:480px; 
  height:320px; 
  border:0; 
  z-index:20;
  }
ul.foto a:active, ul.foto a:focus {
  background:transparent; 
  width:480px; 
  height:320px; 
  padding:80px 120px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
ul.foto a:active img, ul.foto a:focus img {
  background:#eee; 
  position:relative; 
  width:480px; 
  height:320px; 
  border:0; 
  z-index:10;
  }
/* Voor Internet Explorer */
ul.foto li.pad {
  height:0; 
  display:block; 
  margin-top:-2px; 
  width:720px; 
  font-size:0;
  }

/* Voor Opera 7+ */
@media all and (min-width:0px){
ul.foto a:hover {
  background:#007FFF; 
  width:480px; 
  height:320px; 
  padding:80px 120px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
ul.foto a:hover img {
  background:#aaa; 
  position:relative; 
  width:480px; 
  height:320px; 
  border:0; 
  z-index:10;
  }


