html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/background.gif);
	text-align: center; /* ie */
	
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	color: #22497E;

	height: 100%;
}

a {
	color: #22497E;
	/* text-decoration: none; */
}

a:hover {
	color: #22497E;
	/* text-decoration: none; */
} 

a:active {
	color: #F5D636;
	/* text-decoration: none; */
}

a:visited {
	color: #22497E;
	/* text-decoration: none; */
}

a.popupLink {
	color: #22497E;
	text-decoration: underline;
}

a.popupLink:hover {
	color: #22497E;
	text-decoration: underline;
}

a.popupLink:active {
	color: #22497E;
	text-decoration: underline;
}

a.popupLink:visited {
	color: #22497E;
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	text-align: justify;
}

p.roomsInfo {
	text-align: left;
}

img {
	border: 0px;
}

div#container {
	width: 800px;
	margin: 10px auto 0px auto;
	text-align: left;
}

div#header {
	width: 800px;
	height: 120px;
}

	div#header img {
		display: block;
	}

div#menu {
	width: 800px;
	height: 24px;
	background: #22497E;
}

	div#menu ul {
		margin: 0px;
		padding: 3px 0px 0px 45px;
		list-style: none;
	}
	
	div#menu ul li {
		display: inline;
	}
	
		div#menu ul li a {
			margin: 0px;
			padding: 1px 15px 0px 14px;
			font-size: 11px;
			color: white;
			text-decoration: none;
			background: url(../images/menu_li.gif) no-repeat 0px 4px;
		}
		
		div#menu ul li.active a,
		div#menu ul li a:hover {
			margin: 0px;
			/* padding: 0px 15px 0px 18px; */
			/* font-size: 13px; */
			color: #fff;
			text-decoration: none;
			background: url(../images/menu_li_active.gif) no-repeat 0px 4px;
		}		

div#main {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-image: url(../images/main_bg.gif);
	min-height:500px;
}

	div#main div#content {
		width: 574px;
		float: left;
		padding: 0px;
		margin: 0px 10px 0px 0px;
	}
	
		div#content div#left {
			margin: 0px;
			padding: 0px 0px 0px 1px;
			float: left;
			width: 79px;
			_width: 80px;
		}
		
		div#content div#text {
			padding: 10px 10px 10px 10px;
			margin: 0px;
			float: right;
			width: 472px;
			overflow:visible;
		}
	
	div#main div#right {
		float: left;
		width: 196px;
		padding-top: 4px;
	}
	
p.crum {
	font-size: 10px;
}

	p.crum a {
		/* color: #9c6563; */
		text-decoration: underline;
	}
	
	p.crum a:hover {
		color: black;
		text-decoration: underline;
	}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

img#ActiveRoomImage {
    margin: 10px 0px 0px 10px;
    width: 174px;
    height: 119px;
}

p#ActiveRoomInfo {
    padding: 10px 10px 15px 10px;
    text-align: left;
    letter-spacing: -1px;
    background: url(../images/right_spacer.gif) no-repeat bottom;
}

    p#ActiveRoomInfo a {
        text-align: center;
        text-decoration: underline;
        font-weight: bold;
    }
    
    p#ActiveRoomInfo a:hover {
        color: #000;
    }

div#rooms {
	padding: 10px 3px 10px 10px;
	margin: 0px;
}

	div#rooms img {
		margin: 0px 7px 7px 0px;
		cursor: pointer;
	}
    
	div#rooms p#roomsInfo {
        font-size: 10px;
        text-align: center;
        letter-spacing: -1px;
        height: 100px;
	}

div.presentatie {
	width: 190px;
	_width: 200px;
	float: right;
	padding: 0px 0px 0px 10px;
	visibility: visible;
	overflow:visible;
}

div.imagesPresentatie {
	width: 190px;
	_width: 200px;
	float: right;
	padding: 0px 0px 0px 10px;
	visibility: visible;
	overflow:visible;
	clear:right;
}

	div.imagesPresentatie img {
		margin: 0px 0px 10px 0px;
	}

div.images {
	width: 190px;
	_width: 200px;
	float: right;
	padding: 35px 0px 0px 10px;
	visibility: visible;
	overflow:visible;
	clear:right;
}

	div.images img {
		margin: 0px 0px 10px 0px;
	}

