* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #4F6B72; 
font-family: "Trebuchet MS";
font-size: 12px;
height: 100%;
}
body {
min-width: 760px; /* Don't work in IE */
}
p {
padding: 7px 0 7px 0;
}

.text12 {
		font-family: "Trebuchet MS";
		font-size: 12px;
}
.text13 {
		font-family: "Trebuchet MS";
		font-size: 13px;
}
.text14 {
		font-family: "Trebuchet MS";
		font-size: 14px;
}
.text15 {
		font-family: "Trebuchet MS";
		font-size: 15px;
}
.text16 {
		font-family: "Trebuchet MS";
		font-size: 16px;
}
.rood {
	color:#F00;
}
.blauw {
	color:#03C;
}
.groen {
	color:#093;
}
.rood_underline {
	color:#F00;
	text-decoration:underline;
}
.blauw_underline {
	color:#03C;
	text-decoration:underline;
}
.groen_underline {
	color:#093;
	text-decoration:underline;
}


li {
	list-style: none;
padding: 0;
margin: 0;

	}
.clearfix {display: inline-block;}
.floatcol_left { width: 49%; float: left; }
.floatcol_right { width: 49%; float: right; }

a {
color:#4F6B72;
}
a:hover{
color: #4F6B72;
text-decoration: none;
}

a.dynoverzicht {
font-family: "Trebuchet MS";
font-size: 12px;
text-transform:uppercase;
font-weight: bold;
color: #555555;
text-decoration:none;
text-transform:uppercase;
}
a.dynoverzicht:hover{
color: #555555;
font-size: 12px;
text-decoration: none;
}
a.dynoverzicht_title {
font-family: "Trebuchet MS";
font-size: 10px;
text-transform:uppercase;
font-weight: bold;
color: #ffffff;
text-transform:uppercase;
}
a.dynoverzicht_title:hover{
color: #ffffff;
font-size: 10px;
text-decoration: none;
}
a.title {
font-family: "Trebuchet MS";
font-size: 10px;
font-weight: bold;
color: #ffffff;
}
a.subtitle {
font-family: "Trebuchet MS";
font-size: 12px;
text-transform:uppercase;
font-weight: bold;
color: #555555;
text-decoration:none;
}
.fotogal_text {
color:#F00;
font-size:16px;
}
a.fotogal_link {
color:#555555;
}
a.fotogal_link:hover {
color:#333333;
text-decoration: none;
}
u {
font-family: "Trebuchet MS";
font-size: 10px;
font-weight: bold;
color: #ffffff;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 0px;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 12px;
}
h3 {
font-size: 12px;
}
h1 a, #header h2{
color: #333;
}
.clear { clear: both; }
#mainContainer {
min-height: 100%;

/***
background: url(/examples/images/faux-column-right.png) 100% 100px repeat-y;  This is the right column background "faked" with an image.  The 100px is added to have control of where the vertically repeating starts. ***/
}
* html #mainContainer {
height: 100%;

 /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
padding: 0px;
background: url(../template/background_container.jpg) repeat-x;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 0px; /*** Same width as margin-left for the float-wrap div ***/
padding-right: 0px; /*** Our right column width ***/
}
.inner {

width: 100%;
padding-bottom: 54px; /*** Padding-bottom value is the same value as the total height of the footer ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 100%;
margin-left: 0px; /*** Same length as .outer padding-left but with negative value ***/
}
#content {
float: right;
margin-right: 0px; /*** Same length as .outer padding-left but with negative value ***/
width: 100%;
position: relative; /*** IE needs this  ***/
}

div#content .select_textstyle, .input_textstyle, .textarea_textstyle, .input_buttonstyle {
color:#333333;
font-family:'trebuchet ms',helvetica,sans-serif;
font-size: 12px;
}
div#content .select_textstyle, .input_textstyle, .textarea_textstyle {
border:1px solid #7F9DB9;
padding: 1pt;
}


.contentWrap{
padding: 5px;
padding-left: 10px;
padding-right: 10px;
}

#right_overlay {
z-index: 1; position: absolute; right: 0px;
/** This negative margin-right value is the same as the right column width (width + padding). ***/
}

