@charset "utf-8";
* {
margin: 0;
padding: 0;
}
html {
    overflow-y: scroll;
}

html,body {
	height:100%; /* needed for container min-height */
	
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #707173;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFF;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}
td {
	vertical-align:top;}
p {
	margin:0px;
	padding:0px;
	}

img {border:0px;
padding-right:10px;}

a {
	color:#707173;
font-weight:bold;
text-decoration:none;
}

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

#mainContent {
	z-index:0;
	
}


#mainContent u a {
	text-decoration:none;
	color:#707173;
	font-weight:bold;
}
#mainContent p img {
	padding-right:5px;
}

 p {
	padding-bottom:5px;
}

div#container {
	position:relative; /* needed for footer positioning*/
	width: 956px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/bc_container.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding:2px;
	padding-top:0px;
	padding-bottom:0px;
	
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

} 
#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	height: 125px;
} 
#mainContent #logo {
	position: absolute;
	z-index: 1;
	height: 275px;
	width: 371px;
	top: 0px;
	left:-60px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	cursor:pointer;
}

#mainContent #tikker {
	position: absolute;
	height: 24px;
	width: 641px;
	left: 150px;
	top: 57px;
	color:#009ee0;
	overflow:hidden;
	line-height:20px;
}

#mainContent {
	background-image: url(../images/bg_container.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top:160px;
	min-height:380px;
	line-height: 1.4em;
} 
#mainContent p{
	margin-right:60px;
}
div.titel {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:20px;
}
.kaarten_menu {
	width:220px;

}

.kaarten_item {
	background-image: url(../images/kaart_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 70px;
	width: 70px;
	margin-right: 10px;	
	margin-bottom:10px;
	border:solid 1px #868688;
	cursor:pointer;
}

#preview {
	width:440px;
	height:235px;
	border:solid 1px #c3c3c4;
	float:right;
	margin-bottom:10px;
}
#preview_onderschrift {
	float:right;
	width:440px;
	text-align:left;
	font-size:1.0em;
	padding:5px;
	position: relative;
}
#preview_onderschrift p {
	margin-left:0px;
	padding-left:0px;
}
#preview_onderschrift #preview_naam {
	color:#44a12b;
	float:left;
	font-weight:bold;
}

#preview_bestellen {
	float:right;
	margin-top:20px;
	position: absolute;
	right: 0px;
	top: 320px;
}
#preview_bestellen a {
	text-decoration:none;
	color:#429d23;
	font-weight:bold;	
}
#preview_bestellen a:hover {
	color:#707173;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	height:60px;
}
div#footer #vogel {
	position:relative;
	bottom:20px;
	left:45px;
	background-image: url(../images/vogel.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:60px;
	width:60px;
}
.info_table{
	width:600px;
	float:right;
	margin-right:140px;
	}
#content {
	float:right;
	width:675px;
	margin-right:45px;
}
#mainContent hr {
	border:none;
	border-bottom:dashed 1px #00acd8;
	margin:0px;
	margin-left:-30px;
	padding:0px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#social_container {
	position:absolute;
	z-index:1;
	height: 20px;
	width: 100px;
	top: 130px;
	right: 0px;
}
