/* CSS Document */

body,html { 
	height:100%;
	text-align: left;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image:url(images/main-bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

body,td,th {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ffffff;
}

.wrapper{	
	position: relative;
	height:100%;
	background-image:url(images/main-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
}

#container{
	width: 858px;
	height:100%;
	position: relative;
	text-align:left;
}

a {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #ee2e24;
}
a:visited {
	color: #ee2e24;
}
a:hover {
	color: #ee2e24;
}
a:active {
	color: #ee2e24;
}

.menu { 
	height:27px;
	margin-bottom:13px;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
.menu li a  { 
	text-decoration: none; 
	display: block;
	padding: 0px;
	margin:0px;
	background-color:#60211a;
    background-image:url(images/main-menu-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
    margin-right:13px;
}

.menu li a span { 
	color: #ffffff; 
	font-weight:bold;
	display: block;	
    background-image:url(images/main-menu-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
    padding:5px 13px 7px 13px;
}

.menu li a:hover, .menu li .selected{
	background-color:#ee2e24;
    background-image:url(images/main-menu-left-over.gif);
}

.menu li a:hover span, .menu li .selected span{
	background-image:url(images/main-menu-right-over.gif);
}

.menu li {	
	float:left;
}

.validator {color: #ee2e24;font-size:12px;}
.validatortext {color: #ee2e24;}
input.stylebutton { font-size: 12px; color: #ffffff; background-color:#ee2e24; border:solid 1px #231f20;}
textarea, input, select { font-size: 12px; font-family: Arial;}

.captcha {border:1px solid #7f9db9}

.floatleft{	
	float:left;
}

.floatright {
	float:right;
}

.adres{
	width:136px;
	height:152px;
	margin-top:28px;
	margin-left:19px;
	font-size:11px;
}

*html .adres{
	width:136px;
	height:152px;
	margin-top:28px;
	margin-left:9px;
	font-size:11px;
}

.adres a{
	font-size:11px;
}

.adresTitel {
	font-weight:bold;
	font-size:12px;
}

.DIVtekst{
	width: 540px; 
	overflow:hidden
}

.lnkCatalogus a {
   color: #ffffff;
   text-decoration:none;
   text-align:center;
   display: block;
   width:120px;
   height:20px;
   margin-top:5px;
}

.divFoto
{
    width:118px;
    background-color:#e5e5e5; 
    overflow:hidden; 
    text-align:center;
}

.fotoDetail
{
    border: 5px solid #e5e5e5;
    margin-right:5px;
    margin-bottom:5px;
}

.lnkTerug {
    color:#ee2e24;
    text-decoration:none; 
    text-transform:uppercase;
}

.lnkTerug a {
    text-decoration:none; 
    text-transform:uppercase;
    color:#ee2e24;
}