/*
 * default.css
 *
 * Default layout for The Mailcompany
 *
 * (C) 2007 - 2011 - 3IP Web Solutions B.V.
 * Author: Klaas Schaafsma
 * Co-Author: Lars Grijsen
 *
 * Colors used:
 * Pink: d62e92
 * Green: 0fa43
 * Purple: 652482
 */

/* Globals */
body {
    background: url(../images/background_paars.png);
    margin-top: 19px;
    padding: 0;
    font: 11px/normal "Trebuchet MS", Tahoma, Verdana, Arial, helvetica, sans-serif;
    color: #fff;
}

.clear {
    clear: left;
}

.right {
    text-align: right;
}

.pink {
    font-weight: bold;
    color: #d62e92;
}

input {
    border: 1px solid #000;
    font-size: 11px;
}

/* Global layout (framework) */
div#smsbarsite {
    background: url(../images/twitter-bar.png) 8px 8px no-repeat #000000;
    width: 860px;
    margin: 0 auto;
    height: 32px;
    padding: 0px 15px 0 5px;
}
div#smsbarsite marquee {
	margin-left: 75px;
}

div#smsbarsite marquee a{
	color: #fe86ce;
}
div#wrapper {
    /*background: url(../images/main-back.gif) 0 0 repeat-y;*/
    background: url(../images/black.png) repeat;
    width: 880px;
    padding-right: 0px;
    margin: 0 auto;
    padding-bottom: 20px;
}

div#header {
    background: url(../header.php) 0 0 no-repeat;

}
div#header3 {
    background: url(../images/header/header3.png) 0 0 no-repeat;
}
div#header2 {
    background: url(../images/header/header2.png) 0 0 no-repeat;
}

div#menu {
    background: url(../images/menu.png) no-repeat;
    margin-left: 10px;
    width: 800px;
    height: 37px;
    padding: 0px 55px;
    padding: 0px 25px;
    display: block;
}
div#admin-menu {
    background: url(../images/menu.png) no-repeat;
    margin-left: 10px;
    width: 800px;
    height: 37px;
    padding: 0px 25px;
    display: block;
}

div#container-breed {
	margin-left: 18px;
	float: left; 
	width:845px;
	background: url(../images/grey.png) ;
}

div#right {
    background: url(../images/agenda-back-trans.png) 0 0 no-repeat;
    width: 229px;
    margin: 15px 0 0 15px;
    float: left;
}
div#right1 {
    background: url(../images/agenda-back-trans.png) 0 0 no-repeat;
    width: 229px;
    margin: 15px 0 0 15px;
    float: left;
}
div#footer {
    background: url(../images/footer-back-trans.png) 0 0 no-repeat;
    width: 880px;
    height: 14px;
    margin: 0 auto;
}

/* Header elements */
div#header h1,
div#header2 h1,
div#header3 h1 {
    margin: 0;
    display: none;
}

div#header img,
div#header2 img,
div#header3 img {
    margin-top: 80px;
}

div#header form {
    margin: 0;
}

div#header .setright {
    width: 210px;
    z-index: 100;
    position: relative;
    top: -30px;
    left: 670px;
}

div#header .inputtext {
    border: 1px solid #000;
    width: 120px;
    font-size: 11px;
}

div#header a:link {
    color: #d62e92;
    text-decoration: none;
}

div#header a:hover {
    text-decoration: underline;
}

div#header a:visited {
    color: #d62e92;
    text-decoration: none;
}

div#editor {
    height: 350px;
}

/* SMSbar */
span.name {
    color: #d62e92;
    font-weight: bold;
    margin-left: 10px;
}

/* Icon Menu */
div#icon-menu {
	position: relative;
	right: 10px;
	top: -30px;
	float:right;
}
div#icon-menu ul {
	list-style: none;
	margin: 0;
    padding: 0;
    position: relative;
}
div#icon-menu ul li {
	float: left;
}
div#icon-menu ul li a#twitter {
	 
	 background: url(../images/twitter.png) 0 0 no-repeat;
	 width: 20px;
	 height: 20px;
	 display: block;
	 padding: 0px 3px;
}
div#icon-menu ul li a#facebook {
	 
	 background: url(../images/facebook.png) 0 0 no-repeat;
	 width: 20px;
	 height: 20px;
	 display: block;
	 padding: 0px 3px;
}
div#icon-menu ul li a#email {
	 
	 background: url(../images/mail.png) 0 0 no-repeat;
	 width: 20px;
	 height: 20px;
	 display: block;
	 padding: 0px 3px;
}

/* 
	LEVEL ONE
*/

#menu ul.dropdown li.hover a,
#menu ul.dropdown li.hover ul li a:hover{
color: #580533;
}

#menu ul.dropdown li.hover ul li a{
color: #ffffff;
}

div#menu ul.dropdown li a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 45px;
	padding: 0px 35px;
}
div#menu ul.dropdown ul li.sub a {
	text-decoration: none;
	padding: 0px 0px;
}
div#admin-menu ul.dropdown li a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 35px;
	padding: 0px 25px;
}
div#admin-menu ul.dropdown ul li.sub a {
	text-decoration: none;
	padding: 0px 0px;
}


div#menu ul li a:hover,
div#admin-menu ul li a:hover {
	color: #580533;
}



