/*   
	Theme Name: EVACI 2011 - General
	Theme URI: http://www.evaci2011.be
	Description: EVACI 2011 Theme
	Author: Sam Vanfleteren
	Version: 1.0
*/

body {
	padding: 0px;
	margin: 0px;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-color: #CCC;
}


.news-text {
	margin-top: 0px;
}

	.news-text p {
		margin-top: 0px;
	}

.news-date {
	margin-top: 10px;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 10px;
}


/*
	TEXT
*/

.hotel-reservations > a {
	font-weight: bold;
	font-variant:small-caps;
}

.hotel-option-text {
	font-weight: bold;
	font-size: 11px;
	color: #888;
}

.container-menu-item > a {
	color: #FFF;
	font-weight: bold;
}

.container-menu-item-link {
	color: #FFF;
	font-weight: bold;
}

#container-copyrights > p {
	font-size: 11px;
	color: #666;
}

.bold {
	font-weight: bold;
}

.submenu-item > a {
	color: #FFF;
}

.submenu-item-link {
	color: #FFF;
	text-transform: lowercase;
}


a {
	color: #34a8dc;
	text-decoration: none;
}

	a:hover{
		text-decoration: underline;
	}



/*
	MAIN DIV- ELEMENTS
*/

#container {
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	
	background-image: url(../images/background-content.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

	#container-top {
		background-image: url(../images/background-top.jpg);
		height: 25px;
		width: 800px;
		margin-left: -10px;
	}
	
		#container-top-languages {
			position: absolute;
			margin-left: 615px;
			padding-top: 3px;
		}

	#container-banner {
		margin-left: 1px;
		margin-top: -7px;
		
		<!-- z-index: 200; -->
	}

		.banner {
			width: 769px;
			margin-left: 8px;
		}
		
		#container-banner-sponsors {
			position: absolute;
			margin-left: 555px;
			margin-top: 27px;
		}
		
			#slide-sponsors {
				position: absolute;
				margin-top: -35px;
				margin-left: 140px;
		
				<!-- margin-left: 0px; -->
				<!-- margin-top: 0px; -->
		
				height: 40px;
				width: 55px;
				overflow: hidden;
			}
			
				.sponsor-img {
					height: 40px;
					width: 55px;
				}

	#container-menu {
		width: 756px;
		padding: 3px;
		padding-left: 10px;
		height: 16px;
		margin-left: 9px;
		background-color: #13235b;
			
		<!-- margin-top: -3px; -->
	}
	
		.container-menu-item {
			padding-left: 15px;
			padding-right: 15px;
			height: 16px;
			text-align: center;
			float: left;
	
			color: #FFF;
			font-weight: bold;
		}
		
		#submenu {
			background-image: url(../images/background-submenu.png);
			position: absolute;
			height: 16px;
			width: 763px;
			margin-left: 9px;
			margin-top: -21px;
			padding-left: 30px;
			padding: 3px;
			<!-- margin-top: -22px; -->
			<!-- margin-left: 0px; -->
		}
		
			.submenu-item {
				float: left;
				padding-left: 20px;
				padding-right: 15px;
				text-align: center;
			}

	#container-content {
		padding: 25px;
		padding-left: 30px;
	}
	
	#container-bottom-spacer {
		height: 30px;
		width: 100%;
	}
	
	#container-bottom {
		background-image: url(../images/background-bottom.jpg);
		background-repeat: no-repeat;
		height: 31px;
		width: 810px;
		margin-left: -10px;
		margin-top: 20px;
	}
	
	#container-copyrights {
		position: absolute;
		width: 770px;
		text-align: center;
	}
	
	
/*
	PROFIEL DIV- ELEMENTS
*/

	.profile-overview-image {
		
	}
	
	
/*
	HOTEL DIV- ELEMENTS
*/

.errorMessage {
	margin-top: 15px;
	margin-bottom: 25px;
	width: 360px;
	background-color: #FF9;
	padding: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	border-width: 1px;
	border-color: #FC0;
	border-style: dashed;
}

.invisible {
	visibility: hidden;
}

.hotel-shortinfo {
	width: 225px;
	position: absolute;

	<!-- margin-left: -230px; -->
}

	.hotel-options {
		padding-top: 8px;
	}
	
		.hotel-option {
			width: 210px;
			height: 27px;
			
			background-color: #DDD;
			
			margin-bottom: 8px;
		}
		
			.hotel-option-placeholder {
				float: right;
				padding-right: 10px;
				margin-top: -4px;
		
				<!-- margin-top: 6px; -->
			}

