/* Style voor atelierpoppejans.nl  */
@media screen
{
html,body  {
margin: 0px;
padding: 0px;
margin: 0 auto;
height:100%;
background-color: #AB7D9B;
font: 85%  arial, helvetica, sans-serif; color:#000;
}
h3 {
  color: #78586C;
  padding-top: 15px;
}

:root { overflow-y: scroll !important; }
img {border: none;}

div#container {
	margin:0 auto;
	width:800px;
    padding: 3px;
    height:auto !important;
	height:95%;
	min-height:95%;
    background-color: #fff;
    }
div#top {
  width: 800px;
  height: 15px;
  background-color: #AB7D9B;
}
div#header {
  width: 800px;
  height: 160px;
  background-image: url(../images/header.jpg);
}
div#webshopheader {
  width: 900px;
  height: 160px;
  background-image: url(../images/webshopheader.jpg);
}
div#balk {
  width: 800px;
  height: 30px;
  background-color: #78586C;
  border-top-color: #fff;
  border-top-style: solid;
  border-top-width: 3px;
}
.mainmenu {
  width: 170px;
  height: 30px;
  line-height: 30px;
  margin: 0 15px;
  border-bottom-color: #ooo;
  border-bottom-style: dotted;
  border-bottom-width: 3px;
}
div#menu {
  float: left;
  width: 200px;
}
div#main {
  background-color: #fff;
}

 div#home {
   float: left;
   padding: 10px;
   width: 580px;
   background-color: #fff;
 }
 #home a:link {
	color:#E67373;
    text-decoration: none;
}
#home a:visited {
	color:#E67373;
    text-decoration: none;
}
#home a:hover {
	color:#E67373;
    text-decoration: underline;
}
.kop {
    font-weight: bold;
    color:#E67373;
    padding-left: 10px;
}

.toplinks { text-decoration: none;font: 120%;color: #fff;}
.toplinks:visited { text-decoration: none;color: #fff;}
.toplinks:active { text-decoration: none;color: #fff;}

.links { text-decoration: none;color: #E67373;}
.links:visited { text-decoration: none;color: #E67373;}
.links:active { text-decoration: none;color: #E67373;}
.links:hover { text-decoration: underline;color: #E67373;}

.menulinks { text-decoration: none;color: #E67373; margin-left: 15px; font-weight: bold; font-size: 110%;}
.menulinks:visited { text-decoration: none;color: #E67373; margin-left: 15px; font-weight: bold;font-size: 110%}
.menulinks:active { text-decoration: none;color: #E67373; margin-left: 15px; font-weight: bold;font-size: 110%}
.menulinks:hover { text-decoration: underline;color: #E67373; margin-left: 15px;font-weight: bold; font-size: 110%}
}
