/* ------------------------------ 
   STENDIG CSS STYLES
   CODED BY COSAS @ cosas.dk
   MANAGED BY SHFT @ shft.dk
   1.0
   ------------------------------*/

/* ------------------------------ 
              basics             
   ------------------------------*/

html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	color: #000;
	font-family: Helvetica;
	background-color : #fff;
	}

img { /* needed for firefox */
	border: 0px;
	}
	
a, a:visited{
	font-weight: bold;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}
	
a:hover{
	color: #888;
	text-decoration: none;
	}
	
	
/* ------------------------------ 
         overall layout           
   ------------------------------*/

#enter_page, #calendar_page, #massimo_page, #contact_page {
	width: 842px;
	height: 595px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0;
	padding: 0px;
	text-align: left;
	position: relative;
	}
	
#enter_page {
	background: url('images/01.jpg') no-repeat top left;
	}
	
#calendar_page {
	background: url('images/02.jpg') no-repeat top left;
	}
	
#massimo_page {
	background: url('images/03.jpg') no-repeat top left;
	}
	
#contact_page {
	background: url('images/04.jpg') no-repeat top left;
	}
	
#enter_content {
	position: absolute;
    bottom: 183px;
    right: 93px;
	text-align:left;
	}
	
#calendar_content {
	position: absolute;
    top: 15px;
    left: 180px;
    width: 245px;
    padding:0px;
    margin:0px;
	text-align:justify;
	}

#massimo_content {
	position: absolute;
    top: 278px;
    left: 10px;
    width: 320px;
    padding:0px;
    margin:0px;
	text-align:justify;
	}

#contact_content {
	position: absolute;
    top: 413px;
    left: 0px;
    width: 224px;
    padding:0px;
    margin:0px;
	text-align:right;
	}	
	
#enter_content a, #enter_content a:visited{
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}
	
#enter_content a:hover{
	color: #888;
	text-decoration: none;
	}

#navigation {
	position: absolute;
    top: 15px;
    right: 6px;
	text-align:right;
}

#navigation a, #navigation a:visited {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	}
	
#navigation a:hover {
	color: #888;
	text-decoration: none;
	}

#picture{
	height: 187px;
	width: 247px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(images/calendars.jpg) top left no-repeat;
	display: block;
}

#picture:hover{
	background-position: bottom left;
}
	
/* ------------------------------ 
           typography             	
   ------------------------------*/

.calendar_topic, .enter_topic {
	font-weight: bold;
	font-size: 27px;
	font-style: normal;
	color: #000;
	line-height:24px;
	}
	
.calendar_text, .massimo_text, .contact_text {
	margin-top:4px;
	}	

.massimo_topic, .contact_topic {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #000;
	line-height:12px;
	float:right;
	}
	
.massimo_text, .contact_text {
	float:right;
	}
	
.contact_text {
	text-align:right;
	}