div#right ul {
	margin: 0px;
	padding: 10px 10px 20px 10px;
	list-style: none;
	color: #9c6563;
	background: url(../images/right_spacer.gif) no-repeat bottom;
}

div#right ul li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(../images/right_li.gif) no-repeat 0px 4px;
	list-style: none;
}

	div#right ul li.active ul a,
	div#right ul li a {
		/* color: #9c6563; */
		text-decoration: underline;
	}

	div#right ul li ul li.active a,
	div#right ul li.active a,
	div#right ul li a:hover {
		color: black;
		text-decoration: underline;
	}

		div#right ul ul {
			background: none;
			margin: 0px;
			padding: 5px 0px 5px 0px;
		}

	div#right img {
		margin-top: 1px;
		margin-left: 6px;
	}

div#popup {
	width: 624px;
	min-height: 100%;
	_height: 100%;
	text-align: left;
	background-image: url(../images/background_popup.gif);
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
}

div#popup_content {
	margin: 0px;
	padding: 10px 15px 10px 15px;
}

div#popup_content table tr td {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	color: #784341;
}

div.guestbook {
	margin-top: 25px;
	width: 455px;
}

textarea.guestbook_textarea {
	width: 455px;
	height: 80px;
	overflow: auto;
}

.guestbook_submit {
	float: right;
	background-color:#784341;
	color:#fff;
	border-top: 2px solid #AB8A89;
	border-right: 2px solid #3A2120;
	border-bottom: 2px solid #3A2120;
	border-left: 2px solid #AB8A89;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 5px;
	margin-right: -6px;
	margin-bottom: 0px;
	margin-left: 0px;
}

table.pager a {
	text-decoration: none;
}

table.pager span.pagerSelectionItemActive {
	font-weight: bold;
}

.elementText, .elementPassword {
	width: 208px;
	font-family: verdana;
	font-size: 11px;
}
.elementCheckboxContainer input.elementText {
	width: 150px;
	margin-left: 10px;
}
.elementRadioContainer input.elementText {
	width: 75px;
	margin-left: 5px;
}

.elementTextarea {
	width: 208px;
	height: 80px;
	overflow: auto;
	font-family: verdana;
	font-size: 11px;
}

.elementSelect {
	width: 214px;
	font-family: verdana;
	font-size: 11px;
}

#submitSend, table.Pager input {
	/* background-color:#784341; */
	background-color: #22497E;
	color:#fff;
	/* 
	border-top: 2px solid #AB8A89;
	border-right: 2px solid #3A2120;
	border-bottom: 2px solid #3A2120;
	border-left: 2px solid #AB8A89;
	*/
	font-weight: bold;
	text-transform: lowercase;
}

#submitSend {
	float: right;
	margin-top: 5px;
	margin-right: -6px;
	margin-bottom: 0px;
	margin-left: 0px;
}

table.Pager {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-top: 8px;
}

table.Pager td {
    width: 50%;
    text-align: center;
}

table.Pager td input {
    width: 80px;
}

.formRow {
	vertical-align: top;
}

.elementSeparator {
	font-weight: bold;
}

/**
 * Shop-module - Producten (groep)
 */
 