ul.dropdown                         { position: relative;  margin: 0px; padding: 0px; list-style: none; color: #FFF;}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; text-decoration: none; color: #FFF; line-height: 3em; padding-top: 2px;}
ul.dropdown a		         { color: #FFF; }
ul.dropdown a:hover		  { color: #580533; }
ul.dropdown a:active          { color: #580533; }
ul.dropdown li a                    { display: block; padding: 4px 8px; color: #FFF; }
ul.dropdown li.hover,
ul.dropdown li:hover            { background: url(../images/menu-wit.png) repeat-x; color: black; position: relative; }
ul.dropdown li.hover a         { color: #580533; }

/* 
	LEVEL TWO
*/
ul.dropdown ul 			{ margin: 0px; padding: 0px; width: 174px; background:  url(../images/dropdown.png) bottom left; visibility: hidden; position: absolute; top: 100%; left: 0; list-style: none; }
ul.dropdown ul li 			{ font-weight: normal; float: none; text-align: left; padding: 0px; margin: 0px;}
ul.dropdown ul li.last		{ padding-bottom: 13px;	}							  
                                    
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li  a{ 
	border-right: none; 
	width: 95px; 
	display: inline-block; 	
	color: #FFF;
	margin-left: 23px;
	text-align: left;
	padding-left: 0px;
	height: 30px;
	border-bottom: 1px solid #FFF;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

div#menu a,
div#admin-menu a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

/* menu page jQuery */

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #333;
  color: #FE86CE;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}
h3.ui-accordion-header {
	height: 27px;
	background: url(../images/menuimg.png) top left no-repeat;
	padding-left: 35px;
}
h3.ui-state-active {
	height: 27px;
	background: url(../images/menuimg_active.png) top left no-repeat;
	padding-left: 35px;
}
div#menupage {
}
div#menuaccor {
	float: left; 
	width: 460px;
}
div#afbeeldingen-menu {
	float: left;
	width: 300px;
}
div#afbeeldingen-menu img {
	border: 2px solid #FFF;
	margin: 8px;
}

/* Main container */
div#content-top {
    background: url(../images/content-top-trans.png) 0 0 no-repeat;
    height: 10px;
}

div#content-bottom {
    background: url(../images/content-bottom-trans.png) 0 0 no-repeat;
    height: 9px;
}

div#content {
   margin-top: -7px;       /* Ugly, but again an IE6 bugfix */
   padding: 12px 15px 5px 15px;
}

div#tekst-full ul,
div#tekst ul {
	list-style-image: url(../images/pijltje.png);
}
div#content img.event {
    float: left;
    margin: 5px 15px 5px 0;
    width: 125px;
    border: 0;
}

div#content h1 {
    font-size: 13px;
    /*color: #652482;*/
    color: #FFF;
    font-weight: bold;
    padding: 15px 0 0 0;
    margin: 0;
}

div#content h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

div#content p {
    margin: 0;
}

div#content a {
    color: #D62E92;
    text-decoration: none;
}

div#content a:hover {
    text-decoration: underline;
}

div#tekst {
	padding: 20px;
	float: left;
	/* 880 - 245 = 515 */
	width: 515px; 
	min-height: 300px;
}
div#tekst-full {
	padding: 20px;
	float: left;
	/* 880 - 245 = 515 */
	width: 800px; 
	min-height: 300px;
}
div#menutekst {
	float:left;
	width: 424px;
	padding-right:20px;
}
div#menutekst_home {
	float:left;
	width: 470px;
	padding-right:10px;
	margin: 0px;
}
div#menukaart {
	float:left; 
	width: 348px;
	height: 454px;
	background: url(../images/menukaart.png) top left no-repeat;
	color: #000;
	text-align: center;
	font-size: 15px;
	padding-top: 50px;
}
div#menukaart_home {
	float:left;
}
div#menukaart h2,
div#menukaart_home h3{
	color: #62093D;
}
div#menukaart h3 {
	font-size: 18px;
}
div#menukaart_home h3 {
	font-size: 16px;
}
a#cadeaubon img{
	border: 0px;
}
div#kaart {
	margin-top: 4px;
	width: 300px;
	height: 391px;
	background: url(../images/menukaart_klein.png) top left no-repeat;
	color: #000;
	text-align: center;
	font-size: 13px;
	padding-top: 25px;
}
/* Right column */
div#right caption {
    padding-top: 5px;
    text-transform: uppercase;
    color: #d62e92;
    font-weight: bold;
}

div#right table {
    width: 100%;
    color: #666;
    text-align: center;

}

div#right td.current {
    border: 1px solid #fff;
}

div#right a {
    color: #d62e92;
    font-weight: bold;
    text-decoration: none;

}

div#right a:hover {
    text-decoration: underline;
}

div#right p.right {
    margin: 0 0 10px 0;
    padding: 0 5px 5px 0;
    background-color: #000;
}

div#right p.right a {
    color: #fff;
    font-weight: bold;
}

#ad {
    margin-top: 50px;
    text-align: center;
    width: 229px;
}

/* Slideshow */
div#slideshow {
    position: relative;
    background: url(../images/main-back.gif) 0 0 repeat-y;
    width: 845px;
    height: 100px;
	margin-left: 18px;
    overflow: hidden;
}

div#slideshow div {
    position: absolute;
    top: 0px;
    left: 15px;
}

/* Form */
div.errormsg {
    color: #d62e92;
    font-weight: bold;
}

input.error {
    background-color: #d62e92;
    color: #FFF;
}

form#register .inputtext {
    border: 1px solid #000;
    font-size: 11px;
}

form#profile .inputtext {
    border: 1px solid #000;
    font-size: 11px;
}