.hotel-longinfo {
	width: 480px;
	margin-left: 230px;
}

	.hotel-specificaties {
		padding-top: 4px;
		padding-left: 15px;
		padding-bottom: 15px;
		min-height: 200px;
		
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
	}
	
	.hotel-reservations {
		text-align: right;
		padding-top: 15px;
		padding-bottom: 10px;
		height: 20px;
		width: 460px;
	}
	
	.hotel-prijzen {
		margin-top: 20px;
		padding-left: 15px;
	}

.hotel-overview-item {
	width: 100%;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 30px;
	
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	
	<!-- min-height: 140px; -->
}

	.hotel-overview-title {
		font-weight: bold;
		font-size: 16px;
		font-variant: small-caps;
		text-decoration: none;
	}
	
		.hotel-overview-title:hover{
			text-decoration: none;
		}
	
	.hotel-thumbs {
		margin-top: 8px;
	}
	
		.hotel-img-thumb {
			margin-right: 5px;
			width: 27px;
			height: 27px;
			cursor: pointer;
			border-width: 0px;
		}
	
	.hotel-overview-reserveer {
		float: right;
		margin-bottom: 10px;
		padding: 2px;
		padding-left: 5px;
		padding-right: 5px;
		height: 22px;
		min-width: 70px;
		cursor: pointer;
		margin-left: 5px;
	
		<!-- margin-top: 0px; -->
	}
	
	.hotel-overview-image-placeholder {
		width: 100px;
		height: 100px;
		overflow: hidden;
		display: none;
		
		border-right-width: 4px;
		border-right-color: #34a8dc;
		border-right-style: solid;
	}
	
		.hotel-overview-image {
			height: 180px;
		}
	
	.hotel-overview-info {
		padding-top: 0px;
		padding-right: 0px;
		position: relative;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		min-height: 100%;
	}
	
		.hotel-overview-desc {
			padding-left: 0px;
		}
		
		.hotel-overview-specs {
			position: absolute;
			bottom: 0px;
			width: 100%;
		}
		
		.hotel-overview-book {
			position: absolute;
			margin-top: 130px;
			width: 300px;
			margin-left: 225px;
			overflow: visible;
		}


/*
	IMAGES
*/

img {
	border-width: 0px;
}

.thumbspec {
	cursor: pointer;
}

.hotel-img {
	height: 210px;
}

	.hotel-shortinfo-hotel-img {
		height: 210px;
		width: 210px;
		overflow: hidden;
	}

.hotel-option-ico {
	float: left;
}

#container-top-languages > a > img, #container-top-languages > img {
	width: 17px;
	height: 11px;
	float: left;
	padding-right: 9px;
}

.language-image {
	width: 17px;
	height: 11px;
	float: left;
	padding-right: 9px;
}

#container-banner-sponsors > a > img, #slide-sponsors > a > img, #slide-sponsors > img, #contianer-banner-sponsors > img {
	padding-right: 10px;
	width: 55px;
	max-height: 40px;
	overflow: hidden;
}

.error {
	margin-left: 5px;
	margin-top: -1px;
	float: left;
}

.hotel-img-steps {
	float: right;
	height: 200px;
	width: 200px;

	<!-- position: absolute; -->
	<!-- margin-left: 525px; -->
}

.hotel-img-steps-2 {
	float: right;
	height: 200px;
	width: 200px;
	margin-right: 10px;

	<!-- position: absolute; -->
	<!-- margin-left: 490px; -->
	<!-- margin-top: 20px; -->
}

.alignleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

.alignright {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
}

#googleMaps {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}

.tooltip {
	display:none;
	background:transparent url(../images/black_arrow.png);
	font-size:12px;
	height:40px;
	width:160px;
	padding-top:16px;
	padding-left: 20px;
	padding-right: 25px;
	color:#fff;
	overflow: hidden;
	margin-left: 70px;
	margin-top: 5px;
	
	<!-- background-image:url(../images/black_arrow.gif); -->
}

.spec-icon {
	float: left;
}

.spec-button {
	width: 91px;
	height: 27px;
	float: left;
	cursor: pointer;
	border: none;
	color: #FFF;
	background-color: #454545;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}

.spec {
	position: relative;
}

.spec + .spec {
	margin-left: 5px;	
}

.right {
	float: right;
}