/**************************
FOOTER
**************************/
#footer {
color:#444444;
height: 54px; /*** The drawback with this solution is that the height of the footer can't have a flexible height. If you add so much content to the footer that it extends 45px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin-top: -54px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: center;


}
#footer p {
clear: both;
}

	
	
.table_title {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 4px 4px 4px 6px;
	background: #80AAD9;
}

.text_title {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 4px 4px 4px 6px;
	background: #80AAD9;
}

.subbutton_main {
		font-family: "Trebuchet MS";
		font-size: 14px;
		font-weight: bold;
		color: #1B5CAC;
		text-decoration:none;
		text-transform: uppercase;
}
.subbutton_main_text {
		font-size: 14px;
		color: #1B5CAC;
}
.subbutton_main:hover{
		color: #1B5CAC;
		text-decoration:underline;
}



.subbutton_dynmenu {
		font-family: "Trebuchet MS";
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		text-decoration:none;
		text-transform: uppercase;
}
.subbutton_text_dynmenu {
		font-size: 12px;
		color: #333333;
}
.subbutton_dynmenu:hover{
		color: #333333;
		text-decoration:underline;
}


.subbutton {
		font-family: "Trebuchet MS";
		font-size: 12px;
		font-weight: bold;
		color: red;
		text-decoration:none;
		text-transform: uppercase;
}
.subbutton_text {
		font-size: 12px;
		color: red;
}
.subbutton:hover{
		color: red;
		text-decoration:underline;
}


.subbutton2 {
		font-size: 12px;
		text-decoration:none;
		color:#1B5CAC;
}
.subbutton_text2 {
		font-size: 12px;
		color: #1B5CAC;
}
.subbutton2:hover{
		color: #1B5CAC;
		text-decoration:underline;
}


.subbutton3 {
		font-size: 11px;
		text-decoration:none;
		color:#333333;
		text-decoration:none;
}
.subbutton_text3 {
		font-size: 11px;
		color: #333333;
}
.subbutton3:hover{
		color: #333333;
		text-decoration:underline;
}


.subbutton4 {
		font-size: 11px;
		text-decoration:none;
		color:#444444;
}
.subbutton_text4 {
		font-size: 11px;
		color: #444444;
}
.subbutton4:hover{
		color: #444444;
		text-decoration:underline;
}






.subbutton_winkelwagentje {
		color: #ffffff;
		text-decoration:underline;
}
.subbutton_winkelwagentje:hover {
		color: #ffffff;
		text-decoration:none;
}


.input_buttonstyle {
color:#FEFEFE;
font-family:'trebuchet ms',helvetica,sans-serif;
font-size:10px;
font-weight:bold;
background-color:#4B86CA;
border:1px solid;
border:solid #999999;
background-image:url(../../template/images/bg_button.png);
cursor:hand;
cursor:pointer;
}
.table_textstyle_title {text-align: left;padding: 4px 4px 4px 4px;}
.table_textstyle_left {text-align: left;padding: 4px 4px 4px 0px;}
.table_textstyle_right {text-align: right;padding: 4px 0px 4px 4px;}
.table_textstyle_center {text-align: center;padding: 4px 4px 4px 4px;}

.table_textstyle_title, .table_textstyle_left, .table_textstyle_center, .table_textstyle_right  {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #A4C2E3;
}

td img {display: block;}


.imageborder{
border: 1px solid #80AAD9;
border: none;
}

#overlayfull {
z-index:1000;
position:absolute;
top:0;
bottom:0;
left:0;
width:100%;
background:#000;
opacity:0.45;
-moz-opacity:0.45;
filter:alpha(opacity=45);
visibility: hidden;
}

#confirmation {
border:1px solid #111111;
z-index:1001;
position:absolute;
text-align: center; 
top:165px;
width: 370px ;
height: 370px ; 
left: -185px;
margin-left: 50% ;
background:#fff;
opacity:1;
-moz-opacity:1;
filter:alpha(opacity=100);
visibility: hidden;
}

.confirmbutton {
padding:5px;
text-align:center;
font-size:10;
vertical-align:center;
border:0px;
background:#06F;
color:#FFF;
font-size:12px;
}




