/* Stylesheet "Rotterdam Apartment" :: v1 (21-09-2007) */
/* Coded by "WeCode.nl"  */
/* You may learn from this CSS and use its techniques in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright (c) 2007 "Rotterdam Apartment" and may not be used by anyone but us. */ 

/*
	Style Index
	---------------------
	
	$1 - Site Structure Styles
		$1.1 - General Styles
		$1.2 - Main Layout Styles
		
	$2 - Content Styles
		$2.1 - General Content Styles
		$2.2 - Heading Styles
		$2.3 - Paragraph Styles
		$2.4 - Link Styles
		
	$3 - List Styles
		$3.1 - General Lists
		
		
	$4 - Image Styles
		$4.1 - General Image Styles
		$4.2 - Image Buttons








/*** $1 - Site Structure Styles ***/

		/* 1.1 - General Styles */
		
			* {
				margin:0;
				padding:0;
			}
						
		/************************/
	
		/* 1.2 - Main Layout Styles */
	
			body {
				background:#C1C9C0;
				color:#626B5F;
				font-family:Verdana,Arial,Helvetica,sans-serif;
				font-size:12px;
			}
			
			#container {
				background:url(../images/bg_container.png) repeat-y;
				display:table;
				height:630px;
				margin: 0 auto;
				position: relative;
				width: 980px;
			}
			
			#header {
				background:url(../images/bg_header.png) no-repeat;
				height:184px;
				position: relative;
			}
			
			.column {
				float:left;
				padding:69px 0 0 115px;
				width:325px;
			}
			
			.calendars {
				background:#fff;
				margin:0 0 0 61px;
				padding:20px 0 0 0;
				text-align:center;
				width:870px;
			}
			
			.special {
				border: 2px solid #C1C9C0;
				margin: 0 0 18px 0;
				padding: 1em;
			}
			
			#footer {
				border-top:1px solid #fff;
				margin: 0 auto;
				text-align:right;
				width: 980px;
			}		








/*** $2 - Content Styles ***/

		/* 2.1 - General Content Styles */
		
			a:link, a:visited{
				color:#408080;
				text-decoration:none;
			}
			
			a:hover, a:active{
				color:#003333;
				text-decoration:underline;
			}
			
		/************************/
	
		/* 2.2 - Heading Styles */
		
			h1 {				
			    color: #FFFFFF;
				font-size: 36px;
				font-weight:normal;
				left:290px;
				letter-spacing: 8px;
				position:absolute;
				top:79px;
		   }
		   
			h2 { 
			   font-size:12px;
		   }

		/************************/
	
		/* 2.3 - Paragraph Styles */	
		
			p {
				margin: 0 0 18px 0;
			}	
			
			.special p {
				margin: 0 0 0 0;
			}
			
			#footer p {
				font-size:9px;
				line-height:18px;
			}		
			
			.adr {
				margin: 0 0 18px 0;
			}
			
			.tel {
				display:block;
			}
							
		/************************/
	
		/* 2.4 - Link Styles */








/*** $3 - List Styles ***/

		/* 3.1 - General Lists */
		
			#header ul{
				left:99px;
				list-style-type:none;
				text-align:center;
				position:absolute;
				top:146px;
			}
			
			#header li {
				display:inline;
				margin:0 31px 0 0;
			}
			
			#header li a {
				color:#fff;
			}
			
			.column.sidebar ul {
				margin:0 0 18px 40px;
			}
			
			.column ul {
				margin:0 0 18px 20px;
			}








/*** $4 - Image Styles ***/

		/* 4.1 - General Image Styles */
		
			img {
				 border:none;
			}	
			
			.badge {
				float:right;
			}
			
			.sidebar img {
				border:1px solid #626B5F;
			}
