@charset "UTF-8";
/* CSS Document */


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    
    body { background: #FFFFFF !important; }
}


body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	background: #E5E5E5;
}

a:link {
	text-decoration:none;
	color:#000000;
}

a:active {
	text-decoration:none;
	color:#000000;
}

a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#c19039;
}

#container {
	width: 793px;
    /* height: 1123px; */
	background: #ffffff;
	margin: 0 auto;
}

#header {
	width: auto;
	height: 154px;
	padding: 0mm 45px 0mm 45px;
	
}

	#logo {
		width:345px;
		height:95px;
		float:left;
		margin-top:10mm;	
	}
	
	#contact {
		width:270px;
		height:90px;
		float:right;
		margin-top: 48px;	
		font-size: 14px;
		text-align: left;
		line-height: 1.6em;
	}
	
	#contact span {
		color: #c19039;
		text-transform: uppercase;
		font-size: 12px;
	}
	

#content {
	width:auto;
	
	padding: 0px 45px 12px 45px;
	text-align:left;
}

#modules {
	width: auto;
	height:58mm;
	padding: 0mm 12mm 0mm 12mm;
	background: #ffffff;
	
}

	#mpkg {
		width: 226px;
		height:217px;
		background:#ffffff;
		float: left;
	}
	
	#mpkg-gap {
		width: 12px;
		height:217px;
		background:#ffffff;
		float: left;
	}
	
	#mtitle {		
		width: auto;
		background: #c19039;
		color: #ffffff;
		padding:12px;
		padding-top:14px;
		font-weight: normal;
		font-size: 16px;
	}
	
	
	#mtitle-img {		
		width: auto;
		height: 78px;
		color: #ffffff;
		font-weight: normal;
		font-size: 16px;
	}
	
	
	#mtitle-oc {		
		width: auto;
		height: 78px;
		background: url(images/Mod-OC.jpg);
		background-size: 227px 79px;
		color: #ffffff;
		font-weight: normal;
		font-size: 16px;
		border-radius: 3px 3px 0px 0px ;
	}
	
	#mtitle-mb {		
		width: auto;
		height: 78px;
		background: url(images/Mod-MB.jpg);
		background-size: 227px 79px;
		color: #ffffff;
		font-weight: normal;
		font-size: 16px;
		border-radius: 3px 3px 0px 0px ;
	}
	
	
	#mtitle-fh {		
		width: auto;
		height: 78px;
		background: url(images/Mod-FH.jpg);
		background-size: 227px 79px;
		color: #ffffff;
		font-weight: normal;
		font-size: 16px;
		border-radius: 3px 3px 0px 0px ;
	}

	#mbox {
		width: auto;
		height: 120px;
		border: 1px solid #c19039;
		border-top: none;
		padding:12px;
		padding-top:5px;
		font-size:13px;
	}
	
	#mbox h2 {
		font-size:13px;
		line-height:10px;
		margin-bottom:14px;
		margin-top:13px;
	}
	
	
	#mbox h2.name:before {
		content: "\00bb";
		padding-right: 5px;
		color: #c19039;
		
	}
	
	#mbox h2 span {
	font-weight: normal;
	color: #c19039;
	text-transform: uppercase;
	font-size:12px;	
	}
	
	#mbox p {

	line-height:18px;
	margin:0;
	margin-top:10px;
	
		
	}

#footer {
	width:186mm;
	height:30mm;
	padding: 0mm 12mm 0mm 12mm;
}

	#detail {
		width: 110mm;
		height: 14mm;
		float:left;
		margin-top:7mm;
		line-height:1.9em;
		font-weight:bold;
		text-transform: uppercase;
		font-size:15px;
		
	}
	
	#detail span {
		font-weight: normal !important;
		font-size: 11px;
	}
	
	#icons {
		width: 50mm;
		height: 16mm;
		float:right;
		margin-top:5mm;
		text-align: right;
		font-size: 11px;
	}
	
p.below {
	
	border-bottom:1px dotted #cccccc;
	padding-bottom:10px !important;
	
}


.Ttable {
		width:100%; 
		border-collapse:collapse; 
		line-height:1.1em;
}

	.Ttable th { 
		padding: 0px 7px 7px 7px; 
		border:#e8d6b8 1px solid;
		border-top:none;
		border-bottom:none;
		text-align:right;
		font-weight: normal;
		text-transform: uppercase;
		line-height:1.4em;
	}
	
	.Ttable th span { 
		text-align:right;
		font-weight: bold;
		font-size:18px;
		color: #c19039;
	}
	
	
	.Ttable td { 
		padding:6px; 
		border:#c19039 1px solid;
		width: 11%;
		text-align: right;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.Ttable tr {
		background: #ffffff;
		vertical-align:top;
	}
	/*  Define the background color for all the ODD background rows  */
	.Ttable tr:nth-child(odd){ 
		background: #ffffff;
	}
	/*  Define the background color for all the EVEN background rows  */
	.Ttable tr:nth-child(even){
		background: #fcf4e9;
	}
	
	.Ttable .Title {	
	width:auto;
        max-width:180px;
	font-weight: bold;
	text-align: left !important;
	
	}
	
	.Ttable .Title span {	
	font-weight: normal;
	color: #c19039;
	text-transform: uppercase;
	font-size:12px;
	}
	
.bogarts {
	
}

.bogarts:before {
        content: "\2605";
        display: block;
        font-size: 10px;
        color: #c19039;
        float: left;

}
	
/*
#timetable {
	
	text-align: left;
	background: #ffffff;	
	border: 1px solid #000000;
	overflow:auto;
}


.alt {
	background: #D9D9D9 !important;
}

#tt-col-title {
	
	width:46mm;
	height:auto;
	padding:2mm;
	float:left;
	font-weight: bold;
}

#tt-col-title span {
	font-weight: normal !important;
}


#tt-col {
	width:15mm;
	height:auto;
	padding:2mm;
	float:right;
	text-align: right;
	border-left: 1px solid #000000;
	
}

#tt-row {
	width:100%;
	border-bottom: 1px solid #000000;
	overflow: auto;
	float:left;
	background: #ffffff;
}

.timetable {
	
	text-align: left;
	background: #ffffff;	
}

.tt-row {
	width:100%;
	border-bottom: 1px solid #000000;
	background: #ffffff;
}

*/