*	{
	padding: 0;
	margin: 0;
	}

html    { 
        overflow-y: scroll; 
        } 
/* to create a vertical dummy scrollbar in Firefox or Safari which would not have a scrollbar with height 100%. If you move to and from pages which don't have a vertical scrollbar to a page which does, it makes the page content jump sideways without a forced dummy scrollbar (works in Firefox and Safari but not in Opera; IE always shows a dummy scrollbar; Opera needs min-height and height: 101% in the container styles but it causes a standard scrollbar, not a dummy, and is less correct.)*/

body	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #000;
	background: #FFFEF0 url(/images/24.gif) no-repeat top left;
  	margin: 0;
	padding: 0;
	}

/* LAYOUT */

.clear	{
	clear: both;
	visibility: hidden;
	}
	
#outerwrap	{
/*	width: 99%; */
        width: 970px;
	max-width: 970px;
	min-width: 500px;
	margin: 0 auto;
	padding: 0;
	color: #000;
/*	background: url(/images/10.jpg) no-repeat 0px 15px; */
	background: url(/images/23.gif) no-repeat top;
	}

#wrap1	{
	width: 90%;
	margin: 0 auto;
	color: #000;
	}
	
#wrap2	{
	width: 90%;
	margin: 0 auto;
	color: #000;
/*      background: url(/images/22.gif) no-repeat 100% 100%; */
	}
	
#wrap3	{	/* navigation */
	width: 100%;
	margin: 0 auto;
	color: #000;
	border-top: 1px solid #B60807;
	border-bottom: 1px solid #B60807;
	background: #FFFEF0;
	}
	
#banner	{
	width: 90%;
	margin: 0 auto;
        height: 140px;
	}
	
#content	{
	width: 90%;
	margin: 60px auto 10px;
	text-align: left;
	}

#sidebar   {
        width: 28%;
        float: right;
        }
	
#blog	{
	width: 68%;
	float: left;
	}
	
#latest	{
	width: 98%;
	float: right;
	}

#justin	{
	width: 98%;
	float: right;
	}
	
#aanbieding	{
	width: 98%;
	float: right;
	}
	
#links	{
	width: 98%;
	float: right;
	}
		
#services	{
	width: 98%;
	float: right;
	}
	
#linklove	{
	width: 98%;
	float: right;
	}
	
#buttons	{
	width: 98%;
	float: right;
	}

#footer	{
	width: 90%;
	margin: 0 auto;
	padding: 3px 3px 3px 0px;
	text-align: left;
        border-bottom: 1px solid #B60807;
	}

#clearfooter2 { 
        height: 45px; 
        border: 0; 
        margin: 0; 
        padding: 0;
        } 


#footer2 { 
        width: 100%; 
        text-align: center; 
        height: 100px; 
        padding: 10px 0 0 0; 
        margin: -45px auto 0 auto; 
        border: 0; 
        background-color: #ccccc2; 
	background: url(/images/25.gif) no-repeat bottom right;} 

	
/* HEADERS */

#banner h6	{
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	margin: 0px 0 0 0;
	padding: 5px 0 0 0;
	float: right;
	width: 90%;
	color: #ffffff;
	background: repeat-y top left;
        text-decoration: none;
	}

#banner h6 a	{
	color: #ffffff;
        text-decoration: none;
	}

#banner h6 a:hover	{
        color: #ffffff;
        text-decoration: none;
	}
	
h1	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	padding: 3px 3px 3px px;
	color: #7C2C2C;
	display: block;
	}

h2	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	margin: 16px 0 10px 0px;
	}
	
h3	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	margin: 16 0 6px 0;
	padding: 3px 3px 3px 0px;
	color: #7C2C2C;
	display: block;
	}

h4	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 10 0 0 10px;
	padding: 3px 3px 3px 0;
	color: #B50205;
	background: transparent;
	display: block;
	}

h5	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	margin: 10px 0 0 10px;
	padding: 3px 3px 3px 0;
	color: #B50205;
	background: transparent;
	display: block;
	}
	
/* ELEMENTS */

#txpCommentInputForm .commentform  {
        font-size: 1.2em
        }







#content label    {
        font-size: 1.2em;

        margin: 0;
        }

#content input    {
        font-size: 1.2em;
        margin: 4px 0 10px 0;
        }

textarea    {
        font-size: 1.6em;
        margin: 4px 0 10px 0;
        }

fieldset   {
        padding: 10px;
        margin: 0 0 0 10px;
        }

legend     {
        font-size: 1.4em;
        }

#searchform input	{
	margin: 60px 0 0 0;
        padding: 2px 2px 2px 20px;
	float: right;
        border: 1px solid #B60807;
        width: 200px;
        font-size: 1.2em;
	background: #ffffff url(/images/4.gif) no-repeat scroll 2px center;
	}

#searchform input:focus	{
	background-color: #fff;
	border: 1px solid #B60807;
	}
	
img	{
	border: 1px solid black;
	}

img.left {
	float:left;
	margin:0em 0.8em 0.2em 1em;
}

img.right {
	float:right;
	margin:1.5em 1em 0.2em 0.8em;
        width: 200px;
        height: 150px;

}

.image	{
	margin: 10px 0 0 10px;
	float: right;
        clear: left;
	}
	
/* TEXT */

.story{
        clear:both;
        min-height: 170px;
        height: 170px;
/*	border-bottom: 1px solid rgb(85, 85, 85); */
	padding: 4px 0;
	padding-bottom: 16px;
}

.kalender{
        clear:both;
        margin:0px 0 0 15px;
        min-height: 100px;
        height: 100px;
        height: auto;
/*	border-bottom: 1px solid rgb(85, 85, 85); */
	padding: 4px 0;
	padding-bottom: 16px;
}

p.footertext {
        margin: 0;
        color: #B60807;
        }

p.footertext a {
        margin: 0;
        color: #B60807;
        }


#content ul li	{
	font-size: 1.4em;
	line-height: 1.5em;
	list-style: none outside;
	margin: 0 0 6px 4px;
	padding: 0;
	}

#content .meta {
        font-size: 1.1em;
        line-height: 1.3em;
        margin: 10px 0 0 10px;
        }
	
#content p	{
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 10px 0 10px 10px;





	}
	
#content a	{
	color: #ab2315;
	background: transparent;
	text-decoration: none;
	}


#content a:link	{




	text-decoration: none;
	}
	
#content a:visited	{
	text-decoration: none;
	}
	
#content a:hover	{
	text-decoration: underline;
	color: #AB2315;
	background: transparent;
	}
	
#content a:active	{
	text-decoration: underline;
	color: #F7331E;
	background: transparent;
	}
	
/* NAVIGATION*/

.category_list li {
	display: inline;
	font-size: 1em;
	line-height: 1.6em;
	}
	
.category_list a {
	width: auto;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #B60807;
	background: transparent;
	padding: .3em 7px;
	}

.category_list li:hover a {
	text-decoration: underline;
	color: #B60807;
	background: transparent;
	}

.category_list a.active	{
	color: #fff;
	background: #B60807;
	}

.category_list a.active:hover	{
	color: #fff;
	background: #B60807;
	}

#home .navhome {
	color: #fff;
	background: #B60807;
	}