table.ProductGroup {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

    table.ProductGroup caption {
        text-align: left;
    	font-size: 14px;
    	font-weight: bold;
    	padding-bottom: 15px;
    }

    table.ProductGroup thead td {
        letter-spacing: -1px;
        font-style: italic;
    }
    
    table.ProductGroup thead th {
        background-color: #22497E;
        color: #FFF;
        line-height: 20px;
    }
    
    table.ProductGroup thead th.Price {
        padding-right: 3px;
    }
    
    table.ProductGroup thead th.Name {
        padding-left: 3px;
    }
    
        table.ProductGroup td.Amount input {
            width: 25px;
            text-align: center;
        }

    table.ProductGroup .Name {
        text-align: left;
        font-weight: bold;
        letter-spacing: -1px;
    }
    
    table.ProductGroup .Price {
        text-align: right;
        width: 50px;
    }
    
        table.ProductGroup .Price span.Active {
            font-weight: bold;
        }
    
    table.ProductGroup .Total {
    	width: 60px !important;
    }
    
    table.ProductGroup .Amount {
        text-align: center;
        width: 41px;
    }
    
        table.ProductGroup .Amount input {
            cursor: pointer;
        }

    table.ProductGroup tr {
        /*border-bottom: 1px dotted #22497E;*/
        background-image: url(/client/dereiger/images/separator.gif);
        background-repeat: repeat-x;
        background-position: bottom;
    }
        
    table.ProductGroup tr.Legend, table.ProductGroup tr.RowDescription {
        background: none;
    }
    
    table.ProductGroup td.Description {
        padding-bottom: 5px;
        padding-left: 5px;
    }

/**
 * Shop-module - Bestelling overzicht (default)
 */

table.OrderDetails {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-top: 15px;
}

    table.OrderDetails caption {
        text-align: left;
    	font-size: 14px;
    	font-weight: bold;
    	padding-bottom: 15px;
    }
    
    table.OrderDetails th, table.OrderDetails td {
        line-height: 20px;
    }
    
    table.OrderDetails .Summary {
        text-align: right;
        padding-right: 5px;
    }
    
    table.OrderDetails .Empty {
        text-align: center;
        line-height: 30px;
    }
    
    table.OrderDetails .Name {
        text-align: left;
    }
    
    table.OrderDetails .Price, table.OrderDetails .Actions {
        text-align: right;
        white-space: nowrap;
    }
    
    table.OrderDetails .Amount {
        text-align: center;
    }
    
        table.OrderDetails tr.Bottom th, table.OrderDetails tr.Bottom td {
            padding-bottom: 12px;
        }

/**
 * Shop-module - Bestelling overzicht (rechterkolom overruling)
 */

div#right table.OrderDetails {
    margin-top: 0px;
}
        
    div#right table.OrderDetails caption {
        padding-left: 10px;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 0px;
    }
    
    div#right table.OrderDetails th.Summary {
        text-align: left;
        padding-left: 10px;
    }
    
    div#right table.OrderDetails td.Summary {
        padding-right: 10px;
    }
    
    div#right table.OrderDetails tr.Bottom {
        background: url(../images/right_spacer.gif) no-repeat bottom;
    }

div.OrderDetailsError {
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
    color: red;
}

/**
 * Shop-module - Bestelling plaatsen
 */

table.OrderPlacement select {
    width: auto;
    font-size: 12px;
}

/**
 * Shop-module - Bestelling printen
 */

pre#PrintOrder {
    display: none;
    text-align: left;
    font-weight: bold;
}

/**
 * Shop-module - Bestelling bijzonderheden
 */

div.ShopComment {
    margin: 10px 0px;
}

    div.ShopComment label {
        display: block;
        width: 100%;
        background-color: #22497E;
        color: #FFF;
        line-height: 22px;
        font-weight: bold;
    }
    
        div.ShopComment label span {
            margin-left: 5px;
        }

    div.ShopComment textarea {
        width: 100%;
        height: 80px;
        border: 1px solid #22497E; 
    	font-family: verdana;
    	font-size: 12px;
    	color: #000;
    }

/**
 * Users-module - Gegevens bestellende gebruiker
 */
 
table.ShopUserDetailsContainer {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

table.ShopUserDetails {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

    table.ShopUserDetails caption {
        text-align: left;
    	font-size: 14px;
    	font-weight: bold;
    	padding-top: 15px;
        padding-bottom: 15px;
    }
    
    table.ShopUserDetails th {
        font-weight: normal;
        text-align: left;
        width: 100px;
    }
    
    table.ShopUserDetails td.Edit {
        width: 120px;
    }
    
    table.ShopUserDetails td table.formTable {
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
        line-height: 24px;
    }

div.ShopUserDetailsLink {
    text-align: center;
    margin-top: 15px;
}

/**
 * Users-module - Inloggen pagina
 */
 
 div.UserLogin table.formTable {
     line-height: 24px;
 }
 
     div.UserLogin table.formTable td {
         padding-right: 10px;
     }
 
     div.UserLogin input.elementText, div.UserLogin input.elementPassword {
         width: 150px;
     }
     
/**
 * Users-module - Registreren pagina
 */
 
 div.UserRegister, div.UserEdit {
     margin-top: 15px;
 }
 
     div.UserRegister table.formTable, div.UserEdit table.formTable {
         line-height: 24px;
     }

div#PortalLinks
{
	color: #22497E;
	margin: 10px 0 0;
}