#beschrijving {
width:580px;
padding-top:5px;
font-size:14px;
}
#tshirt {
width:300px;
float:left;
margin-left:10px;
margin-right:10px;
}

#menu_tshirt  {
behavior: url(hover.htc);
width:200px;
height:50px;
background-image:url(tshirts_normal.gif);
background-repeat:no-repeat;
}

#menu_tshirt:hover, #menu_tshirt.hover {
background-image:url(tshirts_hover.gif);
background-repeat:no-repeat;
}

#menu_faq  {
behavior: url(hover.htc);
width:200px;
height:50px;
background-image:url(faq_normal.gif);
background-repeat:no-repeat;
}

#menu_faq:hover,#menu_faq.hover  {
background-image:url(faq_hover.gif);
background-repeat:no-repeat;
}
#menu_fotos {
behavior: url(hover.htc);
width:200px;
height:50px;
background-image:url(fotos_normal.gif);
background-repeat:no-repeat;
}

#menu_fotos:hover, #menu_fotos.hover {
background-image:url(fotos_hover.gif);
background-repeat:no-repeat;
}
#menu_contact  {
behavior: url(hover.htc);
width:200px;
height:50px;
background-image:url(contact_normal.gif);
background-repeat:no-repeat;
}

#menu_contact:hover, #menu_contact.hover  {
background-image:url(contact_hover.gif);
background-repeat:no-repeat;
}
#menu_about {
behavior: url(hover.htc);
width:200px;
height:50px;
background-image:url(about_normal.gif);
background-repeat:no-repeat;
}

#menu_about:hover,#menu_about.hover  {
background-image:url(about_hover.gif);
background-repeat:no-repeat;
}

#menu_lang{
text-align:center;
}




body {
	background-color:#333333;
	background-image:url(background.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
}
a {color: #CCCCCC;}
a:visited {color:#FFFFFF;}
a:hover {color: #CCCCFF;}
a:active { color:#FF0066;}

h1 {
font-size: 11px;
background-color:#666666;
text-transform:uppercase;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */
#container {
position:relative;
width: 800px;
padding:0px;
margin: 0px;
margin-top:50px;
margin-left: auto;
margin-right: auto;
border:           solid 3px #ddd;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: left;
background-color: #000000;
padding: 0px;
margin: 0px; }

#banner img {padding:10px 0px;} 

/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 200px #000000;  /* color of the left column  */ 
background-color: #000000; /* color of the content column */
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;
 }

/* -----------------content--------------------- */
#content{ 
position: relative; 
margin: 0px; 
height:550px;
}

p{
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right; } 

b{
font-size:13px;
}
#top_left_corner {
    position:         absolute; 
    left:             -3px; 
    top:              -3px;
}

#top_right_corner {
    position:         absolute; 
    right:            -3px; 
    top:              -3px;
}

#bottom_left_corner {
    position:         absolute; 
    left:             -3px; 
    bottom:           -3px;
}

#bottom_right_corner {
    position:         absolute; 
    right:            -3px; 
    bottom:           -3px;
}

img {
border:none;
}

big{
font-size:13px;
}
span {
color:#FF0000;
font-weight:bold;
}

li {
list-style-type:none;
}

.border {
border: 1px solid #FFFFFF;
}

/* FORM */

.cssform p{
width: 320px;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
/*height: 1%;*/
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 75px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


.prijs {
color:#CC0000;
}
.groot {
font-size:20px;
}
